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

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

There is a newer version: 1.0.0-M2.1
Show 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; */ 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 - 2024 Weber Informatics LLC | Privacy Policy