org.tensorflow.framework.CollectionDefOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/meta_graph.proto
package org.tensorflow.framework;
public interface CollectionDefOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.CollectionDef)
com.google.protobuf.MessageOrBuilder {
/**
* .tensorflow.CollectionDef.NodeList node_list = 1;
*/
boolean hasNodeList();
/**
* .tensorflow.CollectionDef.NodeList node_list = 1;
*/
org.tensorflow.framework.CollectionDef.NodeList getNodeList();
/**
* .tensorflow.CollectionDef.NodeList node_list = 1;
*/
org.tensorflow.framework.CollectionDef.NodeListOrBuilder getNodeListOrBuilder();
/**
* .tensorflow.CollectionDef.BytesList bytes_list = 2;
*/
boolean hasBytesList();
/**
* .tensorflow.CollectionDef.BytesList bytes_list = 2;
*/
org.tensorflow.framework.CollectionDef.BytesList getBytesList();
/**
* .tensorflow.CollectionDef.BytesList bytes_list = 2;
*/
org.tensorflow.framework.CollectionDef.BytesListOrBuilder getBytesListOrBuilder();
/**
* .tensorflow.CollectionDef.Int64List int64_list = 3;
*/
boolean hasInt64List();
/**
* .tensorflow.CollectionDef.Int64List int64_list = 3;
*/
org.tensorflow.framework.CollectionDef.Int64List getInt64List();
/**
* .tensorflow.CollectionDef.Int64List int64_list = 3;
*/
org.tensorflow.framework.CollectionDef.Int64ListOrBuilder getInt64ListOrBuilder();
/**
* .tensorflow.CollectionDef.FloatList float_list = 4;
*/
boolean hasFloatList();
/**
* .tensorflow.CollectionDef.FloatList float_list = 4;
*/
org.tensorflow.framework.CollectionDef.FloatList getFloatList();
/**
* .tensorflow.CollectionDef.FloatList float_list = 4;
*/
org.tensorflow.framework.CollectionDef.FloatListOrBuilder getFloatListOrBuilder();
/**
* .tensorflow.CollectionDef.AnyList any_list = 5;
*/
boolean hasAnyList();
/**
* .tensorflow.CollectionDef.AnyList any_list = 5;
*/
org.tensorflow.framework.CollectionDef.AnyList getAnyList();
/**
* .tensorflow.CollectionDef.AnyList any_list = 5;
*/
org.tensorflow.framework.CollectionDef.AnyListOrBuilder getAnyListOrBuilder();
public org.tensorflow.framework.CollectionDef.KindCase getKindCase();
}