public protocol TensorProtocol
宣言
associatedtype Scalar : TensorFlowScalar
宣言
var annotations: String { get }
宣言
var shape: TensorShape { get }
宣言
var summary: String { get }
public protocol TensorProtocol
associatedtype Scalar : TensorFlowScalar
var annotations: String { get }
var shape: TensorShape { get }
var summary: String { get }
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-12 UTC。