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

  /external/tensorflow/tensorflow/compiler/xla/service/
device_memory_allocator.cc 26 StreamExecutorMemoryAllocator::StreamExecutorMemoryAllocator(
34 StreamExecutorMemoryAllocator::Allocate(int device_ordinal, uint64 size,
49 tensorflow::Status StreamExecutorMemoryAllocator::Deallocate(
65 StreamExecutorMemoryAllocator::GetStreamExecutor(int device_ordinal) {
82 bool StreamExecutorMemoryAllocator::AllowsAsynchronousDeallocation() const {
device_memory_allocator.h 64 class StreamExecutorMemoryAllocator : public DeviceMemoryAllocator {
66 StreamExecutorMemoryAllocator(

Completed in 98 milliseconds