WhileContextDefOrBuilder

interface pública WhileContextDefOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

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

Métodos Públicos

public abstract boolean 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;

public abstract com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

public abstract String getLoopEnterNames (int index)

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

public abstract com.google.protobuf.ByteString getLoopEnterNamesBytes (int index)

 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 (índice int)

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

public abstract com.google.protobuf.ByteString getLoopExitNamesBytes (int index)

 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;

public abstract ControlFlowContextDef getNestedContexts (índice 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;

public abstract List < ControlFlowContextDef > getNestedContextsList ()

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

public abstract ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (índice interno )

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

Lista de resumos pública <? 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;

public abstract String getPivotForBodyName ()

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

public abstract 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;

public abstract com.google.protobuf.ByteString getPivotForPredNameBytes ()

 Name of the pivot_for_pred tensor.
 
string pivot_for_pred_name = 6;

public abstract String getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 5;

public abstract com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 5;

public abstract boolean 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 boolean hasValuesDef ()

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