org.tensorflow.example.Int64ListOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: feature.proto
package org.tensorflow.example;
public interface Int64ListOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.Int64List)
com.google.protobuf.MessageOrBuilder {
/**
* repeated int64 value = 1 [packed = true];
*/
java.util.List getValueList();
/**
* repeated int64 value = 1 [packed = true];
*/
int getValueCount();
/**
* repeated int64 value = 1 [packed = true];
*/
long getValue(int index);
}