Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.h67 bool CanCompose(const OpDef& first_signature, const OpDef& second_signature);
Dmap_fusion.cc110 if (!fusion_utils::CanCompose(parent_func->signature(), in OptimizeAndCollectStats()
Dmap_and_filter_fusion.cc130 if (!fusion_utils::CanCompose(map_func->signature(), in OptimizeAndCollectStats()
Dfusion_utils.cc289 CHECK(CanCompose(first_signature, second_signature)) in CheckIfCanCompose()
306 bool CanCompose(const OpDef& first_signature, const OpDef& second_signature) { in CanCompose() function