interfaccia pubblica WhileContextDefOrBuilder
| Sottoclassi indirette conosciute |
Metodi pubblici
| booleano astratto | getBackProp () Whether backprop is enabled for this while loop. |
| stringa astratta | getNomeContesto () Name of the context. |
| astratto com.google.protobuf.ByteString | getContextNameBytes () Name of the context. |
| stringa astratta | getLoopEnterNames (indice int) List of names for enter tensors. |
| astratto com.google.protobuf.ByteString | getLoopEnterNamesBytes (indice int) List of names for enter tensors. |
| astratto int | getLoopEnterNamesCount () List of names for enter tensors. |
| Elenco astratto<String> | getLoopEnterNamesList () List of names for enter tensors. |
| stringa astratta | getLoopExitNames (indice int) List of names for exit tensors. |
| astratto com.google.protobuf.ByteString | getLoopExitNamesBytes (indice int) List of names for exit tensors. |
| astratto int | getLoopExitNamesCount () List of names for exit tensors. |
| Elenco astratto<String> | getLoopExitNamesList () List of names for exit tensors. |
| stringa astratta | getMaximumIterationsName () Optional name of the maximum_iterations tensor. |
| astratto com.google.protobuf.ByteString | getMaximumIterationsNameBytes () Optional name of the maximum_iterations tensor. |
| astratto ControlFlowContextDef | getNestedContexts (indice int) Contexts contained inside this context (e.g. |
| astratto int | getNestedContextsCount () Contexts contained inside this context (e.g. |
| Elenco astratto< ControlFlowContextDef > | getNestedContextsList () Contexts contained inside this context (e.g. |
| astratto ControlFlowContextDefOrBuilder | getNestedContextsOrBuilder (indice int) Contexts contained inside this context (e.g. |
| Elenco astratto<? estende ControlFlowContextDefOrBuilder > | getNestedContextsOrBuilderList () Contexts contained inside this context (e.g. |
| astratto int | getParallelIterazioni () The number of iterations allowed to run in parallel. |
| stringa astratta | getPivotForBodyName () Name of the pivot_for_body tensor. |
| astratto com.google.protobuf.ByteString | getPivotForBodyNameBytes () Name of the pivot_for_body tensor. |
| stringa astratta | getPivotForPredName () Name of the pivot_for_pred tensor. |
| astratto com.google.protobuf.ByteString | getPivotForPredNameBytes () Name of the pivot_for_pred tensor. |
| stringa astratta | getPivotName () Name of the pivot tensor. |
| astratto com.google.protobuf.ByteString | getPivotNameBytes () Name of the pivot tensor. |
| booleano astratto | getSwapMemoria () Whether GPU-CPU memory swap is enabled for this loop. |
| abstract ValoriDef | getValuesDef () Values and external values in control flow context. |
| valori astrattiDefOrBuilder | getValuesDefOrBuilder () Values and external values in control flow context. |
| booleano astratto | hasValuesDef () Values and external values in control flow context. |
Metodi pubblici
pubblico astratto booleano getBackProp ()
Whether backprop is enabled for this while loop.
bool back_prop = 3; public abstract String getContextName ()
Name of the context.
string context_name = 1; estratto pubblico com.google.protobuf.ByteString getContextNameBytes ()
Name of the context.
string context_name = 1; public abstract String getLoopEnterNames (indice int)
List of names for enter tensors.
repeated string loop_enter_names = 10; public abstract com.google.protobuf.ByteString getLoopEnterNamesBytes (indice int)
List of names for enter tensors.
repeated string loop_enter_names = 10; public abstract int getLoopEnterNamesCount ()
List of names for enter tensors.
repeated string loop_enter_names = 10; public abstract List<String> getLoopEnterNamesList ()
List of names for enter tensors.
repeated string loop_enter_names = 10; public abstract String getLoopExitNames (indice int)
List of names for exit tensors.
repeated string loop_exit_names = 8; public abstract com.google.protobuf.ByteString getLoopExitNamesBytes (indice int)
List of names for exit tensors.
repeated string loop_exit_names = 8; public abstract int getLoopExitNamesCount ()
List of names for exit tensors.
repeated string loop_exit_names = 8; public abstract List<String> getLoopExitNamesList ()
List of names for exit tensors.
repeated string loop_exit_names = 8; public abstract String getMaximumIterationsName ()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11; public abstract com.google.protobuf.ByteString getMaximumIterationsNameBytes ()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11; estratto pubblico ControlFlowContextDef getNestedContexts (indice int)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12; public abstract int getNestedContextsCount ()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12; Elenco astratto pubblico < ControlFlowContextDef > getNestedContextsList ()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12; public abstract ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (indice int)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12; Elenco abstract pubblico<? estende ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12; public abstract int getParallelIterations ()
The number of iterations allowed to run in parallel.
int32 parallel_iterations = 2; stringa astratta pubblica getPivotForBodyName ()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7; estratto pubblico com.google.protobuf.ByteString getPivotForBodyNameBytes ()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7; public abstract String getPivotForPredName ()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6; estratto pubblico com.google.protobuf.ByteString getPivotForPredNameBytes ()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6; stringa astratta pubblica getPivotName ()
Name of the pivot tensor.
string pivot_name = 5; estratto pubblico com.google.protobuf.ByteString getPivotNameBytes ()
Name of the pivot tensor.
string pivot_name = 5; pubblico astratto booleano getSwapMemory ()
Whether GPU-CPU memory swap is enabled for this loop.
bool swap_memory = 4; public abstract ValuesDef getValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9; public abstract ValuesDefOrBuilder getValuesDefOrBuilder ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9; public abstract booleano hasValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;