Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
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()
Dtransform_utils.h137 Status TensorShapeFromString(const string& shape_string, TensorShape* result);
Dtransform_utils.cc597 Status TensorShapeFromString(const string& shape_string, TensorShape* result) { in TensorShapeFromString() function