All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.example.Int64ListOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.11.1
Show newest version
// 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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy