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

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

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

package org.tensorflow.example;

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

  /**
   * .tensorflow.Features context = 1;
   */
  boolean hasContext();
  /**
   * .tensorflow.Features context = 1;
   */
  org.tensorflow.example.Features getContext();
  /**
   * .tensorflow.Features context = 1;
   */
  org.tensorflow.example.FeaturesOrBuilder getContextOrBuilder();

  /**
   * .tensorflow.FeatureLists feature_lists = 2;
   */
  boolean hasFeatureLists();
  /**
   * .tensorflow.FeatureLists feature_lists = 2;
   */
  org.tensorflow.example.FeatureLists getFeatureLists();
  /**
   * .tensorflow.FeatureLists feature_lists = 2;
   */
  org.tensorflow.example.FeatureListsOrBuilder getFeatureListsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy