timesfm-ts - v1.0.0
Preparing search index...
timesfm-core/src/utils/tensor-utils
elementwiseDiff
Function elementwiseDiff
elementwiseDiff
(
a
:
Float32Array
,
b
:
Float32Array
)
:
Float32Array
Element-wise difference: a[i] - b[i].
Parameters
a
:
Float32Array
b
:
Float32Array
Returns
Float32Array
Throws
if the arrays have different lengths.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
timesfm-ts - v1.0.0
Loading...
Element-wise difference: a[i] - b[i].