| Class | Description |
|---|---|
| ApplyGradientDescent |
Reshape function
|
| Broadcast |
Broadcast function
|
| Concat | |
| ConfusionMatrix | |
| Cross |
Pairwise cross-product of two tensors of the same shape.
|
| Diag |
Computes a diagonal matrix of shape (n, n) from a vector of length n.
|
| DiagPart |
Return the diagonal part of a tensor.
|
| ExpandDims |
ExpandDims function
|
| Eye |
Computes a batch of identity matrices of shape (numRows, numCols), returns a single tensor.
|
| Gather |
Gather op
|
| GatherNd |
GatherND op
|
| MergeAvg | |
| MergeMax | |
| MergeSum | |
| OneHot |
Created by susaneraly on 3/14/18.
|
| OnesLike |
OnesLike function - gives an output array with all values/entries being 1, with the same shape as the input.
|
| ParallelStack |
Stacks n input tensors of same shape to tensor of rank n + 1.
|
| Permute |
Permute function
|
| Rank |
Rank function
|
| Repeat |
Repeat function
|
| Reshape |
Reshape function
|
| RollAxis |
Transpose function
|
| SequenceMask |
Created by farizrahman4u on 3/28/18.
|
| Shape |
Returns the shape of the input array.
|
| Slice |
Slice function
|
| Split |
SplitV op
|
| SplitV |
SplitV op
|
| Squeeze | |
| Stack |
Stack operation.
|
| StridedSlice |
Strided Slice function
|
| Tile |
Tile function
|
| Transpose |
Transpose function
|
| Unstack |
Unstack op conversion
|
| ZerosLike |
Reshape function
|
Copyright © 2018. All rights reserved.