clase final pública WhileContextDef
Protocol buffer representing a WhileContext object.
tensorflow.WhileContextDef Clases anidadas
| clase | MientrasContextDef.Builder | Protocol buffer representing a WhileContext object. | |
Constantes
| entero | BACK_PROP_FIELD_NUMBER | |
| entero | CONTEXT_NAME_FIELD_NUMBER | |
| entero | LOOP_ENTER_NAMES_FIELD_NUMBER | |
| entero | LOOP_EXIT_NAMES_FIELD_NUMBER | |
| entero | MAXIMUM_ITERACIONES_NOMBRE_CAMPO_NUMBER | |
| entero | NESTED_CONTEXTS_FIELD_NUMBER | |
| entero | PARALLEL_ITERATION_FIELD_NUMBER | |
| entero | PIVOT_FOR_BODY_NAME_FIELD_NUMBER | |
| entero | PIVOT_FOR_PRED_NAME_FIELD_NUMBER | |
| entero | PIVOT_NAME_FIELD_NUMBER | |
| entero | SWAP_MEMORY_FIELD_NUMBER | |
| entero | VALUES_DEF_FIELD_NUMBER |
Métodos públicos
| booleano | es igual (Objeto obj) |
| booleano | getBackProp () Whether backprop is enabled for this while loop. |
| Cadena | getContextName () Name of the context. |
| com.google.protobuf.ByteString | getContextNameBytes () Name of the context. |
| estático MientrasContextDef | |
| MientrasContextDef | |
| com.google.protobuf.Descriptors.Descriptor estático final | |
| Cadena | getLoopEnterNames (índice int) List of names for enter tensors. |
| com.google.protobuf.ByteString | getLoopEnterNamesBytes (índice int) List of names for enter tensors. |
| entero | getLoopEnterNamesCount () List of names for enter tensors. |
| com.google.protobuf.ProtocolStringList | getLoopEnterNamesList () List of names for enter tensors. |
| Cadena | getLoopExitNames (índice int) List of names for exit tensors. |
| com.google.protobuf.ByteString | getLoopExitNamesBytes (índice int) List of names for exit tensors. |
| entero | getLoopExitNamesCount () List of names for exit tensors. |
| com.google.protobuf.ProtocolStringList | getLoopExitNamesList () List of names for exit tensors. |
| Cadena | getNombre de iteraciones máximas () Optional name of the maximum_iterations tensor. |
| com.google.protobuf.ByteString | getMaximumIterationsNameBytes () Optional name of the maximum_iterations tensor. |
| ControlFlowContextDef | getNestedContexts (índice int) Contexts contained inside this context (e.g. |
| entero | getNestedContextsCount () Contexts contained inside this context (e.g. |
| Lista< ControlFlowContextDef > | obtener Lista de contextos anidados () Contexts contained inside this context (e.g. |
| ControlFlowContextDefOrBuilder | getNestedContextsOrBuilder (índice int) Contexts contained inside this context (e.g. |
| Lista<? extiende ControlFlowContextDefOrBuilder > | getNestedContextsOrBuilderList () Contexts contained inside this context (e.g. |
| entero | getParallelIterations () The number of iterations allowed to run in parallel. |
| Cadena | getPivotForBodyName () Name of the pivot_for_body tensor. |
| com.google.protobuf.ByteString | getPivotForBodyNameBytes () Name of the pivot_for_body tensor. |
| Cadena | getPivotForPredName () Name of the pivot_for_pred tensor. |
| com.google.protobuf.ByteString | getPivotForPredNameBytes () Name of the pivot_for_pred tensor. |
| Cadena | getPivotName () Name of the pivot tensor. |
| com.google.protobuf.ByteString | getPivotNameBytes () Name of the pivot tensor. |
| entero | |
| booleano | obtener memoria de intercambio () Whether GPU-CPU memory swap is enabled for this loop. |
| com.google.protobuf.UnknownFieldSet final | |
| ValoresDef | obtenerValoresDef () Values and external values in control flow context. |
| ValoresDefOrBuilder | getValuesDefOrBuilder () Values and external values in control flow context. |
| booleano | tieneValoresDef () Values and external values in control flow context. |
| entero | código hash () |
| booleano final | |
| estático WhileContextDef.Builder | newBuilder (prototipo WhileContextDef ) |
| estático WhileContextDef.Builder | |
| MientrasContextDef.Builder | |
| estático MientrasContextDef | parseDelimitedFrom (entrada de InputStream) |
| estático MientrasContextDef | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático MientrasContextDef | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático MientrasContextDef | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| estático MientrasContextDef | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático MientrasContextDef | parseFrom (datos de ByteBuffer) |
| estático MientrasContextDef | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
| estático MientrasContextDef | parseFrom (datos com.google.protobuf.ByteString) |
| estático MientrasContextDef | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático MientrasContextDef | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
| estático | analizador () |
| MientrasContextDef.Builder | |
| vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
int final estático público BACK_PROP_FIELD_NUMBER
Valor constante: 3
int final estático público CONTEXT_NAME_FIELD_NUMBER
Valor constante: 1
int final estático público LOOP_ENTER_NAMES_FIELD_NUMBER
Valor constante: 10
int final estático público LOOP_EXIT_NAMES_FIELD_NUMBER
Valor constante: 8
int final estático público MAXIMUM_ITERATION_NAME_FIELD_NUMBER
Valor constante: 11
int final estático público NESTED_CONTEXTS_FIELD_NUMBER
Valor constante: 12
int final estático público PARALLEL_ITERATION_FIELD_NUMBER
Valor constante: 2
int final estático público PIVOT_FOR_BODY_NAME_FIELD_NUMBER
Valor constante: 7
int final estático público PIVOT_FOR_PRED_NAME_FIELD_NUMBER
Valor constante: 6
int final estático público PIVOT_NAME_FIELD_NUMBER
Valor constante: 5
int final estático público SWAP_MEMORY_FIELD_NUMBER
Valor constante: 4
int final estático público VALUES_DEF_FIELD_NUMBER
Valor constante: 9
Métodos públicos
público booleano es igual (Objeto obj)
getBackProp público booleano ()
Whether backprop is enabled for this while loop.
bool back_prop = 3; cadena pública getContextName ()
Name of the context.
string context_name = 1; público com.google.protobuf.ByteString getContextNameBytes ()
Name of the context.
string context_name = 1; público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
cadena pública getLoopEnterNames (índice int)
List of names for enter tensors.
repeated string loop_enter_names = 10; público com.google.protobuf.ByteString getLoopEnterNamesBytes (índice int)
List of names for enter tensors.
repeated string loop_enter_names = 10; público int getLoopEnterNamesCount ()
List of names for enter tensors.
repeated string loop_enter_names = 10; público com.google.protobuf.ProtocolStringList getLoopEnterNamesList ()
List of names for enter tensors.
repeated string loop_enter_names = 10; Cadena pública getLoopExitNames (índice int)
List of names for exit tensors.
repeated string loop_exit_names = 8; público com.google.protobuf.ByteString getLoopExitNamesBytes (índice int)
List of names for exit tensors.
repeated string loop_exit_names = 8; público int getLoopExitNamesCount ()
List of names for exit tensors.
repeated string loop_exit_names = 8; público com.google.protobuf.ProtocolStringList getLoopExitNamesList ()
List of names for exit tensors.
repeated string loop_exit_names = 8; Cadena pública getMaximumIterationsName ()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11; público com.google.protobuf.ByteString getMaximumIterationsNameBytes ()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11; ControlFlowContextDef público getNestedContexts (índice int)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12; público int getNestedContextsCount ()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12; Lista pública< ControlFlowContextDef > getNestedContextsList ()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12; público ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (índice int)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12; Lista pública<? extiende ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12; público int getParallelIterations ()
The number of iterations allowed to run in parallel.
int32 parallel_iterations = 2; público getParserForType ()
Cadena pública getPivotForBodyName ()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7; público com.google.protobuf.ByteString getPivotForBodyNameBytes ()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7; Cadena pública getPivotForPredName ()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6; público com.google.protobuf.ByteString getPivotForPredNameBytes ()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6; cadena pública getPivotName ()
Name of the pivot tensor.
string pivot_name = 5; público com.google.protobuf.ByteString getPivotNameBytes ()
Name of the pivot tensor.
string pivot_name = 5; público int getSerializedSize ()
getSwapMemory booleano público ()
Whether GPU-CPU memory swap is enabled for this loop.
bool swap_memory = 4; público final com.google.protobuf.UnknownFieldSet getUnknownFields ()
ValoresDef públicos getValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9; valores públicosDefOrBuilder getValuesDefOrBuilder ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9; hasValuesDef booleano público ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9; código hash int público ()
público final booleano isInitialized ()
público estático WhileContextDef parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOExcepción |
|---|
público estático WhileContextDef parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| Excepción de buffer de protocolo no válido |
|---|
público estático WhileContextDef parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
| IOExcepción |
|---|
público estático WhileContextDef parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| Excepción de buffer de protocolo no válido |
|---|
público estático WhileContextDef parseFrom (datos ByteBuffer)
Lanza
| Excepción de buffer de protocolo no válido |
|---|
público estático WhileContextDef parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOExcepción |
|---|
público estático WhileContextDef parseFrom (datos com.google.protobuf.ByteString)
Lanza
| Excepción de buffer de protocolo no válido |
|---|
público estático WhileContextDef parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOExcepción |
|---|
público estático WhileContextDef parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| Excepción de buffer de protocolo no válido |
|---|
estática pública analizador ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
| IOExcepción |
|---|