Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dhelper.cpp348 if (isSingleInputGeneralCallFunction(n)) { in getPassThroughInputs()
443 bool isSingleInputGeneralCallFunction(Node* n) { in isSingleInputGeneralCallFunction() function
511 !isSingleInputGeneralCallFunction(n) && in userDefinedCallFunction()
H A Dhelper.h69 TORCH_API bool isSingleInputGeneralCallFunction(Node* n);