Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

                                            &rewritten_fdef));
      const auto new_function_name =
          fld->UniqueFunctionName(absl::StrCat(n->type_string(), "_lifted_arg_"));
      rewritten_fdef.mutable_signature()->set_name(new_function_name);
      TF_RETURN_IF_ERROR(fld->AddFunctionDef(rewritten_fdef));
    
      // We need to recreate the node. Otherwise TF will not know n->num_inputs()
      // has increased.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
Back to top