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 Sinc
Edit on GitHub
class Sinc
class
Sinc
Sinc
defined as.
\[\begin{split} y_i = 1 \text{ if } x_i = 0.\\ y_i = \sin(x_i)/x_i \text{, otherwise.} \end{split}\]
Inputs:
N-D array.
Outputs:
N-D array.
テンプレートパラメータ
:
T
-- Data type for computation.