Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetGraph (0.07 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

        Subgraph& subgraph = entry.second;
        FixupSourceAndSinkEdges(subgraph.GetGraph());
      }
    
      if (VLOG_IS_ON(1)) {
        // Dump subgraphs.
        for (auto& entry : subgraphs_) {
          DumpGraphToFile(
              absl::StrCat("encapsulate_subgraphs_subgraph_", entry.first),
              *entry.second.GetGraph(), library);
        }
      }
    
      return s;
    }
    
    Status Encapsulator::BuildFunctionDefs(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
Back to top