WhileContextDefOrBuilder

interface pública WhileContextDefOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

booleano abstrato
getBackProp ()
 Whether backprop is enabled for this while loop.
cadeia abstrata
getContextName ()
 Name of the context.
abstrato com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
cadeia abstrata
getLoopEnterNames (índice interno)
 List of names for enter tensors.
abstrato com.google.protobuf.ByteString
getLoopEnterNamesBytes (índice interno)
 List of names for enter tensors.
abstrato int
getLoopEnterNamesCount ()
 List of names for enter tensors.
lista abstrata<String>
getLoopEnterNamesList ()
 List of names for enter tensors.
cadeia abstrata
getLoopExitNames (índice interno)
 List of names for exit tensors.
abstrato com.google.protobuf.ByteString
getLoopExitNamesBytes (índice interno)
 List of names for exit tensors.
abstrato int
getLoopExitNamesCount ()
 List of names for exit tensors.
lista abstrata<String>
getLoopExitNamesList ()
 List of names for exit tensors.
cadeia abstrata
getMaximumIterationsName ()
 Optional name of the maximum_iterations tensor.
abstrato com.google.protobuf.ByteString
getMaximumIterationsNameBytes ()
 Optional name of the maximum_iterations tensor.
abstrato ControlFlowContextDef
getNestedContexts (índice interno)
 Contexts contained inside this context (e.g.
abstrato int
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
Lista abstrata <ControlFlowContextDef>
getNestedContextList ()
 Contexts contained inside this context (e.g.
abstrato ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (índice interno)
 Contexts contained inside this context (e.g.
lista abstrata<? estende ControlFlowContextDefOrBuilder >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
abstrato int
getParallelIterations ()
 The number of iterations allowed to run in parallel.
cadeia abstrata
getPivotForBodyName ()
 Name of the pivot_for_body tensor.
abstrato com.google.protobuf.ByteString
getPivotForBodyNameBytes ()
 Name of the pivot_for_body tensor.
cadeia abstrata
getPivotForPredName ()
 Name of the pivot_for_pred tensor.
abstrato com.google.protobuf.ByteString
getPivotForPredNameBytes ()
 Name of the pivot_for_pred tensor.
cadeia abstrata
getPivotName ()
 Name of the pivot tensor.
abstrato com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
booleano abstrato
getSwapMemory ()
 Whether GPU-CPU memory swap is enabled for this loop.
Valores abstratosDef
getValuesDef ()
 Values and external values in control flow context.
valores abstratosDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
booleano abstrato
hasValuesDef ()
 Values and external values in control flow context.

Métodos Públicos

público abstrato booleano getBackProp ()

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

String abstrata pública getContextName ()

 Name of the context.
 
string context_name = 1;

resumo público com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

string abstrata pública getLoopEnterNames (índice int)

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

resumo público com.google.protobuf.ByteString getLoopEnterNamesBytes (índice int)

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

público abstrato int getLoopEnterNamesCount ()

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

lista abstrata pública<String> getLoopEnterNamesList ()

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

string abstrata pública getLoopExitNames (índice int)

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

resumo público com.google.protobuf.ByteString getLoopExitNamesBytes (índice int)

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

público abstrato int getLoopExitNamesCount ()

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

lista abstrata pública<String> getLoopExitNamesList ()

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

String abstrata pública getMaximumIterationsName ()

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

resumo público com.google.protobuf.ByteString getMaximumIterationsNameBytes ()

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

público abstrato ControlFlowContextDef getNestedContexts (índice int)

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

público abstrato int getNestedContextsCount ()

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

lista abstrata pública< ControlFlowContextDef > getNestedContextsList ()

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

público abstrato ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (índice int)

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

lista abstrata pública<? estende ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

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

público abstrato int getParallelIterations ()

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

String abstrata pública getPivotForBodyName ()

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

resumo público com.google.protobuf.ByteString getPivotForBodyNameBytes ()

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

String abstrata pública getPivotForPredName ()

 Name of the pivot_for_pred tensor.
 
string pivot_for_pred_name = 6;

resumo público com.google.protobuf.ByteString getPivotForPredNameBytes ()

 Name of the pivot_for_pred tensor.
 
string pivot_for_pred_name = 6;

String abstrata pública getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 5;

resumo público com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 5;

público abstrato booleano getSwapMemory ()

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

público abstrato ValuesDef getValuesDef ()

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

público abstrato ValuesDefOrBuilder getValuesDefOrBuilder ()

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

público abstrato booleano hasValuesDef ()

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