HomeSort by relevance Sort by last modified time
    Searched refs:IncludeNode (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/graph/
mkl_tfconversion_pass_test.cc 60 static bool IncludeNode(const Node* n) { return n->IsOp(); }
76 if (IncludeNode(n)) {
81 if (IncludeNode(e->src()) && IncludeNode(e->dst())) {
optimizer_cse_test.cc 56 static bool IncludeNode(const Node* n) { return n->IsOp(); }
72 if (IncludeNode(n)) {
77 if (IncludeNode(e->src()) && IncludeNode(e->dst())) {
mkl_layout_pass_test.cc 72 static bool IncludeNode(const Node* n) { return n->IsOp(); }
88 if (IncludeNode(n)) {
93 if (IncludeNode(e->src()) && IncludeNode(e->dst())) {
    [all...]

Completed in 92 milliseconds