int tensorflow::TensorShape::dims() const Return the number of dimensions in the tensor.
void tensorflow::TensorShape::set_dim(int d, int64 size) Modifies the size of the dimension d to be size
tensorflow::error::Code tensorflow::Status::State::code
void tensorflow::TensorShape::InsertDim(int d, int64 size) Insert a dimension somewhere in the TensorShape. REQUIRES:
int64 tensorflow::TensorShape::dim_size(int d) const Returns the number of elements in dimension d. REQUIRES: 0
virtual Status tensorflow::Session::Extend(const GraphDef &graph)=0 Adds operations to the graph that is already registered
Status tensorflow::EnvWrapper::GetRegisteredFileSystemSchemes(std::vector< string > *schemes) override Returns the file
void tensorflow::PartialTensorShape::AsProto(TensorShapeProto *proto) const Fill *proto from *this.
virtual Status tensorflow::Session::Run(const std::vector< std::pair< string, Tensor > > &inputs, const std::vector< string > &output_tensor_names
TTypes<T>::Vec tensorflow::Tensor::vec() Return the tensor data as an Eigen::Tensor with the type and sizes
Page 12 of 19