public interface ControlFlowContextDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CondContextDef |
getCondCtxt()
.tensorflow.CondContextDef cond_ctxt = 1; |
CondContextDefOrBuilder |
getCondCtxtOrBuilder()
.tensorflow.CondContextDef cond_ctxt = 1; |
ControlFlowContextDef.CtxtCase |
getCtxtCase() |
WhileContextDef |
getWhileCtxt()
.tensorflow.WhileContextDef while_ctxt = 2; |
WhileContextDefOrBuilder |
getWhileCtxtOrBuilder()
.tensorflow.WhileContextDef while_ctxt = 2; |
boolean |
hasCondCtxt()
.tensorflow.CondContextDef cond_ctxt = 1; |
boolean |
hasWhileCtxt()
.tensorflow.WhileContextDef while_ctxt = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCondCtxt()
.tensorflow.CondContextDef cond_ctxt = 1;CondContextDef getCondCtxt()
.tensorflow.CondContextDef cond_ctxt = 1;CondContextDefOrBuilder getCondCtxtOrBuilder()
.tensorflow.CondContextDef cond_ctxt = 1;boolean hasWhileCtxt()
.tensorflow.WhileContextDef while_ctxt = 2;WhileContextDef getWhileCtxt()
.tensorflow.WhileContextDef while_ctxt = 2;WhileContextDefOrBuilder getWhileCtxtOrBuilder()
.tensorflow.WhileContextDef while_ctxt = 2;ControlFlowContextDef.CtxtCase getCtxtCase()
Copyright © 2015–2019. All rights reserved.