ControlFlowContextDefOrBuilder

public interface ControlFlowContextDefOrBuilder
Known Indirect Subclasses

Public Methods

abstract CondContextDef
getCondCtxt()
.tensorflow.CondContextDef cond_ctxt = 1;
abstract CondContextDefOrBuilder
getCondCtxtOrBuilder()
.tensorflow.CondContextDef cond_ctxt = 1;
abstract ControlFlowContextDef.CtxtCase
abstract WhileContextDef
getWhileCtxt()
.tensorflow.WhileContextDef while_ctxt = 2;
abstract WhileContextDefOrBuilder
getWhileCtxtOrBuilder()
.tensorflow.WhileContextDef while_ctxt = 2;
abstract boolean
hasCondCtxt()
.tensorflow.CondContextDef cond_ctxt = 1;
abstract boolean
hasWhileCtxt()
.tensorflow.WhileContextDef while_ctxt = 2;

Public Methods

public abstract CondContextDef getCondCtxt ()

.tensorflow.CondContextDef cond_ctxt = 1;

public abstract CondContextDefOrBuilder getCondCtxtOrBuilder ()

.tensorflow.CondContextDef cond_ctxt = 1;

public abstract ControlFlowContextDef.CtxtCase getCtxtCase ()

public abstract WhileContextDef getWhileCtxt ()

.tensorflow.WhileContextDef while_ctxt = 2;

public abstract WhileContextDefOrBuilder getWhileCtxtOrBuilder ()

.tensorflow.WhileContextDef while_ctxt = 2;

public abstract boolean hasCondCtxt ()

.tensorflow.CondContextDef cond_ctxt = 1;

public abstract boolean hasWhileCtxt ()

.tensorflow.WhileContextDef while_ctxt = 2;