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.h230 virtual bool AllocatesOpaqueHandle() const { return false; } in AllocatesOpaqueHandle() function
321 bool AllocatesOpaqueHandle() const override { in AllocatesOpaqueHandle() function
322 return wrapped_->AllocatesOpaqueHandle(); in AllocatesOpaqueHandle()
/external/tensorflow/tensorflow/core/kernels/
Dimmutable_constant_op.cc71 bool AllocatesOpaqueHandle() const override { return true; } in AllocatesOpaqueHandle() function in tensorflow::__anonda76d6cb0111::MemmappedTensorAllocator
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compilation_device.cc68 bool AllocatesOpaqueHandle() const override { return true; } in AllocatesOpaqueHandle() function in tensorflow::XlaCompilationAllocator