SaveSliceInfoDefOrBuilder

interface publique SaveSliceInfoDefOrBuilder
Sous-classes indirectes connues

Méthodes publiques

chaîne abstraite
obtenirNomComplet ()
 Name of the full variable of which this is a slice.
résumé com.google.protobuf.ByteString
getFullNameBytes ()
 Name of the full variable of which this is a slice.
abstrait long
getFullShape (index entier)
 Shape of the full variable.
abstrait entier
getFullShapeCount ()
 Shape of the full variable.
Liste abstraite<Long>
getFullShapeList ()
 Shape of the full variable.
abstrait long
getVarOffset (index entier)
 Offset of this variable into the full variable.
abstrait entier
getVarOffsetCount ()
 Offset of this variable into the full variable.
Liste abstraite<Long>
getVarOffsetList ()
 Offset of this variable into the full variable.
abstrait long
getVarShape (index entier)
 Shape of this variable.
abstrait entier
getVarShapeCount ()
 Shape of this variable.
Liste abstraite<Long>
getVarShapeList ()
 Shape of this variable.

Méthodes publiques

chaîne abstraite publique getFullName ()

 Name of the full variable of which this is a slice.
 
string full_name = 1;

résumé public com.google.protobuf.ByteString getFullNameBytes ()

 Name of the full variable of which this is a slice.
 
string full_name = 1;

public abstrait long getFullShape (index int)

 Shape of the full variable.
 
repeated int64 full_shape = 2;

public abstrait int getFullShapeCount ()

 Shape of the full variable.
 
repeated int64 full_shape = 2;

liste abstraite publique<Long> getFullShapeList ()

 Shape of the full variable.
 
repeated int64 full_shape = 2;

public abstrait long getVarOffset (index int)

 Offset of this variable into the full variable.
 
repeated int64 var_offset = 3;

public abstrait int getVarOffsetCount ()

 Offset of this variable into the full variable.
 
repeated int64 var_offset = 3;

liste abstraite publique<Long> getVarOffsetList ()

 Offset of this variable into the full variable.
 
repeated int64 var_offset = 3;

public abstrait long getVarShape (index int)

 Shape of this variable.
 
repeated int64 var_shape = 4;

public abstrait int getVarShapeCount ()

 Shape of this variable.
 
repeated int64 var_shape = 4;

liste abstraite publique<Long> getVarShapeList ()

 Shape of this variable.
 
repeated int64 var_shape = 4;