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.cc69 auto inferred_status = ShapeInference::InferReduceShape( in ExpectInferredReduceShape()
1130 auto inferred_status = ShapeInference::InferReduceShape( in TEST_F()
1169 auto inferred_status = ShapeInference::InferReduceShape( in TEST_F()
1181 auto inferred_status = ShapeInference::InferReduceShape( in TEST_F()
1193 auto inferred_status = ShapeInference::InferReduceShape({}, {0, 1}, to_apply); in TEST_F()
1227 auto inferred_status = ShapeInference::InferReduceShape( in TEST_F()
1240 auto inferred_status = ShapeInference::InferReduceShape( in TEST_F()
1253 auto inferred_status = ShapeInference::InferReduceShape( in TEST_F()
1264 auto inferred_status = ShapeInference::InferReduceShape( in TEST_F()
1276 ShapeInference::InferReduceShape({&arg_shape, &f32_}, in TEST_F()
[all …]
Dshape_inference.h190 static StatusOr<Shape> InferReduceShape(
Dhlo_verifier.cc1034 CheckShape(reduce, ShapeInference::InferReduceShape( in HandleReduce()
Dshape_inference.cc2216 /* static */ StatusOr<Shape> ShapeInference::InferReduceShape( in InferReduceShape() function in xla::ShapeInference
Dhlo_evaluator.cc3720 ShapeInference::InferReduceShape( in HandleReduce()
Dhlo_parser.cc2204 return ShapeInference::InferReduceShape( in CreateInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc4343 ShapeInference::InferReduceShape( in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions()
Dspmd_partitioner.cc3515 ShapeInference::InferReduceShape(new_operand_shapes, hlo->dimensions(), in HandleReduce()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2608 ShapeInference::InferReduceShape( in Reduce()