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