classe finale publique CondContextDef
Protocol buffer representing a CondContext object.
tensorflow.CondContextDef
de type Protobuf.CondContextDef Classes imbriquées
classe | CondContextDef.Builder | Protocol buffer representing a CondContext object. |
Constantes
int | BRANCH_FIELD_NUMBER | |
int | CONTEXT_NAME_FIELD_NUMBER | |
int | NESTED_CONTEXTS_FIELD_NUMBER | |
int | PIVOT_NAME_FIELD_NUMBER | |
int | PRED_NAME_FIELD_NUMBER | |
int | VALUES_DEF_FIELD_NUMBER |
Méthodes publiques
booléen | est égal à (Obj objet) |
int | obtenirBranche () Branch prediction. |
Chaîne | getContextName () Name of the context. |
com.google.protobuf.ByteString | getContextNameBytes () Name of the context. |
CondContextDef statique | |
CondContextDef | |
final statique com.google.protobuf.Descriptors.Descriptor | |
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. |
Chaîne | getPivotName () Name of the pivot tensor. |
com.google.protobuf.ByteString | getPivotNameBytes () Name of the pivot tensor. |
Chaîne | getPredName () Name of the pred tensor. |
com.google.protobuf.ByteString | getPredNameBytes () Name of the pred tensor. |
int | |
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 CondContextDef.Builder | newBuilder (prototype CondContextDef ) |
statique CondContextDef.Builder | |
CondContextDef.Builder | |
CondContextDef statique | parseDelimitedFrom (entrée InputStream) |
CondContextDef statique | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CondContextDef statique | parseFrom (données ByteBuffer) |
CondContextDef statique | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CondContextDef statique | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CondContextDef statique | parseFrom (entrée com.google.protobuf.CodedInputStream) |
CondContextDef statique | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CondContextDef statique | parseFrom (données com.google.protobuf.ByteString) |
CondContextDef statique | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CondContextDef statique | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
CondContextDef.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int BRANCH_FIELD_NUMBER
Valeur constante : 4
public statique final int CONTEXT_NAME_FIELD_NUMBER
Valeur constante : 1
public statique final int NESTED_CONTEXTS_FIELD_NUMBER
Valeur constante : 6
public statique final int PIVOT_NAME_FIELD_NUMBER
Valeur constante : 3
public statique final int PRED_NAME_FIELD_NUMBER
Valeur constante : 2
public static final int VALUES_DEF_FIELD_NUMBER
Valeur constante : 5
Méthodes publiques
public booléen égal (Objet obj)
public int getBranche ()
Branch prediction. 0 or 1.
int32 branch = 4;
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 final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public ControlFlowContextDef getNestedContexts (index int)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public int getNestedContextsCount ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
liste publique < ControlFlowContextDef > getNestedContextsList ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (index int)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
Liste publique <? étend ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
publique getParserForType ()
chaîne publique getPivotName ()
Name of the pivot tensor.
string pivot_name = 3;
public com.google.protobuf.ByteString getPivotNameBytes ()
Name of the pivot tensor.
string pivot_name = 3;
chaîne publique getPredName ()
Name of the pred tensor.
string pred_name = 2;
public com.google.protobuf.ByteString getPredNameBytes ()
Name of the pred tensor.
string pred_name = 2;
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public ValuesDef getValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
public ValuesDefOrBuilder getValuesDefOrBuilder ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
public booléen hasValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
code de hachage int public ()
public final booléen isInitialized ()
public static CondContextDef parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique CondContextDef parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static CondContextDef parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique CondContextDef parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
IOException |
---|
public static CondContextDef parseFrom (données byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique CondContextDef parseFrom (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
public static CondContextDef parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique CondContextDef parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
IOException |
---|