12 lines
422 B
C++
12 lines
422 B
C++
//===------------- OMTensor.cpp - OMTensor C++ Implementation -------------===//
|
|
//
|
|
// Copyright 2019-2020 The IBM Research Authors.
|
|
//
|
|
// =============================================================================
|
|
//
|
|
// This file contains implementation of OMTensor and data structures and
|
|
// helper functions.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#include "OMTensor.inc" |