void tensorflow::TensorShape::AppendShape(const TensorShape &shape) Appends all the dimensions from shape.
static bool tensorflow::TensorShapeUtils::IsSquareMatrix(const TensorShape &shape)
void tensorflow::TensorShape::AddDim(int64 size) Add a dimension to the end ("inner-most"). REQUIRES: size >= 0
void tensorflow::TensorShape::RemoveDim(int d) Removes dimension d from the TensorShape. REQUIRES: 0
void tensorflow::Tensor::AsProtoTensorContent(TensorProto *proto) const
bool tensorflow::Tensor::IsAligned() const Returns true iff this tensor is aligned.
int64 tensorflow::TensorShapeDim::size
TTypes<T>::Matrix tensorflow::Tensor::matrix()
bool tensorflow::PartialTensorShapeUtils::AreCompatible(const gtl::ArraySlice< PartialTensorShape > &shapes0, const gtl::ArraySlice< PartialTensorShape
virtual Status tensorflow::Session::Close(const RunOptions &run_options)
Page 8 of 19