Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _lifted_arg_ (0.19 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

            *body_function_body, original_arg_count, i, lifted_arg_nodes, arg_node);
      }
    
      const auto new_body_function_name =
          fld->UniqueFunctionName(absl::StrCat(body_func.name(), "_lifted_arg_"));
      FunctionDef rewritten_body_function_def;
      TF_RETURN_IF_ERROR(GraphToFunctionDef(
          *body_function_body->graph, new_body_function_name,
          HostGraphControlRetMapping, &rewritten_body_function_def));
    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