genel final sınıfı WhileContextDef
Protocol buffer representing a WhileContext object.
tensorflow.WhileContextDef
İç İçe Sınıflar
sınıf | WhileContextDef.Builder | Protocol buffer representing a WhileContext object. |
Sabitler
Genel Yöntemler
boolean | eşittir (Nesne nesnesi) |
boolean | getBackProp () Whether backprop is enabled for this while loop. |
Sicim | getContextName () Name of the context. |
com.google.protobuf.ByteString | getContextNameBytes () Name of the context. |
statik WhileContextDef | |
WhileContextDef | |
final statik com.google.protobuf.Descriptors.Descriptor | |
Sicim | getLoopEnterNames (int dizini) List of names for enter tensors. |
com.google.protobuf.ByteString | getLoopEnterNamesBytes (int dizini) List of names for enter tensors. |
int | getLoopEnterNamesCount () List of names for enter tensors. |
com.google.protobuf.ProtocolStringList | getLoopEnterNamesList () List of names for enter tensors. |
Sicim | getLoopExitNames (int dizini) List of names for exit tensors. |
com.google.protobuf.ByteString | getLoopExitNamesBytes (int dizini) List of names for exit tensors. |
int | getLoopExitNamesCount () List of names for exit tensors. |
com.google.protobuf.ProtocolStringList | getLoopExitNamesList () List of names for exit tensors. |
Sicim | getMaximumIterationsName () Optional name of the maximum_iterations tensor. |
com.google.protobuf.ByteString | getMaximumIterationsNameBytes () Optional name of the maximum_iterations tensor. |
ControlFlowContextDef | getNestedContexts (int dizini) 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 (int dizini) Contexts contained inside this context (e.g. |
Liste<? ControlFlowContextDefOrBuilder'ı genişletir > | getNestedContextsOrBuilderList () Contexts contained inside this context (e.g. |
int | getParallelIterations () The number of iterations allowed to run in parallel. |
Sicim | getPivotForBodyName () Name of the pivot_for_body tensor. |
com.google.protobuf.ByteString | getPivotForBodyNameBytes () Name of the pivot_for_body tensor. |
Sicim | getPivotForPredName () Name of the pivot_for_pred tensor. |
com.google.protobuf.ByteString | getPivotForPredNameBytes () Name of the pivot_for_pred tensor. |
Sicim | getPivotName () Name of the pivot tensor. |
com.google.protobuf.ByteString | getPivotNameBytes () Name of the pivot tensor. |
int | |
boolean | getSwapMemory () Whether GPU-CPU memory swap is enabled for this loop. |
final com.google.protobuf.UnknownFieldSet | |
DeğerlerTanımı | getValuesDef () Values and external values in control flow context. |
DeğerlerDefOrBuilder | getValuesDefOrBuilder () Values and external values in control flow context. |
boolean | hasValuesDef () Values and external values in control flow context. |
int | hashKodu () |
son boole değeri | Başlatıldı () |
statik WhileContextDef.Builder | newBuilder ( WhileContextDef prototipi) |
statik WhileContextDef.Builder | yeniİnşaatçı () |
WhileContextDef.Builder | |
statik WhileContextDef | parseDelimitedFrom (InputStream girişi) |
statik WhileContextDef | parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik WhileContextDef | parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik WhileContextDef | ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi) |
statik WhileContextDef | parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik WhileContextDef | parseFrom (ByteBuffer verileri) |
statik WhileContextDef | parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik WhileContextDef | ayrıştırmaFrom (com.google.protobuf.ByteString verileri) |
statik WhileContextDef | parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik WhileContextDef | parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik | ayrıştırıcı () |
WhileContextDef.Builder | inşaatçıya () |
geçersiz | writeTo (com.google.protobuf.CodedOutputStream çıkışı) |
Kalıtsal Yöntemler
Sabitler
genel statik final int BACK_PROP_FIELD_NUMBER
Sabit Değer: 3
genel statik final int CONTEXT_NAME_FIELD_NUMBER
Sabit Değer: 1
genel statik final int LOOP_ENTER_NAMES_FIELD_NUMBER
Sabit Değer: 10
genel statik final int LOOP_EXIT_NAMES_FIELD_NUMBER
Sabit Değer: 8
genel statik final int MAXIMUM_ITERATIONS_NAME_FIELD_NUMBER
Sabit Değer: 11
genel statik final int NESTED_CONTEXTS_FIELD_NUMBER
Sabit Değer: 12
genel statik final int PARALLEL_ITERATIONS_FIELD_NUMBER
Sabit Değer: 2
genel statik final int PIVOT_FOR_BODY_NAME_FIELD_NUMBER
Sabit Değer: 7
genel statik final int PIVOT_FOR_PRED_NAME_FIELD_NUMBER
Sabit Değer: 6
genel statik final int PIVOT_NAME_FIELD_NUMBER
Sabit Değer: 5
genel statik final int SWAP_MEMORY_FIELD_NUMBER
Sabit Değer: 4
genel statik final int VALUES_DEF_FIELD_NUMBER
Sabit Değer: 9
Genel Yöntemler
genel boole eşittir (Object obj)
genel boolean getBackProp ()
Whether backprop is enabled for this while loop.
bool back_prop = 3;
genel Dize 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 final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getLoopEnterNames (int indeksi)
List of names for enter tensors.
repeated string loop_enter_names = 10;
public com.google.protobuf.ByteString getLoopEnterNamesBytes (int dizini)
List of names for enter tensors.
repeated string loop_enter_names = 10;
public int getLoopEnterNamesCount ()
List of names for enter tensors.
repeated string loop_enter_names = 10;
public com.google.protobuf.ProtocolStringList getLoopEnterNamesList ()
List of names for enter tensors.
repeated string loop_enter_names = 10;
public String getLoopExitNames (int indeksi)
List of names for exit tensors.
repeated string loop_exit_names = 8;
public com.google.protobuf.ByteString getLoopExitNamesBytes (int dizini)
List of names for exit tensors.
repeated string loop_exit_names = 8;
public int getLoopExitNamesCount ()
List of names for exit tensors.
repeated string loop_exit_names = 8;
public com.google.protobuf.ProtocolStringList getLoopExitNamesList ()
List of names for exit tensors.
repeated string loop_exit_names = 8;
public String getMaximumIterationsName ()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11;
public com.google.protobuf.ByteString getMaximumIterationsNameBytes ()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11;
public ControlFlowContextDef getNestedContexts (int dizini)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;
public int getNestedContextsCount ()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;
genel Liste< ControlFlowContextDef > getNestedContextsList ()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;
public ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (int dizini)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;
genel liste<? ControlFlowContextDefOrBuilder'ı genişletir > getNestedContextsOrBuilderList ()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;
public int getParallelIterations ()
The number of iterations allowed to run in parallel.
int32 parallel_iterations = 2;
halk getParserForType ()
public String getPivotForBodyName ()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;
public com.google.protobuf.ByteString getPivotForBodyNameBytes ()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;
public String getPivotForPredName ()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6;
public com.google.protobuf.ByteString getPivotForPredNameBytes ()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6;
genel Dize getPivotName ()
Name of the pivot tensor.
string pivot_name = 5;
public com.google.protobuf.ByteString getPivotNameBytes ()
Name of the pivot tensor.
string pivot_name = 5;
public int getSerializedSize ()
genel boolean getSwapMemory ()
Whether GPU-CPU memory swap is enabled for this loop.
bool swap_memory = 4;
genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()
genel DeğerlerDef getValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;
public ValuesDefOrBuilder getValuesDefOrBuilder ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;
genel boolean hasValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;
genel int hashCode ()
genel final boolean isInitialized ()
public static WhileContextDef parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IOİstisnası |
---|
public static WhileContextDef parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik WhileContextDef parseFrom (com.google.protobuf.CodedInputStream girişi)
Atar
IOİstisnası |
---|
public static WhileContextDef ayrıştırmaFrom (bayt[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
public static WhileContextDef parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IOİstisnası |
---|
genel statik WhileContextDef parseFrom (com.google.protobuf.ByteString verileri)
Atar
Geçersiz ProtokolBufferException |
---|
public static WhileContextDef parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IOİstisnası |
---|
genel statik WhileContextDef parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik ayrıştırıcı ()
genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)
Atar
IOİstisnası |
---|