org.tensorflow.example.SequenceExampleOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
// 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();
}