Searched refs:ops_format_agnostic (Results 1 – 1 of 1) sorted by relevance
83 std::set<string> ops_format_agnostic = {"Abs", in GetOpsFormatAgnostic() local216 return ops_format_agnostic; in GetOpsFormatAgnostic()1239 std::set<string> ops_format_agnostic = GetOpsFormatAgnostic(); in IsNodeAfterNCHWToNHWC() local1260 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() local1496 ops_format_agnostic.find(input->op()) != ops_format_agnostic.end(); in IdentityNProcessor()1562 std::set<string> ops_format_agnostic = GetOpsFormatAgnostic(); in IsEveryInputAfterNCHWToNHWC() local1567 bool is_agnostic = ops_format_agnostic.find(input_node->op()) != in IsEveryInputAfterNCHWToNHWC()1568 ops_format_agnostic.end(); in IsEveryInputAfterNCHWToNHWC()[all …]