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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: feature.proto

package org.tensorflow.example;

public interface FloatListOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.FloatList)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated float value = 1 [packed = true];
   */
  java.util.List getValueList();
  /**
   * repeated float value = 1 [packed = true];
   */
  int getValueCount();
  /**
   * repeated float value = 1 [packed = true];
   */
  float getValue(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy