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.h219 static StatusOr<Shape> InferGetTupleElementShape(const Shape& arg,
Dhlo_creation_utils.cc228 ShapeInference::InferGetTupleElementShape(operand->shape(), index)); in MakeGetTupleElementHlo()
Dshape_inference_test.cc1337 ShapeInference::InferGetTupleElementShape(tuple_shape, 0); in TEST_F()
1339 ShapeInference::InferGetTupleElementShape(tuple_shape, 1); in TEST_F()
1349 ShapeInference::InferGetTupleElementShape(tuple_shape, -1); in TEST_F()
1351 ShapeInference::InferGetTupleElementShape(tuple_shape, 2); in TEST_F()
Dhlo_verifier.cc636 ShapeInference::InferGetTupleElementShape( in HandleGetTupleElement()
Dhlo_evaluator.cc1858 ShapeInference::InferGetTupleElementShape(operand->shape(), index)); in HandleGetTupleElement()
Dshape_inference.cc2728 /* static */ StatusOr<Shape> ShapeInference::InferGetTupleElementShape( in InferGetTupleElementShape() function in xla::ShapeInference