interfejs publiczny WhileContextDefOrBuilder
Znane podklasy pośrednie |
Metody publiczne
abstrakcyjna wartość logiczna | getBackProp () Whether backprop is enabled for this while loop. |
abstrakcyjny ciąg | pobierzNazwęKontekstu () Name of the context. |
streszczenie com.google.protobuf.ByteString | getContextNameBytes () Name of the context. |
abstrakcyjny ciąg | getLoopEnterNames (indeks int) List of names for enter tensors. |
streszczenie com.google.protobuf.ByteString | getLoopEnterNamesBytes (indeks int) List of names for enter tensors. |
streszczenie wew | getLoopEnterNamesCount () List of names for enter tensors. |
lista abstrakcyjna<String> | getLoopEnterNamesList () List of names for enter tensors. |
abstrakcyjny ciąg | getLoopExitNames (indeks int) List of names for exit tensors. |
streszczenie com.google.protobuf.ByteString | getLoopExitNamesBytes (indeks int) List of names for exit tensors. |
streszczenie wew | getLoopExitNamesCount () List of names for exit tensors. |
lista abstrakcyjna<String> | getLoopExitNamesList () List of names for exit tensors. |
abstrakcyjny ciąg | getMaximumIterationsName () Optional name of the maximum_iterations tensor. |
streszczenie com.google.protobuf.ByteString | getMaximumIterationsNameBytes () Optional name of the maximum_iterations tensor. |
streszczenie ControlFlowContextDef | getNestedContexts (indeks int) Contexts contained inside this context (e.g. |
streszczenie wew | getNestedContextsCount () Contexts contained inside this context (e.g. |
Lista abstrakcyjna< ControlFlowContextDef > | getNestedContextsList () Contexts contained inside this context (e.g. |
streszczenie ControlFlowContextDefOrBuilder | getNestedContextsOrBuilder (indeks int) Contexts contained inside this context (e.g. |
lista abstrakcyjna<? rozszerza ControlFlowContextDefOrBuilder > | getNestedContextsOrBuilderList () Contexts contained inside this context (e.g. |
streszczenie wew | getParallelIterations () The number of iterations allowed to run in parallel. |
abstrakcyjny ciąg | getPivotForBodyName () Name of the pivot_for_body tensor. |
streszczenie com.google.protobuf.ByteString | getPivotForBodyNameBytes () Name of the pivot_for_body tensor. |
abstrakcyjny ciąg | getPivotForPredName () Name of the pivot_for_pred tensor. |
streszczenie com.google.protobuf.ByteString | getPivotForPredNameBytes () Name of the pivot_for_pred tensor. |
abstrakcyjny ciąg | pobierzNazwęPrzestawu () Name of the pivot tensor. |
streszczenie com.google.protobuf.ByteString | getPivotNameBytes () Name of the pivot tensor. |
abstrakcyjna wartość logiczna | pobierz pamięć wymiany () Whether GPU-CPU memory swap is enabled for this loop. |
abstrakcyjne WartościDef | getValuesDef () Values and external values in control flow context. |
abstrakcyjne ValuesDefOrBuilder | getValuesDefOrBuilder () Values and external values in control flow context. |
abstrakcyjna wartość logiczna | maWartościDef () Values and external values in control flow context. |
Metody publiczne
publiczna abstrakcja logiczna getBackProp ()
Whether backprop is enabled for this while loop.
bool back_prop = 3;
publiczny ciąg abstrakcyjny getContextName ()
Name of the context.
string context_name = 1;
publiczna abstrakcja com.google.protobuf.ByteString getContextNameBytes ()
Name of the context.
string context_name = 1;
public streszczenie String getLoopEnterNames (indeks int)
List of names for enter tensors.
repeated string loop_enter_names = 10;
publiczne streszczenie com.google.protobuf.ByteString getLoopEnterNamesBytes (indeks int)
List of names for enter tensors.
repeated string loop_enter_names = 10;
publiczne streszczenie int getLoopEnterNamesCount ()
List of names for enter tensors.
repeated string loop_enter_names = 10;
publiczna lista abstrakcyjna<String> getLoopEnterNamesList ()
List of names for enter tensors.
repeated string loop_enter_names = 10;
public streszczenie String getLoopExitNames (indeks int)
List of names for exit tensors.
repeated string loop_exit_names = 8;
publiczna abstrakcja com.google.protobuf.ByteString getLoopExitNamesBytes (indeks int)
List of names for exit tensors.
repeated string loop_exit_names = 8;
publiczne streszczenie int getLoopExitNamesCount ()
List of names for exit tensors.
repeated string loop_exit_names = 8;
publiczna lista abstrakcyjna<String> getLoopExitNamesList ()
List of names for exit tensors.
repeated string loop_exit_names = 8;
publiczna abstrakcja String getMaximumIterationsName ()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11;
publiczne streszczenie com.google.protobuf.ByteString getMaximumIterationsNameBytes ()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11;
publiczne streszczenie ControlFlowContextDef getNestedContexts (indeks int)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;
publiczne streszczenie int getNestedContextsCount ()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;
publiczna lista abstrakcyjna< ControlFlowContextDef > getNestedContextsList ()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;
publiczne streszczenie ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (indeks int)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;
publiczna lista abstrakcyjna<? rozszerza ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;
publiczne streszczenie int getParallelIterations ()
The number of iterations allowed to run in parallel.
int32 parallel_iterations = 2;
publiczny ciąg abstrakcyjny getPivotForBodyName ()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;
publiczne streszczenie com.google.protobuf.ByteString getPivotForBodyNameBytes ()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;
publiczny ciąg abstrakcyjny getPivotForPredName ()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6;
publiczne streszczenie com.google.protobuf.ByteString getPivotForPredNameBytes ()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6;
publiczny ciąg abstrakcyjny getPivotName ()
Name of the pivot tensor.
string pivot_name = 5;
publiczne streszczenie com.google.protobuf.ByteString getPivotNameBytes ()
Name of the pivot tensor.
string pivot_name = 5;
publiczna abstrakcja logiczna getSwapMemory ()
Whether GPU-CPU memory swap is enabled for this loop.
bool swap_memory = 4;
publiczne streszczenie ValuesDef getValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;
publiczne streszczenie ValuesDefOrBuilder getValuesDefOrBuilder ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;
publiczna wartość logiczna abstrakcyjna maValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;