Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MatchAndExplainInput (0.14 sec)

  1. tensorflow/compiler/jit/node_matchers.cc

            }
            return false;
          }
    
          for (int input_idx = 0, e = input_matchers->size(); input_idx < e;
               input_idx++) {
            if (!MatchAndExplainInput(node, input_idx, listener)) {
              return false;
            }
          }
        }
    
        std::vector<const Node*> control_deps;
        for (const Edge* e : node->in_edges()) {
          if (e->IsControlEdge()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 03 16:15:20 UTC 2022
    - 16.8K bytes
    - Viewed (0)
Back to top