GradientDefOrBuilder
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Sottoclassi indirette conosciute GradienteDef |
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. |
|
Metodi pubblici
stringa astratta | |
astratto com.google.protobuf.ByteString | |
stringa astratta | |
astratto com.google.protobuf.ByteString | |
Metodi pubblici
public abstract String getFunctionName ()
The function name.
string function_name = 1;
estratto pubblico com.google.protobuf.ByteString getFunctionNameBytes ()
The function name.
string function_name = 1;
stringa astratta pubblica getGradientFunc ()
The gradient function's name.
string gradient_func = 2;
estratto pubblico com.google.protobuf.ByteString getGradientFuncBytes ()
The gradient function's name.
string gradient_func = 2;
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-27 UTC.
[null,null,["Ultimo aggiornamento 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"]]