org.tensorflow.framework.ControlFlowContextDefOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/control_flow.proto
package org.tensorflow.framework;
public interface ControlFlowContextDefOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.ControlFlowContextDef)
com.google.protobuf.MessageOrBuilder {
/**
* .tensorflow.CondContextDef cond_ctxt = 1;
*/
boolean hasCondCtxt();
/**
* .tensorflow.CondContextDef cond_ctxt = 1;
*/
org.tensorflow.framework.CondContextDef getCondCtxt();
/**
* .tensorflow.CondContextDef cond_ctxt = 1;
*/
org.tensorflow.framework.CondContextDefOrBuilder getCondCtxtOrBuilder();
/**
* .tensorflow.WhileContextDef while_ctxt = 2;
*/
boolean hasWhileCtxt();
/**
* .tensorflow.WhileContextDef while_ctxt = 2;
*/
org.tensorflow.framework.WhileContextDef getWhileCtxt();
/**
* .tensorflow.WhileContextDef while_ctxt = 2;
*/
org.tensorflow.framework.WhileContextDefOrBuilder getWhileCtxtOrBuilder();
public org.tensorflow.framework.ControlFlowContextDef.CtxtCase getCtxtCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy