Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/passes/
Dxnnpack_rewrite.cpp388 void fusePrePackedLinearConvWithClamp(script::Module& module) { in fusePrePackedLinearConvWithClamp() function
443 fusePrePackedLinearConvWithClamp(cloned_module); in optimizeForMobile()
492 void fusePrePackedLinearConvWithClamp(script::Module& module) { in fusePrePackedLinearConvWithClamp() function
Dxnnpack_rewrite.h13 TORCH_API void fusePrePackedLinearConvWithClamp(script::Module& module);
/external/pytorch/torch/csrc/jit/python/
Dinit.cpp1059 return fusePrePackedLinearConvWithClamp(module); in initJITBindings()