Home
last modified time | relevance | path

Searched refs:InferGetDimensionSizeShape (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h327 static StatusOr<Shape> InferGetDimensionSizeShape(const Shape& shape,
Ddynamic_padder.cc162 ShapeInference::InferGetDimensionSizeShape( in ReplaceGetSize()
Dhlo_verifier.cc1163 ShapeInference::InferGetDimensionSizeShape( in HandleGetDimensionSize()
Dshape_inference.cc2303 /* static */ StatusOr<Shape> ShapeInference::InferGetDimensionSizeShape( in InferGetDimensionSizeShape() function in xla::ShapeInference
Dhlo_parser.cc2571 return ShapeInference::InferGetDimensionSizeShape( in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3330 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferGetDimensionSizeShape( in GetDimensionSize()