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

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

// 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 - 2024 Weber Informatics LLC | Privacy Policy