PartialTensorShape tensorflow::PartialTensorShape::Concatenate(int64 size) const
Add a dimension to the end ("inner-most"), returns a new PartialTensorShape . REQUIRES: size >= -1
, where -1 means unknown
PartialTensorShape tensorflow::PartialTensorShape::Concatenate(int64 size) const
Add a dimension to the end ("inner-most"), returns a new PartialTensorShape . REQUIRES: size >= -1
, where -1 means unknown
Please login to continue.