Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h130 static StatusOr<Shape> InferAllGatherShape(const Shape& operand_shape,
Dhlo_verifier.cc275 return CheckShape(ag, ShapeInference::InferAllGatherShape( in HandleAllGather()
Dshape_inference.cc2034 /* static */ StatusOr<Shape> ShapeInference::InferAllGatherShape( in InferAllGatherShape() function in xla::ShapeInference
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2725 ShapeInference::InferAllGatherShape( in AllGather()