WhileContextDefOrBuilder

interfaz pública WhileContextDefOrBuilder
Subclases indirectas conocidas

Métodos públicos

booleano abstracto
getBackProp ()
 Whether backprop is enabled for this while loop.
cadena abstracta
getContextName ()
 Name of the context.
resumen com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
cadena abstracta
getLoopEnterNames (índice int)
 List of names for enter tensors.
resumen com.google.protobuf.ByteString
getLoopEnterNamesBytes (índice int)
 List of names for enter tensors.
resumen entero
getLoopEnterNamesCount ()
 List of names for enter tensors.
Lista abstracta<Cadena>
getLoopEnterNamesList ()
 List of names for enter tensors.
cadena abstracta
getLoopExitNames (índice int)
 List of names for exit tensors.
resumen com.google.protobuf.ByteString
getLoopExitNamesBytes (índice int)
 List of names for exit tensors.
resumen entero
getLoopExitNamesCount ()
 List of names for exit tensors.
Lista abstracta<Cadena>
getLoopExitNamesList ()
 List of names for exit tensors.
cadena abstracta
getNombre de iteraciones máximas ()
 Optional name of the maximum_iterations tensor.
resumen com.google.protobuf.ByteString
getMaximumIterationsNameBytes ()
 Optional name of the maximum_iterations tensor.
resumen ControlFlowContextDef
getNestedContexts (índice int)
 Contexts contained inside this context (e.g.
resumen entero
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
Lista abstracta <ControlFlowContextDef>
obtener Lista de contextos anidados ()
 Contexts contained inside this context (e.g.
control abstractoFlowContextDefOrBuilder
getNestedContextsOrBuilder (índice int)
 Contexts contained inside this context (e.g.
Lista abstracta<? extiende ControlFlowContextDefOrBuilder >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
resumen entero
getParallelIterations ()
 The number of iterations allowed to run in parallel.
cadena abstracta
getPivotForBodyName ()
 Name of the pivot_for_body tensor.
resumen com.google.protobuf.ByteString
getPivotForBodyNameBytes ()
 Name of the pivot_for_body tensor.
cadena abstracta
getPivotForPredName ()
 Name of the pivot_for_pred tensor.
resumen com.google.protobuf.ByteString
getPivotForPredNameBytes ()
 Name of the pivot_for_pred tensor.
cadena abstracta
getPivotName ()
 Name of the pivot tensor.
resumen com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
booleano abstracto
obtener memoria de intercambio ()
 Whether GPU-CPU memory swap is enabled for this loop.
Valores abstractosDef
obtenerValoresDef ()
 Values and external values in control flow context.
Valores abstractosDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
booleano abstracto
tieneValuesDef ()
 Values and external values in control flow context.

Métodos públicos

getBackProp booleano abstracto público ()

 Whether backprop is enabled for this while loop.
 
bool back_prop = 3;

Cadena abstracta pública getContextName ()

 Name of the context.
 
string context_name = 1;

resumen público com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

Cadena abstracta pública getLoopEnterNames (índice int)

 List of names for enter tensors.
 
repeated string loop_enter_names = 10;

resumen público com.google.protobuf.ByteString getLoopEnterNamesBytes (índice int)

 List of names for enter tensors.
 
repeated string loop_enter_names = 10;

resumen público int getLoopEnterNamesCount ()

 List of names for enter tensors.
 
repeated string loop_enter_names = 10;

Lista abstracta pública<String> getLoopEnterNamesList ()

 List of names for enter tensors.
 
repeated string loop_enter_names = 10;

Cadena abstracta pública getLoopExitNames (índice int)

 List of names for exit tensors.
 
repeated string loop_exit_names = 8;

resumen público com.google.protobuf.ByteString getLoopExitNamesBytes (índice int)

 List of names for exit tensors.
 
repeated string loop_exit_names = 8;

resumen público int getLoopExitNamesCount ()

 List of names for exit tensors.
 
repeated string loop_exit_names = 8;

Lista abstracta pública<String> getLoopExitNamesList ()

 List of names for exit tensors.
 
repeated string loop_exit_names = 8;

Cadena abstracta pública getMaximumIterationsName ()

 Optional name of the maximum_iterations tensor.
 
string maximum_iterations_name = 11;

resumen público com.google.protobuf.ByteString getMaximumIterationsNameBytes ()

 Optional name of the maximum_iterations tensor.
 
string maximum_iterations_name = 11;

resumen público ControlFlowContextDef getNestedContexts (índice int)

 Contexts contained inside this context (e.g. nested whiles).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;

resumen público int getNestedContextsCount ()

 Contexts contained inside this context (e.g. nested whiles).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;

Lista abstracta pública <ControlFlowContextDef> getNestedContextsList ()

 Contexts contained inside this context (e.g. nested whiles).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;

resumen público ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (índice int)

 Contexts contained inside this context (e.g. nested whiles).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;

Lista de resúmenes públicos <? extiende ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

 Contexts contained inside this context (e.g. nested whiles).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;

resumen público int getParallelIterations ()

 The number of iterations allowed to run in parallel.
 
int32 parallel_iterations = 2;

Cadena abstracta pública getPivotForBodyName ()

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

resumen público com.google.protobuf.ByteString getPivotForBodyNameBytes ()

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

Cadena abstracta pública getPivotForPredName ()

 Name of the pivot_for_pred tensor.
 
string pivot_for_pred_name = 6;

resumen público com.google.protobuf.ByteString getPivotForPredNameBytes ()

 Name of the pivot_for_pred tensor.
 
string pivot_for_pred_name = 6;

Cadena abstracta pública getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 5;

resumen público com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 5;

getSwapMemory booleano abstracto público ()

 Whether GPU-CPU memory swap is enabled for this loop.
 
bool swap_memory = 4;

ValoresDef abstractos públicos getValuesDef ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 9;

valores abstractos públicosDefOrBuilder getValuesDefOrBuilder ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 9;

hasValuesDef booleano abstracto público ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 9;