org.tensorflow.util.SavedTensorSlicesOrBuilder 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 SavedTensorSlicesOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.SavedTensorSlices)
com.google.protobuf.MessageOrBuilder {
/**
*
* This is only present at the first item of each checkpoint file and serves
* as a table of contents, listing all the tensor slices saved in this file.
*
*
* .tensorflow.SavedTensorSliceMeta meta = 1;
*/
boolean hasMeta();
/**
*
* This is only present at the first item of each checkpoint file and serves
* as a table of contents, listing all the tensor slices saved in this file.
*
*
* .tensorflow.SavedTensorSliceMeta meta = 1;
*/
org.tensorflow.util.SavedTensorSliceMeta getMeta();
/**
*
* This is only present at the first item of each checkpoint file and serves
* as a table of contents, listing all the tensor slices saved in this file.
*
*
* .tensorflow.SavedTensorSliceMeta meta = 1;
*/
org.tensorflow.util.SavedTensorSliceMetaOrBuilder getMetaOrBuilder();
/**
*
* This exists in all but the first item of each checkpoint file.
*
*
* .tensorflow.SavedSlice data = 2;
*/
boolean hasData();
/**
*
* This exists in all but the first item of each checkpoint file.
*
*
* .tensorflow.SavedSlice data = 2;
*/
org.tensorflow.util.SavedSlice getData();
/**
*
* This exists in all but the first item of each checkpoint file.
*
*
* .tensorflow.SavedSlice data = 2;
*/
org.tensorflow.util.SavedSliceOrBuilder getDataOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy