Home
last modified time | relevance | path

Searched refs:release_allocation_after_use (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h96 (input.release_allocation_after_use || release_this_input)) { in ParseTupleNode()
108 input.release_allocation_after_use = release_this_input; in ParseTupleNode()
150 CHECK(element->release_allocation_after_use == in ParseTupleTree()
436 if (input_vector[i].release_allocation_after_use) { in Compute()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.h115 bool release_allocation_after_use; member
Dxrt_state.cc448 if (element.release_allocation_after_use) { in MakeTuple()