Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor.cc82 class BufferBase : public TensorBuffer { class
84 explicit BufferBase(Allocator* alloc, void* data_ptr) in BufferBase() function in tensorflow::__anon8c201cc00111::BufferBase
128 class Buffer : public BufferBase {
472 : BufferBase(a, TypedAllocator::Allocate<T>(a, n, AllocationAttributes())), in Buffer()
478 : BufferBase(a, TypedAllocator::Allocate<T>(a, n, allocation_attr)), in Buffer()