Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h183 static StatusOr<Shape> InferSelectAndScatterShape(
Dshape_inference_test.cc340 auto inferred_status_ok = ShapeInference::InferSelectAndScatterShape( in TEST_F()
350 auto inferred_status_fail = ShapeInference::InferSelectAndScatterShape( in TEST_F()
361 auto inferred_status_fail = ShapeInference::InferSelectAndScatterShape( in TEST_F()
372 auto inferred_status_fail = ShapeInference::InferSelectAndScatterShape( in TEST_F()
383 auto inferred_status_fail = ShapeInference::InferSelectAndScatterShape( in TEST_F()
394 auto inferred_status_fail = ShapeInference::InferSelectAndScatterShape( in TEST_F()
Dhlo_verifier.cc913 ShapeInference::InferSelectAndScatterShape( in HandleSelectAndScatter()
Dspace_to_batch_converter.cc1476 ShapeInference::InferSelectAndScatterShape( in Propagate()
Dshape_inference.cc2243 /* static */ StatusOr<Shape> ShapeInference::InferSelectAndScatterShape( in InferSelectAndScatterShape() function in xla::ShapeInference
Dhlo_parser.cc1889 return ShapeInference::InferSelectAndScatterShape( in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3091 ShapeInference::InferSelectAndScatterShape( in SelectAndScatterInternal()