Home
last modified time | relevance | path

Searched refs:InferAllReduceShape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h128 static StatusOr<Shape> InferAllReduceShape(
Dhlo_verifier.cc192 return CheckShape(crs, ShapeInference::InferAllReduceShape(operand_shapes)); in HandleAllReduce()
Dshape_inference.cc1975 /* static */ StatusOr<Shape> ShapeInference::InferAllReduceShape( in InferAllReduceShape() function in xla::ShapeInference
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2142 ShapeInference::InferAllReduceShape({&operand_shape})); in CrossReplicaSum()