Home
last modified time | relevance | path

Searched refs:DeviceMemoryUsage (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Ddevices.cc91 CHECK(se->DeviceMemoryUsage(&available_memory, &total_memory)); in AvailableGPUMemory()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test_util.cc35 TF_Bool DeviceMemoryUsage(const SP_Device* const device, int64_t* const free, in DeviceMemoryUsage() function
107 se->device_memory_usage = DeviceMemoryUsage; in PopulateDefaultStreamExecutor()
Dstream_executor_test.cc248 TEST_F(StreamExecutorTest, DeviceMemoryUsage) { in TEST_F() argument
260 executor->DeviceMemoryUsage(&free, &total); in TEST_F()
Dstream_executor.cc582 bool DeviceMemoryUsage(int64_t* free, int64_t* total) const override { in DeviceMemoryUsage() function in stream_executor::__anon7d2d81310111::CStreamExecutor
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dgpu_device.cc71 if (!executor->DeviceMemoryUsage(&free_memory, &total_memory)) { in CreateCudaAsyncAllocator()
232 if (!executor->DeviceMemoryUsage(&free_memory, &total_memory)) { in CreateBFCAllocator()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/
Dhost_gpu_executor.h133 bool DeviceMemoryUsage(int64_t* free, int64_t* total) const override;
Dhost_gpu_executor.cc62 bool HostExecutor::DeviceMemoryUsage(int64_t* free, int64_t* total) const { in DeviceMemoryUsage() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h163 bool DeviceMemoryUsage(int64_t *free, int64_t *total) const override { in DeviceMemoryUsage() function
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
Dtpu_executor.h96 bool DeviceMemoryUsage(int64_t* free, int64_t* total) const override;
Dtpu_executor.cc211 bool TpuExecutor::DeviceMemoryUsage(int64_t* free, int64_t* total) const { in DeviceMemoryUsage() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
Dpluggable_device_factory.cc88 if (!se->DeviceMemoryUsage(&available_memory, &total_memory)) { in SingleVirtualDeviceMemoryLimit()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream_executor_internal.h270 virtual bool DeviceMemoryUsage(int64_t* free, int64_t* total) const { in DeviceMemoryUsage() function
Dstream_executor_pimpl.cc816 bool StreamExecutor::DeviceMemoryUsage(int64_t* free, int64_t* total) const { in DeviceMemoryUsage() function in stream_executor::StreamExecutor
817 return implementation_->DeviceMemoryUsage(free, total); in DeviceMemoryUsage()
Dstream_executor_pimpl.h344 bool DeviceMemoryUsage(int64_t* free, int64_t* total) const;
/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
Dgpu_executor.h242 bool DeviceMemoryUsage(int64_t* free, int64_t* total) const override;
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device_test.cc44 CHECK(se->DeviceMemoryUsage(&available_memory, &total_memory)); in GetTotalGPUMemory()
Dgpu_device.cc1093 if (!se->DeviceMemoryUsage(&available_memory, &total_memory)) { in SingleVirtualDeviceMemoryLimit()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h765 if (!stream_executor->DeviceMemoryUsage(&mem_free, &mem_total)) { in Compute()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc731 bool GpuExecutor::DeviceMemoryUsage(int64_t* free, int64_t* total) const { in DeviceMemoryUsage() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_gpu_executor.cc863 bool GpuExecutor::DeviceMemoryUsage(int64_t* free, int64_t* total) const { in DeviceMemoryUsage() function in stream_executor::gpu::GpuExecutor