Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Ddtype_analysis.cpp79 static bool canBeInferredWithMetaTensor(Node* n) { in canBeInferredWithMetaTensor() function
103 if (!canBeInferredWithMetaTensor(n)) { in inferWithMetaTensor()