clase final pública WhileContextDef
Protocol buffer representing a WhileContext object.tipo
tensorflow.WhileContextDef Clases anidadas
| clase | WhileContextDef.Builder | Protocol buffer representing a WhileContext object. | |
Constantes
Métodos públicos
| booleano | es igual a (Objeto obj) |
| booleano | getBackProp () Whether backprop is enabled for this while loop. |
| Cuerda | getContextName () Name of the context. |
| com.google.protobuf.ByteString | getContextNameBytes () Name of the context. |
| estático WhileContextDef | |
| WhileContextDef | |
| com.google.protobuf.Descriptors.Descriptor estático final | |
| Cuerda | getLoopEnterNames (índice int) List of names for enter tensors. |
| com.google.protobuf.ByteString | getLoopEnterNamesBytes (índice int) List of names for enter tensors. |
| En t | getLoopEnterNamesCount () List of names for enter tensors. |
| com.google.protobuf.ProtocolStringList | getLoopEnterNamesList () List of names for enter tensors. |
| Cuerda | getLoopSalirNames (índice int) List of names for exit tensors. |
| com.google.protobuf.ByteString | getLoopSalirNamesBytes (índice int) List of names for exit tensors. |
| En t | getLoopSalirNamesCount () List of names for exit tensors. |
| com.google.protobuf.ProtocolStringList | getLoopSalirNamesList () List of names for exit tensors. |
| Cuerda | getMaximumIterationsName () 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. |
| En t | getNestedContextsCount () Contexts contained inside this context (e.g. |
| Lista < ControlFlowContextDef > | getNestedContextsList () 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. |
| En t | getParallelIterations () The number of iterations allowed to run in parallel. |
| Cuerda | getPivotForBodyName () Name of the pivot_for_body tensor. |
| com.google.protobuf.ByteString | getPivotForBodyNameBytes () Name of the pivot_for_body tensor. |
| Cuerda | getPivotForPredName () Name of the pivot_for_pred tensor. |
| com.google.protobuf.ByteString | getPivotForPredNameBytes () Name of the pivot_for_pred tensor. |
| Cuerda | getPivotName () Name of the pivot tensor. |
| com.google.protobuf.ByteString | getPivotNameBytes () Name of the pivot tensor. |
| En t | |
| booleano | getSwapMemory () Whether GPU-CPU memory swap is enabled for this loop. |
| final com.google.protobuf.UnknownFieldSet | |
| ValoresDef | getValuesDef () Values and external values in control flow context. |
| ValuesDefOrBuilder | getValuesDefOrBuilder () Values and external values in control flow context. |
| booleano | hasValuesDef () Values and external values in control flow context. |
| En t | hashCode () |
| booleano final | |
| estático WhileContextDef.Builder | newBuilder (prototipo WhileContextDef ) |
| estático WhileContextDef.Builder | newBuilder () |
| WhileContextDef.Builder | |
| estático WhileContextDef | parseDelimitedFrom (entrada InputStream) |
| estático WhileContextDef | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático WhileContextDef | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático WhileContextDef | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| estático WhileContextDef | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático WhileContextDef | parseFrom (datos ByteBuffer) |
| estático WhileContextDef | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático WhileContextDef | parseFrom (datos com.google.protobuf.ByteString) |
| estático WhileContextDef | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático WhileContextDef | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analizador () |
| WhileContextDef.Builder | toBuilder () |
| vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int BACK_PROP_FIELD_NUMBER
Valor constante: 3
public static final int CONTEXT_NAME_FIELD_NUMBER
Valor constante: 1
público estático final int LOOP_ENTER_NAMES_FIELD_NUMBER
Valor constante: 10
público estático final int LOOP_EXIT_NAMES_FIELD_NUMBER
Valor constante: 8
público estático final int MAXIMUM_ITERATIONS_NAME_FIELD_NUMBER
Valor constante: 11
public static final int NESTED_CONTEXTS_FIELD_NUMBER
Valor constante: 12
público estático final int PARALLEL_ITERATIONS_FIELD_NUMBER
Valor constante: 2
public static final int PIVOT_FOR_BODY_NAME_FIELD_NUMBER
Valor constante: 7
public static final int PIVOT_FOR_PRED_NAME_FIELD_NUMBER
Valor constante: 6
public static final int PIVOT_NAME_FIELD_NUMBER
Valor constante: 5
público estático final int SWAP_MEMORY_FIELD_NUMBER
Valor constante: 4
public static final int VALUES_DEF_FIELD_NUMBER
Valor constante: 9
Métodos públicos
public boolean es igual a (Object obj)
public boolean getBackProp ()
Whether backprop is enabled for this while loop.
bool back_prop = 3;public String getContextName ()
Name of the context.
string context_name = 1;public com.google.protobuf.ByteString getContextNameBytes ()
Name of the context.
string context_name = 1;público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getLoopEnterNames (índice int)
List of names for enter tensors.
repeated string loop_enter_names = 10;public com.google.protobuf.ByteString getLoopEnterNamesBytes (índice int)
List of names for enter tensors.
repeated string loop_enter_names = 10;public int getLoopEnterNamesCount ()
List of names for enter tensors.
repeated string loop_enter_names = 10;public com.google.protobuf.ProtocolStringList getLoopEnterNamesList ()
List of names for enter tensors.
repeated string loop_enter_names = 10;public String getLoopSalirNames (índice int)
List of names for exit tensors.
repeated string loop_exit_names = 8;public com.google.protobuf.ByteString getLoopSalirNamesBytes (índice int)
List of names for exit tensors.
repeated string loop_exit_names = 8;public int getLoopSalirNamesCount ()
List of names for exit tensors.
repeated string loop_exit_names = 8;public com.google.protobuf.ProtocolStringList getLoopSalirNamesList ()
List of names for exit tensors.
repeated string loop_exit_names = 8;public String getMaximumIterationsName ()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11; nombre_de_iteraciones_máximo string maximum_iterations_name = 11;public com.google.protobuf.ByteString getMaximumIterationsNameBytes ()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11; nombre_de_iteraciones_máximo string maximum_iterations_name = 11;public ControlFlowContextDef getNestedContexts (índice int)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;public 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;public 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;public int getParallelIterations ()
The number of iterations allowed to run in parallel.
int32 parallel_iterations = 2; público getParserForType ()
public String getPivotForBodyName ()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;public com.google.protobuf.ByteString getPivotForBodyNameBytes ()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;public String getPivotForPredName ()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6;public com.google.protobuf.ByteString getPivotForPredNameBytes ()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6;public String getPivotName ()
Name of the pivot tensor.
string pivot_name = 5;public com.google.protobuf.ByteString getPivotNameBytes ()
Name of the pivot tensor.
string pivot_name = 5;public int getSerializedSize ()
public boolean getSwapMemory ()
Whether GPU-CPU memory swap is enabled for this loop.
bool swap_memory = 4;public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public ValuesDef getValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;public ValuesDefOrBuilder getValuesDefOrBuilder ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;public boolean hasValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;public int hashCode ()
public final boolean isInitialized ()
público estático WhileContextDef parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
público estático WhileContextDef parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático WhileContextDef parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
| IOException |
|---|
público estático WhileContextDef parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático WhileContextDef parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
público estático WhileContextDef parseFrom (datos de com.google.protobuf.ByteString)
Lanza
| InvalidProtocolBufferException |
|---|
público estático WhileContextDef parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
público estático WhileContextDef parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
| IOException |
|---|