Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Encapsulator (0.17 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

        std::unique_ptr<Graph>* graph_out, FunctionLibraryDefinition* library) {
      Encapsulator encapsulator(std::move(group_attribute),
                                &graph_in);
      TF_RETURN_IF_ERROR(encapsulator.SplitIntoSubgraphs(library));
    
      TF_RETURN_IF_ERROR(encapsulator.BuildFunctionDefs(
          rewrite_subgraph_fn, reuse_existing_functions, library));
    
    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