Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dshape_inference.cc759 bool InferShapeForMapDataset(MapDatasetOp op, int64_t max_iterations);
1119 bool ShapeInference::InferShapeForMapDataset(MapDatasetOp op, in InferShapeForMapDataset() function in mlir::TF::ShapeInference
2097 return InferShapeForMapDataset(map_dataset_op, max_iterations); in InferShapeForSingleOperation()