Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtyped_allocator.h82 if (!raw_allocator->AllocatesOpaqueHandle()) { in RunCtor()
91 if (!raw_allocator->AllocatesOpaqueHandle()) { in RunDtor()
100 if (!raw_allocator->AllocatesOpaqueHandle()) { in RunCtor()
109 if (!raw_allocator->AllocatesOpaqueHandle()) { in RunDtor()
118 if (!raw_allocator->AllocatesOpaqueHandle()) { in RunCtor()
127 if (!raw_allocator->AllocatesOpaqueHandle()) { in RunDtor()
Dallocator.h171 virtual bool AllocatesOpaqueHandle() const { return false; } in AllocatesOpaqueHandle() function
262 bool AllocatesOpaqueHandle() const override { in AllocatesOpaqueHandle() function
263 return wrapped_->AllocatesOpaqueHandle(); in AllocatesOpaqueHandle()
Dtensor.cc775 if (shape_.num_elements() > 0 || a->AllocatesOpaqueHandle()) { in Tensor()
789 if (shape_.num_elements() > 0 || a->AllocatesOpaqueHandle()) { in Tensor()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compilation_device.cc68 bool AllocatesOpaqueHandle() const override { return true; } in AllocatesOpaqueHandle() function in tensorflow::XlaCompilationAllocator