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

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

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

package org.tensorflow.example;

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

  /**
   * .tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
   */
  org.tensorflow.example.FixedLenFeatureProto getFixedLenFeature();
  /**
   * .tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
   */
  org.tensorflow.example.FixedLenFeatureProtoOrBuilder getFixedLenFeatureOrBuilder();

  /**
   * .tensorflow.VarLenFeatureProto var_len_feature = 2;
   */
  org.tensorflow.example.VarLenFeatureProto getVarLenFeature();
  /**
   * .tensorflow.VarLenFeatureProto var_len_feature = 2;
   */
  org.tensorflow.example.VarLenFeatureProtoOrBuilder getVarLenFeatureOrBuilder();

  public org.tensorflow.example.FeatureConfiguration.ConfigCase getConfigCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy