Home
last modified time | relevance | path

Searched refs:TensorShapeFromString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dstrip_unused_nodes.cc88 TF_RETURN_IF_ERROR(TensorShapeFromString(shape_string, result)); in ShapeForPlaceholder()
106 TF_RETURN_IF_ERROR(TensorShapeFromString(shape_string, result)); in ShapeForPlaceholder()
H A Dtransform_utils.h137 Status TensorShapeFromString(const string& shape_string, TensorShape* result);
H A Dtransform_utils.cc597 Status TensorShapeFromString(const string& shape_string, TensorShape* result) { in TensorShapeFromString() function