Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EqualFunctionNodeDef (0.19 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

                                 key_to_string(elt_b.first),
                                 "' expected: map has no such element");
          }
          return false;
        }
      }
      return true;
    }
    
    bool EqualFunctionNodeDef(const NodeDef& a, const NodeDef& b,
                              const string& diff_preamble, string* diff) {
      if (a.op() != b.op()) {
        if (diff) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
Back to top