CondContextDef

classe final pública CondContextDef

 Protocol buffer representing a CondContext object.
 
Tipo de protobuf tensorflow.CondContextDef

Classes aninhadas

aula CondContextDef.Builder
 Protocol buffer representing a CondContext object. 

Constantes

interno FILIAL_FIELD_NUMBER
interno CONTEXT_NAME_FIELD_NUMBER
interno NESTED_CONTEXTS_FIELD_NUMBER
interno PIVOT_NAME_FIELD_NUMBER
interno PRED_NAME_FIELD_NUMBER
interno VALUES_DEF_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
interno
getBranch ()
 Branch prediction.
Corda
getContextName ()
 Name of the context.
com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
CondContextDef estático
CondContextDef
final estático com.google.protobuf.Descriptors.Descriptor
ControlFlowContextDef
getNestedContexts (índice interno)
 Contexts contained inside this context (e.g.
interno
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
Lista <ControlFlowContextDef>
getNestedContextList ()
 Contexts contained inside this context (e.g.
ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (índice interno)
 Contexts contained inside this context (e.g.
Lista<? estende ControlFlowContextDefOrBuilder >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
Corda
getPivotName ()
 Name of the pivot tensor.
com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
Corda
getPredNome ()
 Name of the pred tensor.
com.google.protobuf.ByteString
getPredNameBytes ()
 Name of the pred tensor.
interno
final com.google.protobuf.UnknownFieldSet
ValoresDef
getValuesDef ()
 Values and external values in control flow context.
ValoresDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
boleano
hasValuesDef ()
 Values and external values in control flow context.
interno
booleano final
CondContextDef.Builder estático
newBuilder (protótipo CondContextDef )
CondContextDef.Builder estático
CondContextDef.Builder
CondContextDef estático
parseDelimitedFrom (entrada InputStream)
CondContextDef estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CondContextDef estático
parseFrom (dados de ByteBuffer)
CondContextDef estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CondContextDef estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CondContextDef estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
CondContextDef estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CondContextDef estático
parseFrom (dados com.google.protobuf.ByteString)
CondContextDef estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CondContextDef estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CondContextDef.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

int final estático público BRANCH_FIELD_NUMBER

Valor Constante: 4

público estático final int CONTEXT_NAME_FIELD_NUMBER

Valor Constante: 1

int final estático público NESTED_CONTEXTS_FIELD_NUMBER

Valor Constante: 6

int final estático público PIVOT_NAME_FIELD_NUMBER

Valor Constante: 3

int final estático público PRED_NAME_FIELD_NUMBER

Valor Constante: 2

int final estático público VALUES_DEF_FIELD_NUMBER

Valor Constante: 5

Métodos Públicos

booleano público é igual (Object obj)

público int getBranch ()

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

String pública getContextName ()

 Name of the context.
 
string context_name = 1;

público com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

público estático CondContextDef getDefaultInstance ()

public CondContextDef getDefaultInstanceForType ()

final estático público 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;

público 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<? estende ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

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

público getParserForType ()

String pública getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 3;

público com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 3;

String pública getPredName ()

 Name of the pred tensor.
 
string pred_name = 2;

público com.google.protobuf.ByteString getPredNameBytes ()

 Name of the pred tensor.
 
string pred_name = 2;

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

public ValuesDef getValuesDef ()

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

valores públicosDefOrBuilder getValuesDefOrBuilder ()

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

hasValuesDef () booleano público

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

hashCode int público ()

público final booleano isInitialized ()

público estático CondContextDef.Builder newBuilder (protótipo CondContextDef )

público estático CondContextDef.Builder newBuilder ()

público CondContextDef.Builder newBuilderForType ()

public static CondContextDef parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

público estático CondContextDef parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

público estático CondContextDef parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

público CondContextDef.Builder toBuilder ()

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

Lança
IOException