WhileContextDef

classe final pública WhileContextDef

 Protocol buffer representing a WhileContext object.
 
Protobuf tipo tensorflow.WhileContextDef

Classes aninhadas

aula WhileContextDef.Builder
 Protocol buffer representing a WhileContext object. 

Constantes

interno BACK_PROP_FIELD_NUMBER
interno CONTEXT_NAME_FIELD_NUMBER
interno LOOP_ENTER_NAMES_FIELD_NUMBER
interno LOOP_EXIT_NAMES_FIELD_NUMBER
interno MAXIMUM_ITERATIONS_NAME_FIELD_NUMBER
interno NESTED_CONTEXTS_FIELD_NUMBER
interno PARALLEL_ITERATIONS_FIELD_NUMBER
interno PIVOT_FOR_BODY_NAME_FIELD_NUMBER
interno PIVOT_FOR_PRED_NAME_FIELD_NUMBER
interno PIVOT_NAME_FIELD_NUMBER
interno SWAP_MEMORY_FIELD_NUMBER
interno VALUES_DEF_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
boleano
getBackProp ()
 Whether backprop is enabled for this while loop.
Corda
getContextName ()
 Name of the context.
com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
estático WhileContextDef
EnquantoContextDef
final estático com.google.protobuf.Descriptors.Descriptor
Corda
getLoopEnterNames (índice interno)
 List of names for enter tensors.
com.google.protobuf.ByteString
getLoopEnterNamesBytes (índice interno)
 List of names for enter tensors.
interno
getLoopEnterNamesCount ()
 List of names for enter tensors.
com.google.protobuf.ProtocolStringList
getLoopEnterNamesList ()
 List of names for enter tensors.
Corda
getLoopExitNames (índice interno)
 List of names for exit tensors.
com.google.protobuf.ByteString
getLoopExitNamesBytes (índice interno)
 List of names for exit tensors.
interno
getLoopExitNamesCount ()
 List of names for exit tensors.
com.google.protobuf.ProtocolStringList
getLoopExitNamesList ()
 List of names for exit tensors.
Corda
getMaximumIterationsName ()
 Optional name of the maximum_iterations tensor.
com.google.protobuf.ByteString
getMaximumIterationsNameBytes ()
 Optional name of the maximum_iterations tensor.
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.
interno
getParallelIterations ()
 The number of iterations allowed to run in parallel.
Corda
getPivotForBodyName ()
 Name of the pivot_for_body tensor.
com.google.protobuf.ByteString
getPivotForBodyNameBytes ()
 Name of the pivot_for_body tensor.
Corda
getPivotForPredName ()
 Name of the pivot_for_pred tensor.
com.google.protobuf.ByteString
getPivotForPredNameBytes ()
 Name of the pivot_for_pred tensor.
Corda
getPivotName ()
 Name of the pivot tensor.
com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
interno
boleano
getSwapMemory ()
 Whether GPU-CPU memory swap is enabled for this loop.
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
WhileContextDef.Builder estático
WhileContextDef.Builder estático
WhileContextDef.Builder
estático WhileContextDef
parseDelimitedFrom (entrada InputStream)
estático WhileContextDef
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático WhileContextDef
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático WhileContextDef
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático WhileContextDef
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático WhileContextDef
parseFrom (dados de ByteBuffer)
estático WhileContextDef
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático WhileContextDef
parseFrom (dados com.google.protobuf.ByteString)
estático WhileContextDef
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático WhileContextDef
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
WhileContextDef.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int BACK_PROP_FIELD_NUMBER

Valor Constante: 3

público estático final int CONTEXT_NAME_FIELD_NUMBER

Valor Constante: 1

público estático final int LOOP_ENTER_NAMES_FIELD_NUMBER

Valor Constante: 10

público estático final int LOOP_EXIT_NAMES_FIELD_NUMBER

Valor Constante: 8

público estático final int MAXIMUM_ITERATIONS_NAME_FIELD_NUMBER

Valor Constante: 11

int final estático público NESTED_CONTEXTS_FIELD_NUMBER

Valor Constante: 12

público estático final int PARALLEL_ITERATIONS_FIELD_NUMBER

Valor Constante: 2

público estático final int PIVOT_FOR_BODY_NAME_FIELD_NUMBER

Valor Constante: 7

público estático final int PIVOT_FOR_PRED_NAME_FIELD_NUMBER

Valor Constante: 6

int final estático público PIVOT_NAME_FIELD_NUMBER

Valor Constante: 5

público estático final int SWAP_MEMORY_FIELD_NUMBER

Valor Constante: 4

int final estático público VALUES_DEF_FIELD_NUMBER

Valor Constante: 9

Métodos Públicos

booleano público é igual (Object obj)

getBackProp booleano público ()

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

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

público WhileContextDef getDefaultInstanceForType ()

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

String pública getLoopEnterNames (índice int)

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

público com.google.protobuf.ByteString getLoopEnterNamesBytes (índice int)

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

público int getLoopEnterNamesCount ()

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

público com.google.protobuf.ProtocolStringList getLoopEnterNamesList ()

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

String pública getLoopExitNames (índice interno)

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

público com.google.protobuf.ByteString getLoopExitNamesBytes (índice int)

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

público int getLoopExitNamesCount ()

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

público com.google.protobuf.ProtocolStringList getLoopExitNamesList ()

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

String pública getMaximumIterationsName ()

 Optional name of the maximum_iterations tensor.
 
string maximum_iterations_name = 11;

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

 Optional name of the maximum_iterations tensor.
 
string maximum_iterations_name = 11;

public ControlFlowContextDef getNestedContexts (índice int)

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

público int getNestedContextsCount ()

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

Lista pública< ControlFlowContextDef > getNestedContextsList ()

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

public ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (índice int)

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

Lista pública<? estende ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

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

público int getParallelIterations ()

 The number of iterations allowed to run in parallel.
 
int32 parallel_iterations = 2;

público getParserForType ()

String pública getPivotForBodyName ()

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

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

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

String pública getPivotForPredName ()

 Name of the pivot_for_pred tensor.
 
string pivot_for_pred_name = 6;

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

 Name of the pivot_for_pred tensor.
 
string pivot_for_pred_name = 6;

String pública getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 5;

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

 Name of the pivot tensor.
 
string pivot_name = 5;

público int getSerializedSize ()

getSwapMemory booleano público ()

 Whether GPU-CPU memory swap is enabled for this loop.
 
bool swap_memory = 4;

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

public ValuesDef getValuesDef ()

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

valores públicosDefOrBuilder getValuesDefOrBuilder ()

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

hasValuesDef () booleano público

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

hashCode int público ()

público final booleano isInitialized ()

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

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

public WhileContextDef.Builder newBuilderForType ()

public static WhileContextDef parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static WhileContextDef parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public WhileContextDef.Builder toBuilder ()

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

Lança
IOException