Home
last modified time | relevance | path

Searched defs:prepack_node (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dregister_packed_params.cpp26 std::pair<Value*, std::string> findFPWeight(Node* prepack_node) { in findFPWeight()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dmkldnn_rewrite.cpp50 auto prepack_node = graph->create( in insertPrePackedConvOpForNode() local