Service maker tensor abstraction
Description: Tensor class provides an interface for data exchange across frameworks
Definition in file service-maker/includes/tensor.hpp.
Go to the source code of this file.
Data Structures | |
class | deepstream::Tensor |
class | deepstream::Tensor::Context |
Context object of the tensor, which associates the tensor with what creates it. More... | |
Namespaces | |
deepstream | |
Typedefs | |
typedef std::vector< uint64_t > | deepstream::TensorShape |