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

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

There is a newer version: 1.15.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/example/example_parser_configuration.proto

package org.tensorflow.example;

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

  /**
   * .tensorflow.DataType dtype = 1;
   */
  int getDtypeValue();
  /**
   * .tensorflow.DataType dtype = 1;
   */
  org.tensorflow.framework.DataType getDtype();

  /**
   * .tensorflow.TensorShapeProto shape = 2;
   */
  boolean hasShape();
  /**
   * .tensorflow.TensorShapeProto shape = 2;
   */
  org.tensorflow.framework.TensorShapeProto getShape();
  /**
   * .tensorflow.TensorShapeProto shape = 2;
   */
  org.tensorflow.framework.TensorShapeProtoOrBuilder getShapeOrBuilder();

  /**
   * .tensorflow.TensorProto default_value = 3;
   */
  boolean hasDefaultValue();
  /**
   * .tensorflow.TensorProto default_value = 3;
   */
  org.tensorflow.framework.TensorProto getDefaultValue();
  /**
   * .tensorflow.TensorProto default_value = 3;
   */
  org.tensorflow.framework.TensorProtoOrBuilder getDefaultValueOrBuilder();

  /**
   * string values_output_tensor_name = 4;
   */
  java.lang.String getValuesOutputTensorName();
  /**
   * string values_output_tensor_name = 4;
   */
  com.google.protobuf.ByteString
      getValuesOutputTensorNameBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy