ממשק ציבורי WhileContextDefOrBuilder
תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
בוליאני מופשט | getBackProp () Whether backprop is enabled for this while loop. |
מחרוזת מופשטת | getContextName () Name of the context. |
תקציר com.google.protobuf.ByteString | getContextNameBytes () Name of the context. |
מחרוזת מופשטת | getLoopEnterNames (int index) List of names for enter tensors. |
תקציר com.google.protobuf.ByteString | getLoopEnterNamesBytes (int index) List of names for enter tensors. |
מופשט int | getLoopEnterNamesCount () List of names for enter tensors. |
רשימה מופשטת<String> | getLoopEnterNamesList () List of names for enter tensors. |
מחרוזת מופשטת | getLoopExitNames (int index) List of names for exit tensors. |
תקציר com.google.protobuf.ByteString | getLoopExitNamesBytes (int index) 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 index) 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 index) Contexts contained inside this context (e.g. |
רשימה מופשטת<? מרחיב את ControlFlowContextDefOrBuilder > | getNestedContextsOrBuilderList () Contexts contained inside this context (e.g. |
מופשט int | getParallelIterations () 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. |
מופשט ValuesDef | getValuesDef () Values and external values in control flow context. |
מופשט ValuesDefOrBuilder | getValuesDefOrBuilder () Values and external values in control flow context. |
בוליאני מופשט | hasValuesDef () 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 index)
List of names for enter tensors.
repeated string loop_enter_names = 10;
תקציר ציבורי com.google.protobuf.ByteString getLoopEnterNamesBytes (int index)
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 index)
List of names for exit tensors.
repeated string loop_exit_names = 8;
תקציר ציבורי com.google.protobuf.ByteString getLoopExitNamesBytes (int index)
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 index)
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 index)
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;