| Class | Description |
|---|---|
| HashCode |
This is hashCode op wrapper.
|
| Mmul |
Matrix multiplication/dot product
|
| MmulBp |
Matrix multiplication/dot product Backprop
|
| Moments | |
| NormalizeMoments | |
| SufficientStatistics |
Sufficient statistics: returns 3 or 4 output arrays:
If shift is not provided: count, sum of elements, sum of squares
If shift is provided: count, sum of elements, sum of squares, shift
|
| TensorMmul |
TensorMmul
|
| ZeroFraction |
Compute the fraction of zero elements
|
Copyright © 2019. All rights reserved.