Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewrite_subgraph_fn (0.23 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

      auto flr = pflr->GetFLR("/job:localhost/replica:0/task:0/cpu:0");
    
      std::unique_ptr<Graph> graph_out;
      s = EncapsulateSubgraphsInFunctions("_encapsulate", *graph,
                                          /*rewrite_subgraph_fn=*/{},
                                          /*reuse_existing_functions=*/false,
                                          &graph_out, lib_def.get());
      if (!s.ok()) return s;
    
    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