Aprenda o que há de mais recente em aprendizado de máquina, IA generativa e muito mais no WiML Symposium 2023
Registre-se
AssignAddVariableOp
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Adds a value to the current value of a variable.
Any ReadVariableOp with a control dependency on this op is guaranteed to
see the incremented value or a subsequent newer one.
Constants
|
String
|
OP_NAME
|
The name of this op, as known by TensorFlow core engine
|
Inherited Methods
From class
java.lang.Object
|
boolean
|
equals
(Object arg0)
|
|
final
Class<?>
|
getClass
()
|
|
int
|
hashCode
()
|
|
final
void
|
notify
()
|
|
final
void
|
notifyAll
()
|
|
String
|
toString
()
|
|
final
void
|
wait
(long arg0, int arg1)
|
|
final
void
|
wait
(long arg0)
|
|
final
void
|
wait
()
|
Constants
public
static
final
String
OP_NAME
The name of this op, as known by TensorFlow core engine
Constant Value:
"AssignAddVariableOp"
Public Methods
Factory method to create a class wrapping a new AssignAddVariableOp operation.
Parameters
|
scope
|
current scope
|
|
resource
|
handle to the resource in which to store the variable.
|
|
value
|
the value by which the variable will be incremented.
|
Returns
-
a new instance of AssignAddVariableOp
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 2021-04-01 UTC.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2021-04-01 UTC."],[],[]]