static Status tensorflow::TensorShapeUtils::MakeShape(const int32 *dims, int64 n, TensorShape *out)
Returns a TensorShape
whose dimensions are dims[0]
, dims[1]
, ..., dims[n-1]
.
static Status tensorflow::TensorShapeUtils::MakeShape(const int32 *dims, int64 n, TensorShape *out)
Returns a TensorShape
whose dimensions are dims[0]
, dims[1]
, ..., dims[n-1]
.
Please login to continue.