Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_send_device_memory_function (0.21 sec)

  1. tensorflow/compiler/jit/kernels/xla_ops.cc

      }
    
      xla::ExecutableRunOptions run_options;
    
      // Host callbacks used for HLO send/recv.
      xla::SendDeviceMemoryFunction send_function =
          GetSendDeviceMemoryFunction(ctx, key);
      run_options.set_send_device_memory_function(&send_function);
      xla::RecvDeviceMemoryFunction recv_function =
          GetRecvDeviceMemoryFunction(ctx, key);
      run_options.set_recv_device_memory_function(&recv_function);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top