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.h214 static StatusOr<Shape> InferSelectAndScatterShape(
Dshape_inference_test.cc342 auto inferred_status_ok = ShapeInference::InferSelectAndScatterShape( in TEST_F()
352 auto inferred_status_fail = ShapeInference::InferSelectAndScatterShape( in TEST_F()
363 auto inferred_status_fail = ShapeInference::InferSelectAndScatterShape( in TEST_F()
374 auto inferred_status_fail = ShapeInference::InferSelectAndScatterShape( in TEST_F()
385 auto inferred_status_fail = ShapeInference::InferSelectAndScatterShape( in TEST_F()
396 auto inferred_status_fail = ShapeInference::InferSelectAndScatterShape( in TEST_F()
Dhlo_verifier.cc1283 ShapeInference::InferSelectAndScatterShape( in HandleSelectAndScatter()
Dshape_inference.cc2351 /* static */ StatusOr<Shape> ShapeInference::InferSelectAndScatterShape( in InferSelectAndScatterShape() function in xla::ShapeInference
Dspace_to_batch_converter.cc2113 ShapeInference::InferSelectAndScatterShape( in Propagate()
Dhlo_parser.cc2253 return ShapeInference::InferSelectAndScatterShape( in CreateInstruction()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3321 ShapeInference::InferSelectAndScatterShape( in SelectAndScatterInternal()