Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h200 static StatusOr<Shape> InferGetTupleElementShape(const Shape& arg,
Dhlo_creation_utils.cc193 ShapeInference::InferGetTupleElementShape(operand->shape(), index)); in MakeGetTupleElementHlo()
Dshape_inference_test.cc890 ShapeInference::InferGetTupleElementShape(tuple_shape, 0); in TEST_F()
892 ShapeInference::InferGetTupleElementShape(tuple_shape, 1); in TEST_F()
902 ShapeInference::InferGetTupleElementShape(tuple_shape, -1); in TEST_F()
904 ShapeInference::InferGetTupleElementShape(tuple_shape, 2); in TEST_F()
Dhlo_verifier.cc418 ShapeInference::InferGetTupleElementShape( in HandleGetTupleElement()
Dhlo_evaluator.cc1184 ShapeInference::InferGetTupleElementShape(operand->shape(), index)); in HandleGetTupleElement()
Dshape_inference.cc2501 /* static */ StatusOr<Shape> ShapeInference::InferGetTupleElementShape( in InferGetTupleElementShape() function in xla::ShapeInference