ResourceConditionalAccumulator.Options
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
継承されたメソッド
クラスjava.lang.Objectからブール値 | 等しい(オブジェクト arg0) |
最終クラス<?> | getクラス() |
整数 | ハッシュコード() |
最後の空白 | 通知する() |
最後の空白 | すべて通知() |
弦 | toString () |
最後の空白 | wait (long arg0, int arg1) |
最後の空白 | 待機(長い引数0) |
最後の空白 | 待って() |
パブリックメソッド
パラメーター
容器 | 空でない場合、このアキュムレータは指定されたコンテナに配置されます。それ以外の場合は、デフォルトのコンテナが使用されます。 |
---|
パラメーター
共有名 | 空でない場合、このアキュムレータは指定された名前で複数のセッション間で共有されます。 |
---|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],[],null,["# ResourceConditionalAccumulator.Options\n\npublic static class **ResourceConditionalAccumulator.Options** \nOptional attributes for [ResourceConditionalAccumulator](/jvm/api_docs/java/org/tensorflow/op/train/ResourceConditionalAccumulator) \n\n### Public Methods\n\n|-----------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ResourceConditionalAccumulator.Options](/jvm/api_docs/java/org/tensorflow/op/train/ResourceConditionalAccumulator.Options) | [container](/jvm/api_docs/java/org/tensorflow/op/train/ResourceConditionalAccumulator.Options#container(java.lang.String))(String container) |\n| [ResourceConditionalAccumulator.Options](/jvm/api_docs/java/org/tensorflow/op/train/ResourceConditionalAccumulator.Options) | [reductionType](/jvm/api_docs/java/org/tensorflow/op/train/ResourceConditionalAccumulator.Options#reductionType(java.lang.String))(String reductionType) |\n| [ResourceConditionalAccumulator.Options](/jvm/api_docs/java/org/tensorflow/op/train/ResourceConditionalAccumulator.Options) | [sharedName](/jvm/api_docs/java/org/tensorflow/op/train/ResourceConditionalAccumulator.Options#sharedName(java.lang.String))(String sharedName) |\n\n### Inherited Methods\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Methods\n--------------\n\n#### public [ResourceConditionalAccumulator.Options](/jvm/api_docs/java/org/tensorflow/op/train/ResourceConditionalAccumulator.Options)\n**container**\n(String container)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| container | If non-empty, this accumulator is placed in the given container. Otherwise, a default container is used. |\n|-----------|----------------------------------------------------------------------------------------------------------|\n\n#### public [ResourceConditionalAccumulator.Options](/jvm/api_docs/java/org/tensorflow/op/train/ResourceConditionalAccumulator.Options)\n**reductionType**\n(String reductionType)\n\n\u003cbr /\u003e\n\n#### public [ResourceConditionalAccumulator.Options](/jvm/api_docs/java/org/tensorflow/op/train/ResourceConditionalAccumulator.Options)\n**sharedName**\n(String sharedName)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| sharedName | If non-empty, this accumulator will be shared under the given name across multiple sessions. |\n|------------|----------------------------------------------------------------------------------------------|"]]