org.tensorflow.util.SavedSliceMetaOrBuilder 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/util/saved_tensor_slice.proto
package org.tensorflow.util;
public interface SavedSliceMetaOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.SavedSliceMeta)
com.google.protobuf.MessageOrBuilder {
/**
*
* Name of the tensor.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* Name of the tensor.
*
*
* string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* Shape of the tensor
*
*
* .tensorflow.TensorShapeProto shape = 2;
*/
boolean hasShape();
/**
*
* Shape of the tensor
*
*
* .tensorflow.TensorShapeProto shape = 2;
*/
org.tensorflow.framework.TensorShapeProto getShape();
/**
*
* Shape of the tensor
*
*
* .tensorflow.TensorShapeProto shape = 2;
*/
org.tensorflow.framework.TensorShapeProtoOrBuilder getShapeOrBuilder();
/**
*
* Type of the tensor
*
*
* .tensorflow.DataType type = 3;
*/
int getTypeValue();
/**
*
* Type of the tensor
*
*
* .tensorflow.DataType type = 3;
*/
org.tensorflow.framework.DataType getType();
/**
*
* Explicit list of slices saved in the checkpoint file.
*
*
* repeated .tensorflow.TensorSliceProto slice = 4;
*/
java.util.List
getSliceList();
/**
*
* Explicit list of slices saved in the checkpoint file.
*
*
* repeated .tensorflow.TensorSliceProto slice = 4;
*/
org.tensorflow.framework.TensorSliceProto getSlice(int index);
/**
*
* Explicit list of slices saved in the checkpoint file.
*
*
* repeated .tensorflow.TensorSliceProto slice = 4;
*/
int getSliceCount();
/**
*
* Explicit list of slices saved in the checkpoint file.
*
*
* repeated .tensorflow.TensorSliceProto slice = 4;
*/
java.util.List extends org.tensorflow.framework.TensorSliceProtoOrBuilder>
getSliceOrBuilderList();
/**
*
* Explicit list of slices saved in the checkpoint file.
*
*
* repeated .tensorflow.TensorSliceProto slice = 4;
*/
org.tensorflow.framework.TensorSliceProtoOrBuilder getSliceOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy