public interface WhileContextDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBackProp()
Whether backprop is enabled for this while loop.
|
String |
getContextName()
Name of the context.
|
com.google.protobuf.ByteString |
getContextNameBytes()
Name of the context.
|
String |
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.
|
List<String> |
getLoopExitNamesList()
List of names for exit tensors.
|
int |
getParallelIterations()
The number of iterations allowed to run in parallel.
|
String |
getPivotForBodyName()
Name of the pivot_for_body tensor.
|
com.google.protobuf.ByteString |
getPivotForBodyNameBytes()
Name of the pivot_for_body tensor.
|
String |
getPivotForPredName()
Name of the pivot_for_pred tensor.
|
com.google.protobuf.ByteString |
getPivotForPredNameBytes()
Name of the pivot_for_pred tensor.
|
String |
getPivotName()
Name of the pivot tensor.
|
com.google.protobuf.ByteString |
getPivotNameBytes()
Name of the pivot tensor.
|
boolean |
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.
|
boolean |
hasValuesDef()
Values and external values in control flow context.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getContextName()
Name of the context.
string context_name = 1;
com.google.protobuf.ByteString getContextNameBytes()
Name of the context.
string context_name = 1;
int getParallelIterations()
The number of iterations allowed to run in parallel.
int32 parallel_iterations = 2;
boolean getBackProp()
Whether backprop is enabled for this while loop.
bool back_prop = 3;
boolean getSwapMemory()
Whether GPU-CPU memory swap is enabled for this loop.
bool swap_memory = 4;
String getPivotName()
Name of the pivot tensor.
string pivot_name = 5;
com.google.protobuf.ByteString getPivotNameBytes()
Name of the pivot tensor.
string pivot_name = 5;
String 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;
String 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;
List<String> getLoopExitNamesList()
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 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;
boolean hasValuesDef()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;
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;
Copyright © 2015–2017. All rights reserved.