Interface ControlFlowContextDefOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ControlFlowContextDef, ControlFlowContextDef.Builder

    public interface ControlFlowContextDefOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasCondCtxt

        boolean hasCondCtxt()
        .org.platanios.tensorflow.proto.CondContextDef cond_ctxt = 1;
        Returns:
        Whether the condCtxt field is set.
      • getCondCtxt

        CondContextDef getCondCtxt()
        .org.platanios.tensorflow.proto.CondContextDef cond_ctxt = 1;
        Returns:
        The condCtxt.
      • getCondCtxtOrBuilder

        CondContextDefOrBuilder getCondCtxtOrBuilder()
        .org.platanios.tensorflow.proto.CondContextDef cond_ctxt = 1;
      • hasWhileCtxt

        boolean hasWhileCtxt()
        .org.platanios.tensorflow.proto.WhileContextDef while_ctxt = 2;
        Returns:
        Whether the whileCtxt field is set.
      • getWhileCtxt

        WhileContextDef getWhileCtxt()
        .org.platanios.tensorflow.proto.WhileContextDef while_ctxt = 2;
        Returns:
        The whileCtxt.
      • getWhileCtxtOrBuilder

        WhileContextDefOrBuilder getWhileCtxtOrBuilder()
        .org.platanios.tensorflow.proto.WhileContextDef while_ctxt = 2;