Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for encapsulate_fdef_ (0.13 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

      if (VLOG_IS_ON(1)) {
        VLOG(2) << "Build function def " << name;
        DumpGraphToFile(absl::StrCat("encapsulate_fdef_graph_", name), *graph_,
                        library);
        DumpFunctionDefToFile(absl::StrCat("encapsulate_fdef_", name), fdef);
      }
    
      const FunctionDef* original_fdef = library->Find(name);
      if (!reuse_existing_functions || original_fdef == nullptr) {
        TF_RETURN_IF_ERROR(library->AddFunctionDef(fdef));
    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