Uses of Class
deepnetts.tensor.Tensor4D
Packages that use Tensor4D
Package
Description
Neural network layers, which are main building blocks of a neural network.
-
Uses of Tensor4D in deepnetts.net.layers
Methods in deepnetts.net.layers that return Tensor4DMethods in deepnetts.net.layers with parameters of type Tensor4D -
Uses of Tensor4D in deepnetts.tensor
Methods in deepnetts.tensor that return Tensor4DModifier and TypeMethodDescriptionstatic Tensor4D
Tensors.create
(int fourthDim, int depth, int rows, int cols, float[] values) static Tensor4D
Tensors.random
(int fourthDim, int depth, int rows, int cols) Methods in deepnetts.tensor with parameters of type Tensor4DModifier and TypeMethodDescriptionstatic void
Tensors.fillFourthDim
(Tensor4D deltaWeights, int fourthIdx, float val)