GradientDefOrBuilder
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Subclasses indiretas conhecidas 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. |
|
Métodos Públicos
cadeia abstrata | |
abstrato com.google.protobuf.ByteString | |
cadeia abstrata | |
abstrato com.google.protobuf.ByteString | |
Métodos Públicos
String abstrata pública getFunctionName ()
The function name.
string function_name = 1;
resumo público com.google.protobuf.ByteString getFunctionNameBytes ()
The function name.
string function_name = 1;
String abstrata pública getGradientFunc ()
The gradient function's name.
string gradient_func = 2;
resumo público com.google.protobuf.ByteString getGradientFuncBytes ()
The gradient function's name.
string gradient_func = 2;
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-27 UTC.
[null,null,["Última atualização 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"]]