WhileContextDef

classe finale publique WhileContextDef

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

Classes imbriquées

classe 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
int PIVOT_NAME_FIELD_NUMBER
int SWAP_MEMORY_FIELD_NUMBER
int VALUES_DEF_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
booléen
getBackProp ()
 Whether backprop is enabled for this while loop.
Chaîne
getContextName ()
 Name of the context.
com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
statique WhileContextDef
Tandis queContextDef
final statique com.google.protobuf.Descriptors.Descriptor
Chaîne
getLoopEnterNames (index int)
 List of names for enter tensors.
com.google.protobuf.ByteString
getLoopEnterNamesBytes (index 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.
Chaîne
getLoopExitNames (index int)
 List of names for exit tensors.
com.google.protobuf.ByteString
getLoopExitNamesBytes (index 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.
Chaîne
getMaximumIterationsName ()
 Optional name of the maximum_iterations tensor.
com.google.protobuf.ByteString
getMaximumIterationsNameBytes ()
 Optional name of the maximum_iterations tensor.
ControlFlowContextDef
getNestedContexts (index int)
 Contexts contained inside this context (e.g.
int
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
Liste < ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (index int)
 Contexts contained inside this context (e.g.
Liste<? étend ControlFlowContextDefOrBuilder >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
int
getParallelItérations ()
 The number of iterations allowed to run in parallel.
Chaîne
getPivotForBodyName ()
 Name of the pivot_for_body tensor.
com.google.protobuf.ByteString
getPivotForBodyNameBytes ()
 Name of the pivot_for_body tensor.
Chaîne
getPivotForPredName ()
 Name of the pivot_for_pred tensor.
com.google.protobuf.ByteString
getPivotForPredNameBytes ()
 Name of the pivot_for_pred tensor.
Chaîne
getPivotName ()
 Name of the pivot tensor.
com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
int
booléen
getSwapMemory ()
 Whether GPU-CPU memory swap is enabled for this loop.
final com.google.protobuf.UnknownFieldSet
ValeursDef
getValuesDef ()
 Values and external values in control flow context.
ValeursDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
booléen
hasValuesDef ()
 Values and external values in control flow context.
int
booléen final
statique WhileContextDef.Builder
statique WhileContextDef.Builder
WhileContextDef.Builder
statique WhileContextDef
parseDelimitedFrom (entrée InputStream)
statique WhileContextDef
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique WhileContextDef
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique WhileContextDef
parseFrom (entrée com.google.protobuf.CodedInputStream)
statique WhileContextDef
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique WhileContextDef
parseFrom (données ByteBuffer)
statique WhileContextDef
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique WhileContextDef
parseFrom (données com.google.protobuf.ByteString)
statique WhileContextDef
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique WhileContextDef
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
WhileContextDef.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int BACK_PROP_FIELD_NUMBER

Valeur constante : 3

public statique final int CONTEXT_NAME_FIELD_NUMBER

Valeur constante : 1

public statique final int LOOP_ENTER_NAMES_FIELD_NUMBER

Valeur constante : 10

public statique final int LOOP_EXIT_NAMES_FIELD_NUMBER

Valeur constante : 8

public statique final int MAXIMUM_ITERATIONS_NAME_FIELD_NUMBER

Valeur constante : 11

public statique final int NESTED_CONTEXTS_FIELD_NUMBER

Valeur constante : 12

public statique final int PARALLEL_ITERATIONS_FIELD_NUMBER

Valeur constante : 2

public statique final int PIVOT_FOR_BODY_NAME_FIELD_NUMBER

Valeur constante : 7

public statique final int PIVOT_FOR_PRED_NAME_FIELD_NUMBER

Valeur constante : 6

public statique final int PIVOT_NAME_FIELD_NUMBER

Valeur constante : 5

public statique final int SWAP_MEMORY_FIELD_NUMBER

Valeur constante : 4

public static final int VALUES_DEF_FIELD_NUMBER

Valeur constante : 9

Méthodes publiques

public booléen égal (Objet obj)

public booléen getBackProp ()

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

chaîne publique getContextName ()

 Name of the context.
 
string context_name = 1;

public com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

public statique WhileContextDef getDefaultInstance ()

public WhileContextDef getDefaultInstanceForType ()

public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

chaîne publique getLoopEnterNames (index int)

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

public com.google.protobuf.ByteString getLoopEnterNamesBytes (index 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;

chaîne publique getLoopExitNames (index int)

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

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

 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;

chaîne publique 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 (index 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;

liste publique < ControlFlowContextDef > getNestedContextsList ()

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

public ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (index int)

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

Liste publique <? étend 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;

publique getParserForType ()

chaîne publique 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;

chaîne publique 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;

chaîne publique 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 booléen 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 booléen hasValuesDef ()

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

code de hachage int public ()

public final booléen isInitialized ()

public statique WhileContextDef.Builder newBuilder (prototype WhileContextDef )

public statique WhileContextDef.Builder newBuilder ()

public WhileContextDef.Builder newBuilderForType ()

public statique WhileContextDef parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static WhileContextDef parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static WhileContextDef parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique WhileContextDef parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public statique WhileContextDef parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique WhileContextDef parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static WhileContextDef parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique WhileContextDef parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static WhileContextDef parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique WhileContextDef parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public WhileContextDef.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException