CondContextDef

clase final pública CondContextDef

 Protocol buffer representing a CondContext object.
 
Protobuf tipo tensorflow.CondContextDef

Clases anidadas

clase CondContextDef.Builder
 Protocol buffer representing a CondContext object. 

Constantes

En t BRANCH_FIELD_NUMBER
En t CONTEXT_NAME_FIELD_NUMBER
En t NESTED_CONTEXTS_FIELD_NUMBER
En t PIVOT_NAME_FIELD_NUMBER
En t PRED_NAME_FIELD_NUMBER
En t VALUES_DEF_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
En t
getBranch ()
 Branch prediction.
Cuerda
getContextName ()
 Name of the context.
com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
static CondContextDef
CondContextDef
com.google.protobuf.Descriptors.Descriptor estático final
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.
Cuerda
getPivotName ()
 Name of the pivot tensor.
com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
Cuerda
getPredName ()
 Name of the pred tensor.
com.google.protobuf.ByteString
getPredNameBytes ()
 Name of the pred tensor.
En t
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
booleano final
static CondContextDef.Builder
static CondContextDef.Builder
CondContextDef.Builder
static CondContextDef
parseDelimitedFrom (entrada InputStream)
static CondContextDef
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CondContextDef
parseFrom (datos ByteBuffer)
static CondContextDef
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CondContextDef
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CondContextDef
parseFrom (entrada com.google.protobuf.CodedInputStream)
static CondContextDef
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CondContextDef
parseFrom (datos com.google.protobuf.ByteString)
static CondContextDef
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CondContextDef
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CondContextDef.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int BRANCH_FIELD_NUMBER

Valor constante: 4

public static final int CONTEXT_NAME_FIELD_NUMBER

Valor constante: 1

public static final int NESTED_CONTEXTS_FIELD_NUMBER

Valor constante: 6

public static final int PIVOT_NAME_FIELD_NUMBER

Valor constante: 3

public static final int PRED_NAME_FIELD_NUMBER

Valor constante: 2

public static final int VALUES_DEF_FIELD_NUMBER

Valor constante: 5

Métodos públicos

public boolean es igual a (Object obj)

public int getBranch ()

 Branch prediction. 0 or 1.
 
int32 branch = 4;

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 CondContextDef getDefaultInstance ()

public CondContextDef getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public ControlFlowContextDef getNestedContexts (índice 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;

Lista pública < ControlFlowContextDef > getNestedContextsList ()

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

public ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (índice int)

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

lista pública <? extiende ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

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

público getParserForType ()

public String 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;

public String 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 boolean hasValuesDef ()

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

public int hashCode ()

public final boolean isInitialized ()

public static CondContextDef.Builder newBuilder (prototipo CondContextDef )

public static CondContextDef.Builder newBuilder ()

public CondContextDef.Builder newBuilderForType ()

public static CondContextDef parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

public static CondContextDef parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

public static CondContextDef parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static CondContextDef parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public CondContextDef.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException