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

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

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

package org.tensorflow.example;

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

  /**
   * .tensorflow.BytesList bytes_list = 1;
   */
  boolean hasBytesList();
  /**
   * .tensorflow.BytesList bytes_list = 1;
   */
  org.tensorflow.example.BytesList getBytesList();
  /**
   * .tensorflow.BytesList bytes_list = 1;
   */
  org.tensorflow.example.BytesListOrBuilder getBytesListOrBuilder();

  /**
   * .tensorflow.FloatList float_list = 2;
   */
  boolean hasFloatList();
  /**
   * .tensorflow.FloatList float_list = 2;
   */
  org.tensorflow.example.FloatList getFloatList();
  /**
   * .tensorflow.FloatList float_list = 2;
   */
  org.tensorflow.example.FloatListOrBuilder getFloatListOrBuilder();

  /**
   * .tensorflow.Int64List int64_list = 3;
   */
  boolean hasInt64List();
  /**
   * .tensorflow.Int64List int64_list = 3;
   */
  org.tensorflow.example.Int64List getInt64List();
  /**
   * .tensorflow.Int64List int64_list = 3;
   */
  org.tensorflow.example.Int64ListOrBuilder getInt64ListOrBuilder();

  public org.tensorflow.example.Feature.KindCase getKindCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy