Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for memory_space (0.39 sec)

  1. tensorflow/compiler/jit/xla_tensor.cc

                            client->backend().memory_allocator()->Allocate(
                                device_ordinal, size, /*retry_on_failure=*/false,
                                subshape.layout().memory_space()));
        // Move our buffer into shaped_buffer, which takes ownership of it.
        index_to_buffer.second = buffer.Release();
      }
    
      VLOG(4) << shaped_buffer.ToString();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/stream_executor/stream_executor_test_util.cc

    namespace stream_executor {
    namespace test_util {
    
    /*** Functions for creating SP_StreamExecutor ***/
    void Allocate(const SP_Device* const device, uint64_t size,
                  int64_t memory_space, SP_DeviceMemoryBase* const mem) {}
    void Deallocate(const SP_Device* const device, SP_DeviceMemoryBase* const mem) {
    }
    void* HostMemoryAllocate(const SP_Device* const device, uint64_t size) {
      return nullptr;
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 21 20:09:00 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top