Home
last modified time | relevance | path

Searched defs:AllocatesOpaqueHandle (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compilation_device.cc68 bool AllocatesOpaqueHandle() const override { return true; } in AllocatesOpaqueHandle() function in tensorflow::XlaCompilationAllocator
/external/tensorflow/tensorflow/core/framework/
Dallocator.h171 virtual bool AllocatesOpaqueHandle() const { return false; } in AllocatesOpaqueHandle() function
262 bool AllocatesOpaqueHandle() const override { in AllocatesOpaqueHandle() function