Home
last modified time | relevance | path

Searched refs:ParseShapeString (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc76 ShapeUtil::ParseShapeString(shape_string)); in TEST()
86 ShapeUtil::ParseShapeString(shape_string)); in TEST()
98 ShapeUtil::ParseShapeString(shape_string)); in TEST()
112 ShapeUtil::ParseShapeString(shape_string)); in TEST()
122 ShapeUtil::ParseShapeString(shape_string)); in TEST()
132 ShapeUtil::ParseShapeString(shape_string)); in TEST()
145 StatusOr<Shape> result = ShapeUtil::ParseShapeString(shape_string); in TEST()
Dtext_literal_reader.cc98 TF_ASSIGN_OR_RETURN(Shape shape, ShapeUtil::ParseShapeString(shape_string)); in ReadAllLines()
Dshape_util.h207 static StatusOr<Shape> ParseShapeString(tensorflow::StringPiece s);
Dshape_util.cc600 /* static */ StatusOr<Shape> ShapeUtil::ParseShapeString( in ParseShapeString() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc102 ShapeUtil::ParseShapeString(opts.fake_infeed_shape); in ReplayComputation()
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_lexer.cc171 auto status_or_shape = ShapeUtil::ParseShapeString( in LexIdentifier()