Searched defs:AllocatesOpaqueHandle (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ | ||
D | immutable_constant_op.cc | 71 bool AllocatesOpaqueHandle() const override { return true; } in AllocatesOpaqueHandle() function in tensorflow::__anon8058df320111::MemmappedTensorAllocator |
/external/tensorflow/tensorflow/compiler/tf2xla/ | ||
D | xla_compilation_device.cc | 68 bool AllocatesOpaqueHandle() const override { return true; } in AllocatesOpaqueHandle() function in tensorflow::XlaCompilationAllocator |
/external/tensorflow/tensorflow/core/framework/ | ||
D | allocator.h | 230 virtual bool AllocatesOpaqueHandle() const { return false; } in AllocatesOpaqueHandle() function |