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.
رشته انتزاعی
getMaximumIterationsName ()
 Optional name of the maximum_iterations tensor.
چکیده com.google.protobuf.ByteString
getMaximumIterationsNameBytes ()
 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.
رشته انتزاعی
getPivotName ()
 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.
انتزاعی ValuesDef
getValuesDef ()
 Values and external values in control flow context.
انتزاعی ValuesDefOrBuilder
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;

رشته انتزاعی عمومی getContextName ()

رشته

 Name of the context.
 
string context_name = 1;

چکیده عمومی com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

رشته انتزاعی عمومی getLoopEnterNames (شاخص int)

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

چکیده عمومی com.google.protobuf.ByteString getLoopEnterNamesBytes (int index)

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

انتزاع عمومی int getLoopEnterNamesCount ()

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

فهرست انتزاعی عمومی<String> getLoopEnterNamesList ()

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

رشته انتزاعی عمومی getLoopExitNames (int index)

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

چکیده عمومی com.google.protobuf.ByteString getLoopExitNamesBytes (int index)

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

انتزاع عمومی int getLoopExitNamesCount ()

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

فهرست انتزاعی عمومی<String> getLoopExitNamesList ()

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

رشته انتزاعی عمومی getMaximumIterationsName ()

رشته

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

چکیده عمومی com.google.protobuf.ByteString getMaximumIterationsNameBytes ()

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

چکیده عمومی ControlFlowContextDef getNestedContexts (int index)

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

انتزاع عمومی int getNestedContextsCount ()

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

فهرست انتزاعی عمومی< 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;

فهرست چکیده عمومی<? گسترش ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

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

انتزاع عمومی int getParallelIterations ()

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

رشته انتزاعی عمومی getPivotForBodyName ()

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

چکیده عمومی com.google.protobuf.ByteString getPivotForBodyNameBytes ()

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

رشته انتزاعی عمومی 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;

رشته انتزاعی عمومی getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 5;

چکیده عمومی com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 5;

دریافت SwapMemory بولی انتزاعی عمومی ()

 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;