org.tensorflow.util.SavedTensorSliceMetaOrBuilder 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.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/util/saved_tensor_slice.proto
package org.tensorflow.util;
public interface SavedTensorSliceMetaOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.SavedTensorSliceMeta)
com.google.protobuf.MessageOrBuilder {
/**
*
* Each SavedSliceMeta describes the slices for one tensor.
*
*
* repeated .tensorflow.SavedSliceMeta tensor = 1;
*/
java.util.List
getTensorList();
/**
*
* Each SavedSliceMeta describes the slices for one tensor.
*
*
* repeated .tensorflow.SavedSliceMeta tensor = 1;
*/
org.tensorflow.util.SavedSliceMeta getTensor(int index);
/**
*
* Each SavedSliceMeta describes the slices for one tensor.
*
*
* repeated .tensorflow.SavedSliceMeta tensor = 1;
*/
int getTensorCount();
/**
*
* Each SavedSliceMeta describes the slices for one tensor.
*
*
* repeated .tensorflow.SavedSliceMeta tensor = 1;
*/
java.util.List extends org.tensorflow.util.SavedSliceMetaOrBuilder>
getTensorOrBuilderList();
/**
*
* Each SavedSliceMeta describes the slices for one tensor.
*
*
* repeated .tensorflow.SavedSliceMeta tensor = 1;
*/
org.tensorflow.util.SavedSliceMetaOrBuilder getTensorOrBuilder(
int index);
/**
*
* Compatibility version of this checkpoint. See core/public/version.h
* for version history.
*
*
* .tensorflow.VersionDef versions = 2;
*/
boolean hasVersions();
/**
*
* Compatibility version of this checkpoint. See core/public/version.h
* for version history.
*
*
* .tensorflow.VersionDef versions = 2;
*/
org.tensorflow.framework.VersionDef getVersions();
/**
*
* Compatibility version of this checkpoint. See core/public/version.h
* for version history.
*
*
* .tensorflow.VersionDef versions = 2;
*/
org.tensorflow.framework.VersionDefOrBuilder getVersionsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy