TFTensor演算
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
宣言
func updateAttribute(_ name: String, _ value: TensorShape)
宣言
func updateAttribute(_ name: String, _ value: TensorShape?)
宣言
func updateAttribute(_ name: String, _ value: [TensorShape])
宣言
func updateAttribute(_ name: String, _ value: [TensorShape?])
宣言
func updateAttribute(_ name: String, _ value: _TensorFunctionPointer)
宣言
func execute<
T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol,
T3: TensorArrayProtocol, T4: TensorArrayProtocol
>(
_ count0: Int,
_ count1: Int,
_ count2: Int,
_ count3: Int,
_ count4: Int
) -> (T0, T1, T2, T3, T4)
宣言
func execute<
T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol,
T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol
>(
_ count0: Int,
_ count1: Int,
_ count2: Int,
_ count3: Int,
_ count4: Int,
_ count5: Int
) -> (T0, T1, T2, T3, T4, T5)
宣言
func execute<
T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol,
T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol,
T6: TensorArrayProtocol
>(
_ count0: Int,
_ count1: Int,
_ count2: Int,
_ count3: Int,
_ count4: Int,
_ count5: Int,
_ count6: Int
) -> (T0, T1, T2, T3, T4, T5, T6)
宣言
func execute<
T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol,
T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol,
T6: TensorArrayProtocol, T7: TensorArrayProtocol
>(
_ count0: Int,
_ count1: Int,
_ count2: Int,
_ count3: Int,
_ count4: Int,
_ count5: Int,
_ count6: Int,
_ count7: Int
) -> (T0, T1, T2, T3, T4, T5, T6, T7)
宣言
func execute<
T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol,
T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol,
T6: TensorArrayProtocol, T7: TensorArrayProtocol, T8: TensorArrayProtocol
>(
_ count0: Int,
_ count1: Int,
_ count2: Int,
_ count3: Int,
_ count4: Int,
_ count5: Int,
_ count6: Int,
_ count7: Int,
_ count8: Int
) -> (T0, T1, T2, T3, T4, T5, T6, T7, T8)
宣言
func execute<
T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol,
T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol,
T6: TensorArrayProtocol, T7: TensorArrayProtocol, T8: TensorArrayProtocol,
T9: TensorArrayProtocol
>(
_ count0: Int,
_ count1: Int,
_ count2: Int,
_ count3: Int,
_ count4: Int,
_ count5: Int,
_ count6: Int,
_ count7: Int,
_ count8: Int,
_ count9: Int
) -> (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
宣言
func execute<
T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol,
T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol,
T6: TensorArrayProtocol, T7: TensorArrayProtocol, T8: TensorArrayProtocol,
T9: TensorArrayProtocol, T10: TensorArrayProtocol
>(
_ count0: Int,
_ count1: Int,
_ count2: Int,
_ count3: Int,
_ count4: Int,
_ count5: Int,
_ count6: Int,
_ count7: Int,
_ count8: Int,
_ count9: Int,
_ count10: Int
) -> (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
宣言
func execute<
T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol,
T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol,
T6: TensorArrayProtocol, T7: TensorArrayProtocol, T8: TensorArrayProtocol,
T9: TensorArrayProtocol, T10: TensorArrayProtocol, T11: TensorArrayProtocol
>(
_ count0: Int,
_ count1: Int,
_ count2: Int,
_ count3: Int,
_ count4: Int,
_ count5: Int,
_ count6: Int,
_ count7: Int,
_ count8: Int,
_ count9: Int,
_ count10: Int,
_ count11: Int
) -> (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
宣言
func execute<
T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol,
T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol,
T6: TensorArrayProtocol, T7: TensorArrayProtocol, T8: TensorArrayProtocol,
T9: TensorArrayProtocol, T10: TensorArrayProtocol, T11: TensorArrayProtocol,
T12: TensorArrayProtocol
>(
_ count0: Int,
_ count1: Int,
_ count2: Int,
_ count3: Int,
_ count4: Int,
_ count5: Int,
_ count6: Int,
_ count7: Int,
_ count8: Int,
_ count9: Int,
_ count10: Int,
_ count11: Int,
_ count12: Int
) -> (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
宣言
func execute<
T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol,
T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol,
T6: TensorArrayProtocol, T7: TensorArrayProtocol, T8: TensorArrayProtocol,
T9: TensorArrayProtocol, T10: TensorArrayProtocol, T11: TensorArrayProtocol,
T12: TensorArrayProtocol, T13: TensorArrayProtocol
>(
_ count0: Int,
_ count1: Int,
_ count2: Int,
_ count3: Int,
_ count4: Int,
_ count5: Int,
_ count6: Int,
_ count7: Int,
_ count8: Int,
_ count9: Int,
_ count10: Int,
_ count11: Int,
_ count12: Int,
_ count13: Int
) -> (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
宣言
func execute<
T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol,
T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol,
T6: TensorArrayProtocol, T7: TensorArrayProtocol, T8: TensorArrayProtocol,
T9: TensorArrayProtocol, T10: TensorArrayProtocol, T11: TensorArrayProtocol,
T12: TensorArrayProtocol, T13: TensorArrayProtocol, T14: TensorArrayProtocol
>(
_ count0: Int,
_ count1: Int,
_ count2: Int,
_ count3: Int,
_ count4: Int,
_ count5: Int,
_ count6: Int,
_ count7: Int,
_ count8: Int,
_ count9: Int,
_ count10: Int,
_ count11: Int,
_ count12: Int,
_ count13: Int,
_ count14: Int
) -> (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-12 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-11-12 UTC。"],[],[]]