WhileContextDefOrBuilder

パブリックインターフェイスWhileContextDefOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象ブール値
getBackProp ()
 Whether backprop is enabled for this while loop.
抽象文字列
getContextName ()
 Name of the context.
抽象的な com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
抽象文字列
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.
抽象リスト<String>
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.
抽象リスト<String>
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.
抽象値定義
getValuesDef ()
 Values and external values in control flow context.
抽象値DefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
抽象ブール値
hasValuesDef ()
 Values and external values in control flow context.

パブリックメソッド

パブリック抽象ブール値getBackProp ()

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

パブリック抽象 String getContextName ()

 Name of the context.
 
string context_name = 1;

public abstract com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

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

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

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

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

public abstract int getLoopEnterNamesCount ()

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

public abstract List<String> getLoopEnterNamesList ()

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

public abstract String getLoopExitNames (int インデックス)

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

パブリック抽象 com.google.protobuf.ByteString getLoopExitNamesBytes (int インデックス)

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

public abstract int getLoopExitNamesCount ()

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

public abstract List<String> getLoopExitNamesList ()

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

public abstract String getMinimumIterationsName ()

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

public abstract com.google.protobuf.ByteString getMinimumIterationsNameBytes ()

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

パブリック抽象ControlFlowContextDef getNestedContexts (int インデックス)

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

public abstract int getNestedContextsCount ()

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

public abstract List< ControlFlowContextDef > getNestedContextsList ()

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

パブリック抽象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 abstract int getParallelIterations ()

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

public abstract String getPivotForBodyName ()

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

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

パブリック抽象 com.google.protobuf.ByteString getPivotForPredNameBytes ()

 Name of the pivot_for_pred tensor.
 
string pivot_for_pred_name = 6;

public abstract String getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 5;

パブリック抽象 com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 5;

public abstract boolean getSwapMemory ()

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

パブリック抽象ValuesDef getValuesDef ()

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

パブリック抽象ValuesDefOrBuilder getValuesDefOrBuilder ()

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

パブリック抽象ブール値hasValuesDef ()

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