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

  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.cc 38 void *InterpreterExecutor::AllocateSubBuffer(DeviceMemoryBase *parent,
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.cc 47 void *HostExecutor::AllocateSubBuffer(DeviceMemoryBase *parent,
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_pimpl.h 154 DeviceMemory<T> AllocateSubBuffer(DeviceMemory<T> *parent,
158 // As AllocateSubBuffer(), but returns a ScopedDeviceMemory<T>.
164 this, AllocateSubBuffer<T>(parent, element_offset, element_count));
756 DeviceMemory<T> StreamExecutor::AllocateSubBuffer(DeviceMemory<T> *parent,
766 void *opaque = implementation_->AllocateSubBuffer(
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 448 void *CUDAExecutor::AllocateSubBuffer(DeviceMemoryBase *mem,
    [all...]

Completed in 457 milliseconds