Home
last modified time | relevance | path

Searched refs:isManagedOutputTensorValue (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/csrc/jit/runtime/static/
Dimpl.cpp1864 (isManagedOutputTensor(*ival) || isManagedOutputTensorValue(val))) { in check_for_memory_leak()
1940 if (!isManagedOutputTensorValue(val) || !ival->isTensor()) { in checkOutputTensorMemoryLeaks()
1963 bool BlockRunner::isManagedOutputTensorValue(const Value* value) const { in isManagedOutputTensorValue() function in torch::jit::BlockRunner
Dimpl.h689 bool isManagedOutputTensorValue(const Value* value) const;