モジュール
指定された入力にレイヤーを適用して得られた出力を返します。
宣言
@differentiable(wrt: self)
func callAsFunction(_ input: Input) -> Output
指定された入力にレイヤーを適用して得られた出力を返します。
デフォルトの実装
指定された入力にレイヤーを適用して得られた出力を返します。
宣言
@differentiable(wrt: self)
func forward(_ input: Input) -> Output
`Input`: `TensorProtocol`、`Output`: `DifferentiableTensorProtocol` で利用可能です。
デフォルトの実装
指定された入力にレイヤーを適用することで得られる、注釈付きの出力を返します。
宣言
@differentiable(wrt: self)
public func callAsFunction(_ input: Input) -> Output
output
に注釈を付けます。
注: 注釈をサポートしていないバックエンドを使用している場合は、 output
が返されます。
宣言
@differentiable
public func annotated(_ output: Output) -> Output
指定された入力にレイヤーを適用することで取得したアノテーションを返します。
宣言
public func summary(input: Input) -> String
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-04 UTC。
[null,null,["最終更新日 2025-01-04 UTC。"],[],[]]