Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dlayout_optimizer.cc83 std::set<string> ops_format_agnostic = {"Abs", in GetOpsFormatAgnostic() local
216 return ops_format_agnostic; in GetOpsFormatAgnostic()
1239 std::set<string> ops_format_agnostic = GetOpsFormatAgnostic(); in IsNodeAfterNCHWToNHWC() local
1260 if (ops_format_agnostic.find(current_node->op()) != in IsNodeAfterNCHWToNHWC()
1261 ops_format_agnostic.end()) { in IsNodeAfterNCHWToNHWC()
1488 std::set<string> ops_format_agnostic = GetOpsFormatAgnostic(); in IdentityNProcessor() local
1496 ops_format_agnostic.find(input->op()) != ops_format_agnostic.end(); in IdentityNProcessor()
1562 std::set<string> ops_format_agnostic = GetOpsFormatAgnostic(); in IsEveryInputAfterNCHWToNHWC() local
1567 bool is_agnostic = ops_format_agnostic.find(input_node->op()) != in IsEveryInputAfterNCHWToNHWC()
1568 ops_format_agnostic.end(); in IsEveryInputAfterNCHWToNHWC()
[all …]