WhileContextDef

public final class WhileContextDef

 Protocol buffer representing a WhileContext object.
 
tensorflow.WhileContextDef type tensorflow.WhileContextDef

Classes aninhadas

aula WhileContextDef.Builder
 Protocol buffer representing a WhileContext object. 

Constantes

int BACK_PROP_FIELD_NUMBER
int CONTEXT_NAME_FIELD_NUMBER
int LOOP_ENTER_NAMES_FIELD_NUMBER
int LOOP_EXIT_NAMES_FIELD_NUMBER
int MAXIMUM_ITERATIONS_NAME_FIELD_NUMBER
int NESTED_CONTEXTS_FIELD_NUMBER
int PARALLEL_ITERATIONS_FIELD_NUMBER
int PIVOT_FOR_BODY_NAME_FIELD_NUMBER
int PIVOT_FOR_PRED_NAME_FIELD_NUMBER
intPIVOT_NAME_FIELD_NUMBER
int SWAP_MEMORY_FIELD_NUMBER
intVALUES_DEF_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
boleano
getBackProp ()
 Whether backprop is enabled for this while loop.
Fragmento
getContextName ()
 Name of the context.
com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
static WhileContextDef
WhileContextDef
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getLoopEnterNames (int index)
 List of names for enter tensors.
com.google.protobuf.ByteString
getLoopEnterNamesBytes (índice int)
 List of names for enter tensors.
int
getLoopEnterNamesCount ()
 List of names for enter tensors.
com.google.protobuf.ProtocolStringList
getLoopEnterNamesList ()
 List of names for enter tensors.
Fragmento
getLoopExitNames (índice int)
 List of names for exit tensors.
com.google.protobuf.ByteString
getLoopExitNamesBytes (índice int)
 List of names for exit tensors.
int
getLoopExitNamesCount ()
 List of names for exit tensors.
com.google.protobuf.ProtocolStringList
getLoopExitNamesList ()
 List of names for exit tensors.
Fragmento
getMaximumIterationsName ()
 Optional name of the maximum_iterations tensor.
com.google.protobuf.ByteString
getMaximumIterationsNameBytes ()
 Optional name of the maximum_iterations tensor.
ControlFlowContextDef
getNestedContexts (índice interno )
 Contexts contained inside this context (e.g.
int
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
List < ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (índice int)
 Contexts contained inside this context (e.g.
Lista <? estende ControlFlowContextDefOrBuilder >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
int
getParallelIterations ()
 The number of iterations allowed to run in parallel.
Fragmento
getPivotForBodyName ()
 Name of the pivot_for_body tensor.
com.google.protobuf.ByteString
getPivotForBodyNameBytes ()
 Name of the pivot_for_body tensor.
Fragmento
getPivotForPredName ()
 Name of the pivot_for_pred tensor.
com.google.protobuf.ByteString
getPivotForPredNameBytes ()
 Name of the pivot_for_pred tensor.
Fragmento
getPivotName ()
 Name of the pivot tensor.
com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
int
boleano
getSwapMemory ()
 Whether GPU-CPU memory swap is enabled for this loop.
final com.google.protobuf.UnknownFieldSet
ValuesDef
getValuesDef ()
 Values and external values in control flow context.
ValuesDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
boleano
hasValuesDef ()
 Values and external values in control flow context.
int
final booleano
static WhileContextDef.Builder
static WhileContextDef.Builder
WhileContextDef.Builder
static WhileContextDef
parseDelimitedFrom (input InputStream)
static WhileContextDef
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WhileContextDef
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WhileContextDef
parseFrom (com.google.protobuf.CodedInputStream input)
static WhileContextDef
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WhileContextDef
parseFrom (dados ByteBuffer)
static WhileContextDef
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WhileContextDef
parseFrom (com.google.protobuf.ByteString data)
static WhileContextDef
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WhileContextDef
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
WhileContextDef.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int BACK_PROP_FIELD_NUMBER

Valor Constante: 3

public static final int CONTEXT_NAME_FIELD_NUMBER

Valor Constante: 1

public static final int LOOP_ENTER_NAMES_FIELD_NUMBER

Valor constante: 10

public static 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

public static 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

public static 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 equals (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;

public static WhileContextDef getDefaultInstance ()

public WhileContextDef getDefaultInstanceForType ()

public static 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 (int index)

 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 getLoopExitNames (índice int)

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

public com.google.protobuf.ByteString getLoopExitNamesBytes (int index)

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

public int getLoopExitNamesCount ()

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

public com.google.protobuf.ProtocolStringList getLoopExitNamesList ()

 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;

public com.google.protobuf.ByteString getMaximumIterationsNameBytes ()

 Optional name of the maximum_iterations tensor.
 
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;

public List < ControlFlowContextDef > getNestedContextsList ()

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

public ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (índice interno )

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

Lista pública <? estende 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 ()

public static WhileContextDef.Builder newBuilder (protótipo WhileContextDef )

public static WhileContextDef.Builder newBuilder ()

public WhileContextDef.Builder newBuilderForType ()

public static WhileContextDef parseDelimitedFrom (InputStream input)

Lança
IOException

public static WhileContextDef parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static WhileContextDef parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static WhileContextDef parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static WhileContextDef parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static WhileContextDef parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static WhileContextDef parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static WhileContextDef parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static WhileContextDef parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static WhileContextDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public WhileContextDef.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException