WhileContextDef

パブリック最終クラスWhileContextDef

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

ネストされたクラス

クラスWhileContextDef.Builder
 Protocol buffer representing a WhileContext object. 

定数

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

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
ブール値
getBackProp ()
 Whether backprop is enabled for this while loop.
getContextName ()
 Name of the context.
com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
静的WhileContextDef
WhileContextDef
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getLoopEnterNames (int インデックス)
 List of names for enter tensors.
com.google.protobuf.ByteString
getLoopEnterNamesBytes (int インデックス)
 List of names for enter tensors.
整数
getLoopEnterNamesCount ()
 List of names for enter tensors.
com.google.protobuf.ProtocolStringList
getLoopEnterNamesList ()
 List of names for enter tensors.
getLoopExitNames (int インデックス)
 List of names for exit tensors.
com.google.protobuf.ByteString
getLoopExitNamesBytes (int インデックス)
 List of names for exit tensors.
整数
getLoopExitNamesCount ()
 List of names for exit tensors.
com.google.protobuf.ProtocolStringList
getLoopExitNamesList ()
 List of names for exit tensors.
get最大反復回数名()
 Optional name of the maximum_iterations tensor.
com.google.protobuf.ByteString
getMinimumIterationsNameBytes ()
 Optional name of the maximum_iterations tensor.
ControlFlowContextDef
getNestedContexts (int インデックス)
 Contexts contained inside this context (e.g.
整数
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
リスト< ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (int インデックス)
 Contexts contained inside this context (e.g.
リスト<? ControlFlowContextDefOrBuilderを拡張 >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
整数
getParallelIterations ()
 The number of iterations allowed to run in parallel.
getPivotForBodyName ()
 Name of the pivot_for_body tensor.
com.google.protobuf.ByteString
getPivotForBodyNameBytes ()
 Name of the pivot_for_body tensor.
getPivotForPredName ()
 Name of the pivot_for_pred tensor.
com.google.protobuf.ByteString
getPivotForPredNameBytes ()
 Name of the pivot_for_pred tensor.
getピボット名()
 Name of the pivot tensor.
com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
整数
ブール値
getSwapMemory ()
 Whether GPU-CPU memory swap is enabled for this loop.
最終的な com.google.protobuf.UnknownFieldSet
値の定義
getValuesDef ()
 Values and external values in control flow context.
値定義またはビルダー
getValuesDefOrBuilder ()
 Values and external values in control flow context.
ブール値
hasValuesDef ()
 Values and external values in control flow context.
整数
最終ブール値
静的WhileContextDef.Builder
newBuilder ( WhileContextDefプロトタイプ)
静的WhileContextDef.Builder
WhileContextDef.Builder
静的WhileContextDef
parseDelimitedFrom (InputStream 入力)
静的WhileContextDef
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的WhileContextDef
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的WhileContextDef
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的WhileContextDef
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的WhileContextDef
parseFrom (ByteBuffer データ)
静的WhileContextDef
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的WhileContextDef
parseFrom (com.google.protobuf.ByteString データ)
静的WhileContextDef
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的WhileContextDef
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
WhileContextDef.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数BACK_PROP_FIELD_NUMBER

定数値: 3

パブリック静的最終整数CONTEXT_NAME_FIELD_NUMBER

定数値: 1

public static Final int LOOP_ENTER_NAMES_FIELD_NUMBER

定数値: 10

public static Final int LOOP_EXIT_NAMES_FIELD_NUMBER

定数値: 8

public static Final int MAXIMUM_ITERATIONS_NAME_FIELD_NUMBER

定数値: 11

パブリック静的最終整数NESTED_CONTEXTS_FIELD_NUMBER

定数値: 12

パブリック静的最終整数PARALLEL_ITERATIONS_FIELD_NUMBER

定数値: 2

パブリック静的最終整数PIVOT_FOR_BODY_NAME_FIELD_NUMBER

定数値: 7

パブリック静的最終整数PIVOT_FOR_PRED_NAME_FIELD_NUMBER

定数値: 6

パブリック静的最終整数PIVOT_NAME_FIELD_NUMBER

定数値: 5

パブリック静的最終整数SWAP_MEMORY_FIELD_NUMBER

定数値: 4

パブリック静的最終整数VALUES_DEF_FIELD_NUMBER

定数値: 9

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public boolean getBackProp ()

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

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

public WhileContextDef getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String getLoopEnterNames (int インデックス)

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

public com.google.protobuf.ByteString getLoopEnterNamesBytes (int インデックス)

 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 インデックス)

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

public com.google.protobuf.ByteString getLoopExitNamesBytes (int インデックス)

 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 getMinimumIterationsName ()

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

public com.google.protobuf.ByteString getMinimumIterationsNameBytes ()

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

public ControlFlowContextDef getNestedContexts (int インデックス)

 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;

public List< ControlFlowContextDef > getNestedContextsList ()

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

public ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (int インデックス)

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

公開リスト<? extends ControlFlowContextDefOrBuilder > 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;

公共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;

パブリック 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;

パブリック String 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 ()

public boolean getSwapMemory ()

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

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

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

public boolean hasValuesDef ()

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

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static WhileContextDef.Builder newBuilder ( WhileContextDefプロトタイプ)

public static WhileContextDef.Builder newBuilder ()

public WhileContextDef.Builder newBuilderForType ()

public static WhileContextDef parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static WhileContextDef parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static WhileContextDef parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static WhileContextDef parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static WhileContextDef parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static WhileContextDef parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static WhileContextDef parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static WhileContextDef parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static WhileContextDef parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static WhileContextDef parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public WhileContextDef.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外