HomeSort by relevance Sort by last modified time
    Searched defs:DeviceMemoryUsage (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/stream_executor/
stream_executor_internal.h 232 virtual bool DeviceMemoryUsage(int64 *free, int64 *total) const {
stream_executor_pimpl.cc 706 bool StreamExecutor::DeviceMemoryUsage(int64 *free, int64 *total) const {
707 return implementation_->DeviceMemoryUsage(free, total);
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 783 bool CUDAExecutor::DeviceMemoryUsage(int64 *free, int64 *total) const {
    [all...]

Completed in 4145 milliseconds