Conozca lo último en aprendizaje automático, IA generativa y más en el
Simposio WiML 2023.
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
IdentityN
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Returns a list of tensors with the same shapes and contents as the input
tensors.
This op can be used to override the gradient for complicated functions. For
example, suppose y = f(x) and we wish to apply a custom function g for backprop
such that dx = g(dy). In Python,
with tf.get_default_graph().gradient_override_map(
{'IdentityN': 'OverrideGradientWithG'):
y, _ = identity_n([f(x), x])
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
()
|
From interface
java.lang.Iterable
|
abstract
void
|
forEach
(Consumer<? super T> arg0)
|
|
abstract
Iterator<
Operand
<
TType
>>
|
iterator
()
|
|
abstract
Spliterator<
Operand
<
TType
>>
|
spliterator
()
|
Constants
public
static
final
String
OP_NAME
The name of this op, as known by TensorFlow core engine
Constant Value:
"IdentityN"
Public Methods
Factory method to create a class wrapping a new IdentityN operation.
Returns
-
a new instance of IdentityN
public
List<
Output
<?>>
output
()
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2021-04-01 (UTC)
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2021-04-01 (UTC)"],[],[]]