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)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Number of data files in the bundle.
   * 
* * int32 num_shards = 1; */ int getNumShards(); /** * .tensorflow.BundleHeaderProto.Endianness endianness = 2; */ int getEndiannessValue(); /** * .tensorflow.BundleHeaderProto.Endianness endianness = 2; */ org.tensorflow.util.BundleHeaderProto.Endianness getEndianness(); /** *
   * Versioning of the tensor bundle format.
   * 
* * .tensorflow.VersionDef version = 3; */ boolean hasVersion(); /** *
   * Versioning of the tensor bundle format.
   * 
* * .tensorflow.VersionDef version = 3; */ org.tensorflow.framework.VersionDef getVersion(); /** *
   * Versioning of the tensor bundle format.
   * 
* * .tensorflow.VersionDef version = 3; */ org.tensorflow.framework.VersionDefOrBuilder getVersionOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy