Package org.tensorflow.framework
Interface ControlFlowContextDefOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlFlowContextDef,ControlFlowContextDef.Builder
public interface ControlFlowContextDefOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CondContextDefgetCondCtxt().tensorflow.CondContextDef cond_ctxt = 1;CondContextDefOrBuildergetCondCtxtOrBuilder().tensorflow.CondContextDef cond_ctxt = 1;ControlFlowContextDef.CtxtCasegetCtxtCase()WhileContextDefgetWhileCtxt().tensorflow.WhileContextDef while_ctxt = 2;WhileContextDefOrBuildergetWhileCtxtOrBuilder().tensorflow.WhileContextDef while_ctxt = 2;booleanhasCondCtxt().tensorflow.CondContextDef cond_ctxt = 1;booleanhasWhileCtxt().tensorflow.WhileContextDef while_ctxt = 2;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCondCtxt
boolean hasCondCtxt()
.tensorflow.CondContextDef cond_ctxt = 1;- Returns:
- Whether the condCtxt field is set.
-
getCondCtxt
CondContextDef getCondCtxt()
.tensorflow.CondContextDef cond_ctxt = 1;- Returns:
- The condCtxt.
-
getCondCtxtOrBuilder
CondContextDefOrBuilder getCondCtxtOrBuilder()
.tensorflow.CondContextDef cond_ctxt = 1;
-
hasWhileCtxt
boolean hasWhileCtxt()
.tensorflow.WhileContextDef while_ctxt = 2;- Returns:
- Whether the whileCtxt field is set.
-
getWhileCtxt
WhileContextDef getWhileCtxt()
.tensorflow.WhileContextDef while_ctxt = 2;- Returns:
- The whileCtxt.
-
getWhileCtxtOrBuilder
WhileContextDefOrBuilder getWhileCtxtOrBuilder()
.tensorflow.WhileContextDef while_ctxt = 2;
-
getCtxtCase
ControlFlowContextDef.CtxtCase getCtxtCase()
-
-