WhileContextDefOrBuilder

общедоступный интерфейс WhileContextDefOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактное логическое значение
получитьБакПроп ()
 Whether backprop is enabled for this while loop.
абстрактная строка
абстрактный 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.
абстрактный int
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.
абстрактный int
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.
абстрактный int
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.
абстрактный int
получитьПараллельИтерации ()
 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.
абстрактные значенияDef
получитьЗначенияDef ()
 Values and external values in control flow context.
абстрактные значенияDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
абстрактное логическое значение
имеетЗначенияDef ()
 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)

 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)

 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;

общедоступный абстрактный 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)

 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;

общедоступное абстрактное логическое значение 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;