WhileContextDefOrBuilder

public interface WhileContextDefOrBuilder
Known Indirect Subclasses

Public Methods

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

Public Methods

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 (int index)

 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 (int index)

 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 (int index)

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

public abstract List<? extends 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;