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

org.tensorflow.example.FeatureListOrBuilder 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 FeatureListOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.FeatureList)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .tensorflow.Feature feature = 1;
   */
  java.util.List 
      getFeatureList();
  /**
   * repeated .tensorflow.Feature feature = 1;
   */
  org.tensorflow.example.Feature getFeature(int index);
  /**
   * repeated .tensorflow.Feature feature = 1;
   */
  int getFeatureCount();
  /**
   * repeated .tensorflow.Feature feature = 1;
   */
  java.util.List 
      getFeatureOrBuilderList();
  /**
   * repeated .tensorflow.Feature feature = 1;
   */
  org.tensorflow.example.FeatureOrBuilder getFeatureOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy