Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetSendDeviceMemoryFunction (0.26 sec)

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

      }
    
      return absl::OkStatus();
    }
    
    // Provide SendDeviceMemoryFunction for XLA host callbacks.  This callback
    // handles transferring from device to host.
    xla::SendDeviceMemoryFunction GetSendDeviceMemoryFunction(
        OpKernelContext* ctx, const std::string& program_key) {
      return
          [ctx, program_key](
              int64_t channel_id, se::Stream* stream, const xla::Shape& shape,
    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