All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.framework.SaveSliceInfoDefOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
// 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)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * Name of the full variable of which this is a slice.
   * 
* * string full_name = 1; * @return The fullName. */ java.lang.String getFullName(); /** *
   * Name of the full variable of which this is a slice.
   * 
* * string full_name = 1; * @return The bytes for fullName. */ org.nd4j.shade.protobuf.ByteString getFullNameBytes(); /** *
   * Shape of the full variable.
   * 
* * repeated int64 full_shape = 2; * @return A list containing the fullShape. */ java.util.List getFullShapeList(); /** *
   * Shape of the full variable.
   * 
* * repeated int64 full_shape = 2; * @return The count of fullShape. */ int getFullShapeCount(); /** *
   * Shape of the full variable.
   * 
* * repeated int64 full_shape = 2; * @param index The index of the element to return. * @return The fullShape at the given index. */ long getFullShape(int index); /** *
   * Offset of this variable into the full variable.
   * 
* * repeated int64 var_offset = 3; * @return A list containing the varOffset. */ java.util.List getVarOffsetList(); /** *
   * Offset of this variable into the full variable.
   * 
* * repeated int64 var_offset = 3; * @return The count of varOffset. */ int getVarOffsetCount(); /** *
   * Offset of this variable into the full variable.
   * 
* * repeated int64 var_offset = 3; * @param index The index of the element to return. * @return The varOffset at the given index. */ long getVarOffset(int index); /** *
   * Shape of this variable.
   * 
* * repeated int64 var_shape = 4; * @return A list containing the varShape. */ java.util.List getVarShapeList(); /** *
   * Shape of this variable.
   * 
* * repeated int64 var_shape = 4; * @return The count of varShape. */ int getVarShapeCount(); /** *
   * Shape of this variable.
   * 
* * repeated int64 var_shape = 4; * @param index The index of the element to return. * @return The varShape at the given index. */ long getVarShape(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy