Skip to content

Function: addVol()

ts
function addVol(a, b): FloatNeuroVol;

Defined in: src/volume/VolumeOps.ts:37

Element-wise addition. b may be a volume (same dims) or a scalar.

Parameters

a

NeuroVol

b

number | NeuroVol

Returns

FloatNeuroVol

Released under the MIT License.