Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

          fld->Find(else_branch_func.name());
      TF_RET_CHECK(else_branch_function_def);
    
      // Nothing to do if neither branch contains any lifted arguments.
      if (!HasLiftedArgs(*then_branch_function_def) &&
          !HasLiftedArgs(*else_branch_function_def)) {
        return absl::OkStatus();
      }
    
      std::unique_ptr<FunctionBody> then_branch_function_body;
      TF_RETURN_IF_ERROR(FunctionDefToBodyHelper(
    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