org.tensorflow.util.BundleHeaderProtoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
// 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