Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dmap_and_batch_fusion.cc38 bool IsParallelMap(const NodeDef& node) { in IsParallelMap() function
53 if (IsParallelMap(map_node)) { in MakeMapAndBatchNode()
124 if (node2->op() != "MapDataset" && !IsParallelMap(*node2)) { in OptimizeAndCollectStats()
H A Dmake_deterministic.cc120 bool IsParallelMap(const std::string& op) { in IsParallelMap() function
139 return IsParallelInterleave(op) || IsParallelMap(op) || IsMapAndBatch(op); in IntroducesFunctionParallelism()
185 DCHECK(IsParallelMap(node->op())); in ConvertMapOrInterleave()
742 DCHECK(IsParallelInterleave(node.op()) || IsParallelMap(node.op())); in OptimizeAndCollectStats()