Home
last modified time | relevance | path

Searched refs:InferSelectAndScatterShape (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h164 static StatusOr<Shape> InferSelectAndScatterShape(
Dshape_inference_test.cc328 auto inferred_status_ok = ShapeInference::InferSelectAndScatterShape( in TEST_F()
338 auto inferred_status_fail = ShapeInference::InferSelectAndScatterShape( in TEST_F()
349 auto inferred_status_fail = ShapeInference::InferSelectAndScatterShape( in TEST_F()
360 auto inferred_status_fail = ShapeInference::InferSelectAndScatterShape( in TEST_F()
371 auto inferred_status_fail = ShapeInference::InferSelectAndScatterShape( in TEST_F()
382 auto inferred_status_fail = ShapeInference::InferSelectAndScatterShape( in TEST_F()
Dhlo_verifier.cc639 ShapeInference::InferSelectAndScatterShape( in HandleSelectAndScatter()
Dshape_inference.cc2124 /* static */ StatusOr<Shape> ShapeInference::InferSelectAndScatterShape( in InferSelectAndScatterShape() function in xla::ShapeInference
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2281 ShapeInference::InferSelectAndScatterShape( in SelectAndScatterWithGeneralPadding()