Home
last modified time | relevance | path

Searched defs:ShouldAllocateEmptyTensors (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_allocator.h38 virtual bool ShouldAllocateEmptyTensors() override final { return true; } in ShouldAllocateEmptyTensors() function
/external/tensorflow/tensorflow/core/framework/
Dallocator.h148 virtual bool ShouldAllocateEmptyTensors() { return false; } in ShouldAllocateEmptyTensors() function
311 bool ShouldAllocateEmptyTensors() override { in ShouldAllocateEmptyTensors() function
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compilation_device.cc60 bool ShouldAllocateEmptyTensors() override { return true; } in ShouldAllocateEmptyTensors() function in tensorflow::XlaCompilationAllocator