Home
last modified time | relevance | path

Searched defs:DeviceMemoryUsage (Results 1 – 10 of 10) sorted by relevance

/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
/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/host/
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/stream_executor/tpu/
Dtpu_executor.cc211 bool TpuExecutor::DeviceMemoryUsage(int64_t* free, int64_t* total) const { in DeviceMemoryUsage() function in tensorflow::tpu::TpuExecutor
/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
Dstream_executor.cc582 bool DeviceMemoryUsage(int64_t* free, int64_t* total) const override { in DeviceMemoryUsage() function in stream_executor::__anoncabb94000111::CStreamExecutor
Dstream_executor_test.cc248 TEST_F(StreamExecutorTest, DeviceMemoryUsage) { in TEST_F() argument
/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