org.tensorflow.framework.SaveSliceInfoDefOrBuilder 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/framework/variable.proto
package org.tensorflow.framework;
public interface SaveSliceInfoDefOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.SaveSliceInfoDef)
com.google.protobuf.MessageOrBuilder {
/**
*
* Name of the full variable of which this is a slice.
*
*
* string full_name = 1;
*/
java.lang.String getFullName();
/**
*
* Name of the full variable of which this is a slice.
*
*
* string full_name = 1;
*/
com.google.protobuf.ByteString
getFullNameBytes();
/**
*
* Shape of the full variable.
*
*
* repeated int64 full_shape = 2;
*/
java.util.List getFullShapeList();
/**
*
* Shape of the full variable.
*
*
* repeated int64 full_shape = 2;
*/
int getFullShapeCount();
/**
*
* Shape of the full variable.
*
*
* repeated int64 full_shape = 2;
*/
long getFullShape(int index);
/**
*
* Offset of this variable into the full variable.
*
*
* repeated int64 var_offset = 3;
*/
java.util.List getVarOffsetList();
/**
*
* Offset of this variable into the full variable.
*
*
* repeated int64 var_offset = 3;
*/
int getVarOffsetCount();
/**
*
* Offset of this variable into the full variable.
*
*
* repeated int64 var_offset = 3;
*/
long getVarOffset(int index);
/**
*
* Shape of this variable.
*
*
* repeated int64 var_shape = 4;
*/
java.util.List getVarShapeList();
/**
*
* Shape of this variable.
*
*
* repeated int64 var_shape = 4;
*/
int getVarShapeCount();
/**
*
* Shape of this variable.
*
*
* repeated int64 var_shape = 4;
*/
long getVarShape(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy