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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/example/example.proto

package org.tensorflow.example;

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

  /**
   * .tensorflow.Features features = 1;
   */
  boolean hasFeatures();
  /**
   * .tensorflow.Features features = 1;
   */
  org.tensorflow.example.Features getFeatures();
  /**
   * .tensorflow.Features features = 1;
   */
  org.tensorflow.example.FeaturesOrBuilder getFeaturesOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy