Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dalias_analysis.cpp1104 std::optional<bool> getConstantBooleanInput( in getConstantBooleanInput() function
1132 auto isTraining = getConstantBooleanInput(node, "training"); in analyzeBatchNorm()
1155 auto useInputStats = getConstantBooleanInput(node, "use_input_stats"); in analyzeInstanceNorm()