tensorflow::Tensor
tensorflow::Tensor
#include <tensor.h>
Represents an n-dimensional array of values.
Summary
Constructors and Destructors | |
---|---|
Tensor() Creates a 1-dimensional, 0-element float tensor. | |
Tensor(DataType type, const TensorShape & shape) | |
Tensor(Allocator *a, DataType type, const TensorShape & shape) Creates a tensor with the input
|