Neural Network Libraries
latest
Python パッケージ
C++ API
C++ ライブラリのビルド
C++ コマンドラインインターフェイス
C++ API 実装例
C++ API Document
NNABLA C++ API Document
NNABLA Class
NNABLA Struct
NNABLA Namespace
NNABLA Ext Cuda C++ API Document
データファイルフォーマット
データフォーマット
ファイルフォーマットコンバーター
サポート状況
コントリビューションガイド
License
Neural Network Libraries
C++ API
C++ API Document
NNABLA C++ API Document
NNABLA Class
class Mul2
Edit on GitHub
class Mul2
class
Mul2
Elementwise multiplication defined as.
\[ y_i = x^{(0)}_i \cdot x^{(1)}_i. \]
Inputs:
N-D array.
N-D array.
Outputs:
N-D array.
テンプレートパラメータ
:
T
-- Data type for computation.