Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XlaDeviceAllocatorState (0.2 sec)

  1. tensorflow/compiler/jit/xla_device.cc

    /* static */ XlaDeviceAllocatorState& XlaDeviceAllocatorState::Singleton() {
      static auto a = new XlaDeviceAllocatorState;
      return *a;
    }
    
    XlaDeviceAllocatorState::XlaDeviceAllocatorState() = default;
    XlaDeviceAllocatorState::~XlaDeviceAllocatorState() = default;
    
    XlaDeviceAllocator* XlaDeviceAllocatorState::GetOrCreateXlaDeviceAllocator(
        const xla::Backend* backend, int device_ordinal) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 21:05:42 UTC 2024
    - 24.3K bytes
    - Viewed (0)
Back to top