GradientDefOrBuilder
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Sous-classes indirectes connues DégradéDéf |
GradientDef defines the gradient function of a function defined in
a function library. | DégradéDef.Builder |
GradientDef defines the gradient function of a function defined in
a function library. |
|
Méthodes publiques
chaîne abstraite | |
résumé com.google.protobuf.ByteString | |
chaîne abstraite | |
résumé com.google.protobuf.ByteString | |
Méthodes publiques
chaîne abstraite publique getFunctionName ()
The function name.
string function_name = 1;
résumé public com.google.protobuf.ByteString getFunctionNameBytes ()
The function name.
string function_name = 1;
chaîne abstraite publique getGradientFunc ()
The gradient function's name.
string gradient_func = 2;
résumé public com.google.protobuf.ByteString getGradientFuncBytes ()
The gradient function's name.
string gradient_func = 2;
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/27 (UTC).
[null,null,["Dernière mise à jour le 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"]]