Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReplaceNodeWithXlaCompileAndXlaRun (0.47 sec)

  1. tensorflow/compiler/jit/build_xla_ops_pass.cc

        TF_RETURN_IF_ERROR(root.graph()->UpdateEdge(identity_n[i].node(), i, n,
                                                    int32_inputs_input_idxs[i]));
      }
    
      return absl::OkStatus();
    }
    
    Status ReplaceNodeWithXlaCompileAndXlaRun(
        jit::DeviceInfoCache* device_info_cache,
        const GraphOptimizationPassOptions& options,
        const FunctionLibraryDefinition& flib_def, bool lazy_compilation_enabled,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 24.3K bytes
    - Viewed (0)
Back to top