Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/runtime/
Dprofiling_record.cpp239 static bool needsProfiledOutput(Node* n) { in needsProfiledOutput() function
271 if ((needsProfiledInputs(n) || needsProfiledOutput(i->node()))) { in instrumentBlock()