Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dshape_inference.cc763 bool InferShapeForReduceDataset(ReduceDatasetOp op, int64_t max_iterations);
1147 bool ShapeInference::InferShapeForReduceDataset(ReduceDatasetOp op, in InferShapeForReduceDataset() function in mlir::TF::ShapeInference
2046 return InferShapeForReduceDataset(reduce_dataset_op, max_iterations); in InferShapeForSingleOperation()