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

File polynomial_module.py

beginner_source/examples_nn/polynomial_module.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# -*- coding: utf-8 -*-
2"""
3PyTorch: Custom nn Modules
4--------------------------

Callers

nothing calls this directly

Calls 5

Polynomial3Class · 0.85
stepMethod · 0.80
modelFunction · 0.50
backwardMethod · 0.45
stringMethod · 0.45

Tested by

no test coverage detected