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

org.tensorflow.util.BundleHeaderProtoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/tensor_bundle.proto

package org.tensorflow.util;

public interface BundleHeaderProtoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.BundleHeaderProto)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * Number of data files in the bundle.
   * 
* * int32 num_shards = 1; * @return The numShards. */ int getNumShards(); /** * .tensorflow.BundleHeaderProto.Endianness endianness = 2; * @return The enum numeric value on the wire for endianness. */ int getEndiannessValue(); /** * .tensorflow.BundleHeaderProto.Endianness endianness = 2; * @return The endianness. */ org.tensorflow.util.BundleHeaderProto.Endianness getEndianness(); /** *
   * Versioning of the tensor bundle format.
   * 
* * .tensorflow.VersionDef version = 3; * @return Whether the version field is set. */ boolean hasVersion(); /** *
   * Versioning of the tensor bundle format.
   * 
* * .tensorflow.VersionDef version = 3; * @return The version. */ org.tensorflow.framework.VersionDef getVersion(); /** *
   * Versioning of the tensor bundle format.
   * 
* * .tensorflow.VersionDef version = 3; */ org.tensorflow.framework.VersionDefOrBuilder getVersionOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy