Searched refs:TensorShapeFromString (Results 1 – 3 of 3) sorted by relevance
89 TF_RETURN_IF_ERROR(TensorShapeFromString(shape_string, result)); in ShapeForPlaceholder()107 TF_RETURN_IF_ERROR(TensorShapeFromString(shape_string, result)); in ShapeForPlaceholder()
137 Status TensorShapeFromString(const string& shape_string, TensorShape* result);
595 Status TensorShapeFromString(const string& shape_string, TensorShape* result) { in TensorShapeFromString() function