Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dhoist_conv_packed_params.cpp45 Value* rootModuleAsValue = graph->inputs()[0]; in hoistConvPackedParams() local
50 getModuleAccessPath(convModuleAsValue, rootModuleAsValue); in hoistConvPackedParams()
76 getConvPackedParamsNode->replaceInput(0, rootModuleAsValue); in hoistConvPackedParams()