public interface CondContextDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getBranch()
Branch prediction.
|
String |
getContextName()
Name of the context.
|
com.google.protobuf.ByteString |
getContextNameBytes()
Name of the context.
|
String |
getPivotName()
Name of the pivot tensor.
|
com.google.protobuf.ByteString |
getPivotNameBytes()
Name of the pivot tensor.
|
String |
getPredName()
Name of the pred tensor.
|
com.google.protobuf.ByteString |
getPredNameBytes()
Name of the pred tensor.
|
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;
String getPredName()
Name of the pred tensor.
string pred_name = 2;
com.google.protobuf.ByteString getPredNameBytes()
Name of the pred tensor.
string pred_name = 2;
String getPivotName()
Name of the pivot tensor.
string pivot_name = 3;
com.google.protobuf.ByteString getPivotNameBytes()
Name of the pivot tensor.
string pivot_name = 3;
int getBranch()
Branch prediction. 0 or 1.
int32 branch = 4;
boolean hasValuesDef()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
ValuesDef getValuesDef()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
ValuesDefOrBuilder getValuesDefOrBuilder()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
Copyright © 2015–2017. All rights reserved.