Neural Network Libraries
1.39.0
Python Package
C++ API
Build C++ libraries
C++ Command Line Interface
C++ API Examples
C++ API Document
NNABLA C++ API Document
NNABLA Class
NNABLA Struct
NNABLA Namespace
NNABLA Ext Cuda C++ API Document
Data exchange file format
Data Format
File format converter
Support Status
Contributing Guide
License
Neural Network Libraries
C++ API
C++ API Document
NNABLA C++ API Document
NNABLA Class
class SquaredError
View page source
class SquaredError
class
SquaredError
Elementwise squared error defined as.
\[ y_i = \left(x^{(0)}_i - x^{(1)}_i\right)^2. \]
Inputs:
N-D array.
N-D array.
Outputs:
N-D array.
Template Parameters
:
T
– Data type for computation.