GradientDefOrBuilder
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
既知の間接サブクラス勾配定義 |
GradientDef defines the gradient function of a function defined in
a function library. | GradientDef.Builder |
GradientDef defines the gradient function of a function defined in
a function library. |
|
パブリックメソッド
抽象文字列 | |
抽象的な com.google.protobuf.ByteString | |
抽象文字列 | |
抽象的な com.google.protobuf.ByteString | |
パブリックメソッド
public abstract String getFunctionName ()
The function name.
string function_name = 1;
public abstract com.google.protobuf.ByteString getFunctionNameBytes ()
The function name.
string function_name = 1;
パブリック抽象 String getGradientFunc ()
The gradient function's name.
string gradient_func = 2;
パブリック抽象 com.google.protobuf.ByteString getGradientFuncBytes ()
The gradient function's name.
string gradient_func = 2;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-27 UTC。
[null,null,["最終更新日 2025-07-27 UTC。"],[],[],null,["# GradientDefOrBuilder\n\npublic interface **GradientDefOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [GradientDef](/jvm/api_docs/java/org/tensorflow/proto/framework/GradientDef), [GradientDef.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/GradientDef.Builder) |----------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------| | [GradientDef](/jvm/api_docs/java/org/tensorflow/proto/framework/GradientDef) | ``` GradientDef defines the gradient function of a function defined in a function library. ``` | | [GradientDef.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/GradientDef.Builder) | ``` GradientDef defines the gradient function of a function defined in a function library. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getFunctionName](/jvm/api_docs/java/org/tensorflow/proto/framework/GradientDefOrBuilder#getFunctionName())() ``` The function name. ``` |\n| abstract com.google.protobuf.ByteString | [getFunctionNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/GradientDefOrBuilder#getFunctionNameBytes())() ``` The function name. ``` |\n| abstract String | [getGradientFunc](/jvm/api_docs/java/org/tensorflow/proto/framework/GradientDefOrBuilder#getGradientFunc())() ``` The gradient function's name. ``` |\n| abstract com.google.protobuf.ByteString | [getGradientFuncBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/GradientDefOrBuilder#getGradientFuncBytes())() ``` The gradient function's name. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getFunctionName**\n()\n\n\u003cbr /\u003e\n\n```\n The function name.\n \n```\n`string function_name = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getFunctionNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n The function name.\n \n```\n`string function_name = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getGradientFunc**\n()\n\n\u003cbr /\u003e\n\n```\n The gradient function's name.\n \n```\n`string gradient_func = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getGradientFuncBytes**\n()\n\n\u003cbr /\u003e\n\n```\n The gradient function's name.\n \n```\n`string gradient_func = 2;`\n\n\u003cbr /\u003e"]]