Package deepboof
Interface VTensor
- All Superinterfaces:
ITensor
- All Known Subinterfaces:
ClippedPadding2D<T>,ConstantPadding2D<T>,SpatialPadding2D<T>,VTensor_F32,VTensor_F64
- All Known Implementing Classes:
BaseSpatialPadding2D,ClippedPadding2D_F32,ClippedPadding2D_F64,ConstantPadding2D_F32,ConstantPadding2D_F64,SpatialPadding2D_F32,SpatialPadding2D_F64
public interface VTensor extends ITensor
A virtual tensor doesn't physically store in memory the entire tensor, instead it uses an equation
to generate on the fly some or all of a tensor.
-
Method Summary
Methods inherited from interface deepboof.ITensor
createCoor, getDataType, getDimension, getShape, isShape, length