Searched defs:ParseShape (Results 1 – 4 of 4) sorted by relevance
86 BOOST_FIXTURE_TEST_CASE(ParseShape, ShapeFixture) in BOOST_FIXTURE_TEST_CASE() argument
4913 bool HloParserImpl::ParseShape(Shape* result) { in ParseShape() function in xla::__anone3ea97620111::HloParserImpl5687 StatusOr<Shape> ParseShape(absl::string_view str) { in ParseShape() function
1815 TfLiteStatus ParseShape(const Operator* op, ErrorReporter* error_reporter, in ParseShape() function
2298 ParsedTfOperationPtr TfParser::ParseShape(const tensorflow::NodeDef& nodeDef, in ParseShape() function in armnnTfParser::TfParser