interface publique WhileContextDefOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
booléen abstrait | getBackProp () Whether backprop is enabled for this while loop. |
Chaîne abstraite | getContextName () Name of the context. |
résumé com.google.protobuf.ByteString | getContextNameBytes () Name of the context. |
Chaîne abstraite | getLoopEnterNames (index int) List of names for enter tensors. |
résumé com.google.protobuf.ByteString | getLoopEnterNamesBytes (index int) List of names for enter tensors. |
abstrait entier | getLoopEnterNamesCount () List of names for enter tensors. |
Liste abstraite<String> | getLoopEnterNamesList () List of names for enter tensors. |
Chaîne abstraite | getLoopExitNames (index int) List of names for exit tensors. |
résumé com.google.protobuf.ByteString | getLoopExitNamesBytes (index int) List of names for exit tensors. |
abstrait entier | getLoopExitNamesCount () List of names for exit tensors. |
Liste abstraite<String> | getLoopExitNamesList () List of names for exit tensors. |
Chaîne abstraite | getMaximumIterationsName () Optional name of the maximum_iterations tensor. |
résumé com.google.protobuf.ByteString | getMaximumIterationsNameBytes () Optional name of the maximum_iterations tensor. |
abstrait ControlFlowContextDef | getNestedContexts (index int) Contexts contained inside this context (e.g. |
abstrait entier | getNestedContextsCount () Contexts contained inside this context (e.g. |
Liste abstraite < ControlFlowContextDef > | getNestedContextsList () Contexts contained inside this context (e.g. |
abstrait ControlFlowContextDefOrBuilder | getNestedContextsOrBuilder (index int) Contexts contained inside this context (e.g. |
Liste abstraite <? étend ControlFlowContextDefOrBuilder > | getNestedContextsOrBuilderList () Contexts contained inside this context (e.g. |
abstrait entier | getParallelItérations () The number of iterations allowed to run in parallel. |
Chaîne abstraite | getPivotForBodyName () Name of the pivot_for_body tensor. |
résumé com.google.protobuf.ByteString | getPivotForBodyNameBytes () Name of the pivot_for_body tensor. |
Chaîne abstraite | getPivotForPredName () Name of the pivot_for_pred tensor. |
résumé com.google.protobuf.ByteString | getPivotForPredNameBytes () Name of the pivot_for_pred tensor. |
Chaîne abstraite | getPivotName () Name of the pivot tensor. |
résumé com.google.protobuf.ByteString | getPivotNameBytes () Name of the pivot tensor. |
booléen abstrait | getSwapMemory () Whether GPU-CPU memory swap is enabled for this loop. |
valeurs abstraitesDef | getValuesDef () Values and external values in control flow context. |
valeurs abstraitesDefOrBuilder | getValuesDefOrBuilder () Values and external values in control flow context. |
booléen abstrait | hasValuesDef () Values and external values in control flow context. |
Méthodes publiques
public abstrait booléen getBackProp ()
Whether backprop is enabled for this while loop.
bool back_prop = 3;
chaîne abstraite publique getContextName ()
Name of the context.
string context_name = 1;
résumé public com.google.protobuf.ByteString getContextNameBytes ()
Name of the context.
string context_name = 1;
chaîne abstraite publique getLoopEnterNames (index int)
List of names for enter tensors.
repeated string loop_enter_names = 10;
résumé public com.google.protobuf.ByteString getLoopEnterNamesBytes (index int)
List of names for enter tensors.
repeated string loop_enter_names = 10;
public abstrait int getLoopEnterNamesCount ()
List of names for enter tensors.
repeated string loop_enter_names = 10;
liste abstraite publique<String> getLoopEnterNamesList ()
List of names for enter tensors.
repeated string loop_enter_names = 10;
chaîne abstraite publique getLoopExitNames (index int)
List of names for exit tensors.
repeated string loop_exit_names = 8;
résumé public com.google.protobuf.ByteString getLoopExitNamesBytes (index int)
List of names for exit tensors.
repeated string loop_exit_names = 8;
public abstrait int getLoopExitNamesCount ()
List of names for exit tensors.
repeated string loop_exit_names = 8;
liste abstraite publique<String> getLoopExitNamesList ()
List of names for exit tensors.
repeated string loop_exit_names = 8;
chaîne abstraite publique getMaximumIterationsName ()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11;
résumé public com.google.protobuf.ByteString getMaximumIterationsNameBytes ()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11;
public abstrait ControlFlowContextDef getNestedContexts (index int)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;
public abstrait int getNestedContextsCount ()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;
liste abstraite publique < ControlFlowContextDef > getNestedContextsList ()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;
public abstrait ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (index int)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;
Liste des résumés publics<? étend ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;
public abstrait int getParallelIterations ()
The number of iterations allowed to run in parallel.
int32 parallel_iterations = 2;
chaîne abstraite publique getPivotForBodyName ()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;
résumé public com.google.protobuf.ByteString getPivotForBodyNameBytes ()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;
chaîne abstraite publique getPivotForPredName ()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6;
résumé public com.google.protobuf.ByteString getPivotForPredNameBytes ()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6;
chaîne abstraite publique getPivotName ()
Name of the pivot tensor.
string pivot_name = 5;
résumé public com.google.protobuf.ByteString getPivotNameBytes ()
Name of the pivot tensor.
string pivot_name = 5;
public abstrait booléen getSwapMemory ()
Whether GPU-CPU memory swap is enabled for this loop.
bool swap_memory = 4;
public abstrait ValuesDef getValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;
public abstrait ValuesDefOrBuilder getValuesDefOrBuilder ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;
public abstrait booléen hasValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;