MCPcopy Create free account
hub / github.com/pytorch/tutorials / custom_function_conv_bn_tutorial.py

File custom_function_conv_bn_tutorial.py

intermediate_source/custom_function_conv_bn_tutorial.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# -*- coding: utf-8 -*-
2"""
3Fusing Convolution and Batch Norm using Custom Function
4=======================================================

Callers

nothing calls this directly

Calls 4

stepMethod · 0.80
NetClass · 0.70
trainFunction · 0.70
testFunction · 0.70

Tested by

no test coverage detected