Home
last modified time | relevance | path

Searched refs:InferReduceShape (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc67 auto inferred_status = ShapeInference::InferReduceShape( in ExpectInferredReduceShape()
1095 auto inferred_status = ShapeInference::InferReduceShape( in TEST_F()
1134 auto inferred_status = ShapeInference::InferReduceShape( in TEST_F()
1146 auto inferred_status = ShapeInference::InferReduceShape( in TEST_F()
1158 auto inferred_status = ShapeInference::InferReduceShape({}, {0, 1}, to_apply); in TEST_F()
1192 auto inferred_status = ShapeInference::InferReduceShape( in TEST_F()
1205 auto inferred_status = ShapeInference::InferReduceShape( in TEST_F()
1218 auto inferred_status = ShapeInference::InferReduceShape( in TEST_F()
1229 auto inferred_status = ShapeInference::InferReduceShape( in TEST_F()
1241 ShapeInference::InferReduceShape({&arg_shape, &f32_}, in TEST_F()
[all …]
Dshape_inference.h159 static StatusOr<Shape> InferReduceShape(
Dhlo_verifier.cc671 CheckShape(reduce, ShapeInference::InferReduceShape( in HandleReduce()
Dhlo_evaluator.cc2415 ShapeInference::InferReduceShape( in HandleReduce()
Dshape_inference.cc2113 /* static */ StatusOr<Shape> ShapeInference::InferReduceShape( in InferReduceShape() function in xla::ShapeInference
Dhlo_parser.cc1836 return ShapeInference::InferReduceShape( in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc3297 ShapeInference::InferReduceShape( in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions()
Dspmd_partitioner.cc2743 ShapeInference::InferReduceShape(new_operand_shapes, hlo->dimensions(), in HandleReduce()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2453 ShapeInference::InferReduceShape( in Reduce()