WhileContextDefOrBuilder

genel arayüz WhileContextDefOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut boole
getBackProp ()
 Whether backprop is enabled for this while loop.
soyut Dize
getContextName ()
 Name of the context.
abstract com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
soyut Dize
getLoopEnterNames (int dizini)
 List of names for enter tensors.
abstract com.google.protobuf.ByteString
getLoopEnterNamesBytes (int dizini)
 List of names for enter tensors.
soyut int
getLoopEnterNamesCount ()
 List of names for enter tensors.
özet Liste<String>
getLoopEnterNamesList ()
 List of names for enter tensors.
soyut Dize
getLoopExitNames (int dizini)
 List of names for exit tensors.
abstract com.google.protobuf.ByteString
getLoopExitNamesBytes (int dizini)
 List of names for exit tensors.
soyut int
getLoopExitNamesCount ()
 List of names for exit tensors.
özet Liste<String>
getLoopExitNamesList ()
 List of names for exit tensors.
soyut Dize
getMaximumIterationsName ()
 Optional name of the maximum_iterations tensor.
abstract com.google.protobuf.ByteString
getMaximumIterationsNameBytes ()
 Optional name of the maximum_iterations tensor.
özet ControlFlowContextDef
getNestedContexts (int dizini)
 Contexts contained inside this context (e.g.
soyut int
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
özet Liste< ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
özet ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (int dizini)
 Contexts contained inside this context (e.g.
Özet Liste<? ControlFlowContextDefOrBuilder'ı genişletir >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
soyut int
getParallelIterations ()
 The number of iterations allowed to run in parallel.
soyut Dize
getPivotForBodyName ()
 Name of the pivot_for_body tensor.
abstract com.google.protobuf.ByteString
getPivotForBodyNameBytes ()
 Name of the pivot_for_body tensor.
soyut Dize
getPivotForPredName ()
 Name of the pivot_for_pred tensor.
abstract com.google.protobuf.ByteString
getPivotForPredNameBytes ()
 Name of the pivot_for_pred tensor.
soyut Dize
getPivotName ()
 Name of the pivot tensor.
abstract com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
soyut boole
getSwapMemory ()
 Whether GPU-CPU memory swap is enabled for this loop.
özet DeğerlerDef
getValuesDef ()
 Values and external values in control flow context.
özet DeğerlerDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
soyut boole
hasValuesDef ()
 Values and external values in control flow context.

Genel Yöntemler

genel soyut boolean getBackProp ()

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

genel özet Dize getContextName ()

 Name of the context.
 
string context_name = 1;

genel özet com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

genel özet Dize getLoopEnterNames (int dizini)

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

genel özet com.google.protobuf.ByteString getLoopEnterNamesBytes (int dizini)

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

genel özet int getLoopEnterNamesCount ()

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

genel özet Listesi<String> getLoopEnterNamesList ()

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

genel özet Dize getLoopExitNames (int dizini)

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

genel özet com.google.protobuf.ByteString getLoopExitNamesBytes (int dizini)

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

genel özet int getLoopExitNamesCount ()

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

genel özet Listesi<String> getLoopExitNamesList ()

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

genel özet Dize getMaximumIterationsName ()

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

genel özet com.google.protobuf.ByteString getMaximumIterationsNameBytes ()

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

genel özet ControlFlowContextDef getNestedContexts (int dizini)

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

genel özet int getNestedContextsCount ()

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

genel özet Listesi< ControlFlowContextDef > getNestedContextsList ()

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

genel özet ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (int dizini)

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

genel özet listesi<? ControlFlowContextDefOrBuilder'ı genişletir > getNestedContextsOrBuilderList ()

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

genel soyut int getParallelIterations ()

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

genel özet Dize getPivotForBodyName ()

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

genel özet com.google.protobuf.ByteString getPivotForBodyNameBytes ()

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

genel özet Dize getPivotForPredName ()

 Name of the pivot_for_pred tensor.
 
string pivot_for_pred_name = 6;

genel özet com.google.protobuf.ByteString getPivotForPredNameBytes ()

 Name of the pivot_for_pred tensor.
 
string pivot_for_pred_name = 6;

genel özet Dize getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 5;

genel özet com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 5;

genel soyut boolean getSwapMemory ()

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

genel özet ValuesDef getValuesDef ()

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

genel özet ValuesDefOrBuilder getValuesDefOrBuilder ()

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

genel soyut boolean hasValuesDef ()

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