public abstract class GenericTensorVertex<T> extends GenericVertex<GenericTensor<T>>
| Constructor and Description |
|---|
GenericTensorVertex() |
GenericTensorVertex(long[] shape) |
| Modifier and Type | Method and Description |
|---|---|
GenericSliceVertex<T> |
slice(int dimension,
int index) |
GenericTakeVertex<T> |
take(long... index) |
addChild, addParent, addParents, equals, eval, getChildren, getConnectedGraph, getDegree, getId, getIndentation, getLabel, getObservedValue, getParents, getRank, getReference, getShape, getState, getValue, hashCode, hasValue, isDifferentiable, isObserved, isProbabilistic, lazyEval, loadValue, observe, observeOwnValue, print, print, removeLabel, save, saveValue, setAndCascade, setLabel, setLabel, setParents, setParents, setState, setValue, toString, unobservepublic GenericTensorVertex()
public GenericTensorVertex(long[] shape)
public GenericTakeVertex<T> take(long... index)
public GenericSliceVertex<T> slice(int dimension, int index)