pytorch
1.8.2
About: PyTorch provides Tensor computation (like NumPy) with strong GPU acceleration and Deep Neural Networks (in Python) built on a tape-based autograd system. LTS (Long Term Support) release.
![]() ![]() |
Classes | |
class | NNModule |
Functions | |
def | render (s) |
Variables | |
NeuralNetOperator = C.NeuralNetOperator | |
Operator = C.NeuralNetOperator | |
NeuralNetData = C.NeuralNetData | |
Data = C.NeuralNetData | |
NNSubgraph = C.NNSubgraph | |
NNMatchGraph = C.NNMatchGraph | |
Graph = C.Graph | |
Annotation = C.Annotation | |
def caffe2.python.nomnigraph.render | ( | s | ) |
Definition at line 110 of file nomnigraph.py.
References at::native.any(), at.print(), caffe2.python.nomnigraph.render(), and caffe2.str.
Referenced by caffe2.python.nomnigraph.render().
caffe2.python.nomnigraph.Annotation = C.Annotation |
Definition at line 140 of file nomnigraph.py.
caffe2.python.nomnigraph.Data = C.NeuralNetData |
Definition at line 136 of file nomnigraph.py.
Referenced by nom::repr::Data.classof().
caffe2.python.nomnigraph.Graph = C.Graph |
Definition at line 139 of file nomnigraph.py.
caffe2.python.nomnigraph.NeuralNetData = C.NeuralNetData |
Definition at line 135 of file nomnigraph.py.
caffe2.python.nomnigraph.NeuralNetOperator = C.NeuralNetOperator |
Definition at line 133 of file nomnigraph.py.
caffe2.python.nomnigraph.NNMatchGraph = C.NNMatchGraph |
Definition at line 138 of file nomnigraph.py.
caffe2.python.nomnigraph.NNSubgraph = C.NNSubgraph |
Definition at line 137 of file nomnigraph.py.
caffe2.python.nomnigraph.Operator = C.NeuralNetOperator |
Definition at line 134 of file nomnigraph.py.
Referenced by torch::jit.OperatorGenerator().