Module caffe2.python.helpers.algebra. More...
Functions | |
| def | Transpose (model, blob_in, blob_out, use_cudnn=False, kwargs) |
| def | Sum (model, blob_in, blob_out, kwargs) |
Module caffe2.python.helpers.algebra.
| def algebra.Sum | ( | model, | |
| blob_in, | |||
| blob_out, | |||
| kwargs | |||
| ) |
Sum
Definition at line 16 of file algebra.py.
| def algebra.Transpose | ( | model, | |
| blob_in, | |||
| blob_out, | |||
use_cudnn = False, |
|||
| kwargs | |||
| ) |
Transpose.
Definition at line 9 of file algebra.py.
1.8.14