CondContextDef

public final class CondContextDef

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

Classes aninhadas

aula 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étodos Públicos

boleano
igual a (objeto obj)
int
getBranch ()
 Branch prediction.
Fragmento
getContextName ()
 Name of the context.
com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
static CondContextDef
CondContextDef
final static com.google.protobuf.Descriptors.Descriptor
ControlFlowContextDef
getNestedContexts (índice int)
 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.
Fragmento
getPivotName ()
 Name of the pivot tensor.
com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
Fragmento
getPredName ()
 Name of the pred tensor.
com.google.protobuf.ByteString
getPredNameBytes ()
 Name of the pred tensor.
int
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 CondContextDef.Builder
newBuilder (protótipo CondContextDef )
static CondContextDef.Builder
CondContextDef.Builder
static CondContextDef
parseDelimitedFrom (input InputStream)
static CondContextDef
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CondContextDef
parseFrom (dados ByteBuffer)
static CondContextDef
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CondContextDef
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CondContextDef
parseFrom (com.google.protobuf.CodedInputStream input)
static CondContextDef
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CondContextDef
parseFrom (com.google.protobuf.ByteString data)
static CondContextDef
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CondContextDef
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CondContextDef.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

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

público estático 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 equals (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 ()

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

public List < ControlFlowContextDef > getNestedContextsList ()

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

public ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (índice interno )

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

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

public static CondContextDef.Builder newBuilder ()

public CondContextDef.Builder newBuilderForType ()

public static CondContextDef parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static CondContextDef parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public CondContextDef.Builder toBuilder ()

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

Lança
IOException