Home
last modified time | relevance | path

Searched refs:InferCallShape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h270 static StatusOr<Shape> InferCallShape(
Dshape_inference_test.cc1489 ShapeInference::InferCallShape({}, ShapeUtil::MakeProgramShape({}, f32_)); in TEST_F()
1493 auto inferred_status1 = ShapeInference::InferCallShape( in TEST_F()
1501 auto inferred_status_error0 = ShapeInference::InferCallShape( in TEST_F()
1507 auto inferred_status_error1 = ShapeInference::InferCallShape( in TEST_F()
1513 auto inferred_status_error2 = ShapeInference::InferCallShape( in TEST_F()
Dshape_inference.cc2833 /* static */ StatusOr<Shape> ShapeInference::InferCallShape( in InferCallShape() function in xla::ShapeInference
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc621 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferCallShape( in Call()