Class SaveSliceInfoDef
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.tensorflow.proto.SaveSliceInfoDef
- All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, SaveSliceInfoDefOrBuilder
Protobuf type
tensorflow.SaveSliceInfoDef- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.SaveSliceInfoDefNested classes/interfaces inherited from class GeneratedMessageV3
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType, BuilderType>, GeneratedMessageV3.ExtendableMessage<MessageType>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameterNested classes/interfaces inherited from class AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intFields inherited from class GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class AbstractMessage
memoizedSizeFields inherited from class AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SaveSliceInfoDefstatic final Descriptors.DescriptorName of the full variable of which this is a slice.Name of the full variable of which this is a slice.longgetFullShape(int index) Shape of the full variable.intShape of the full variable.Shape of the full variable.intfinal UnknownFieldSetlonggetVarOffset(int index) Offset of this variable into the full variable.intOffset of this variable into the full variable.Offset of this variable into the full variable.longgetVarShape(int index) Shape of this variable.intShape of this variable.Shape of this variable.inthashCode()protected GeneratedMessageV3.FieldAccessorTablefinal booleanstatic SaveSliceInfoDef.Builderstatic SaveSliceInfoDef.BuildernewBuilder(SaveSliceInfoDef prototype) protected SaveSliceInfoDef.Builderprotected Objectstatic SaveSliceInfoDefparseDelimitedFrom(InputStream input) static SaveSliceInfoDefparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static SaveSliceInfoDefparseFrom(byte[] data) static SaveSliceInfoDefparseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static SaveSliceInfoDefparseFrom(ByteString data) static SaveSliceInfoDefparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static SaveSliceInfoDefparseFrom(CodedInputStream input) static SaveSliceInfoDefparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static SaveSliceInfoDefparseFrom(InputStream input) static SaveSliceInfoDefparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static SaveSliceInfoDefparseFrom(ByteBuffer data) static SaveSliceInfoDefparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Parser<SaveSliceInfoDef> parser()voidwriteTo(CodedOutputStream output) Methods inherited from class GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
-
Field Details
-
FULL_NAME_FIELD_NUMBER
public static final int FULL_NAME_FIELD_NUMBER- See Also:
-
FULL_SHAPE_FIELD_NUMBER
public static final int FULL_SHAPE_FIELD_NUMBER- See Also:
-
VAR_OFFSET_FIELD_NUMBER
public static final int VAR_OFFSET_FIELD_NUMBER- See Also:
-
VAR_SHAPE_FIELD_NUMBER
public static final int VAR_SHAPE_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classGeneratedMessageV3
-
getUnknownFields
- Specified by:
getUnknownFieldsin interfaceMessageOrBuilder- Overrides:
getUnknownFieldsin classGeneratedMessageV3
-
getDescriptor
-
internalGetFieldAccessorTable
- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3
-
getFullName
Name of the full variable of which this is a slice.
string full_name = 1;- Specified by:
getFullNamein interfaceSaveSliceInfoDefOrBuilder- Returns:
- The fullName.
-
getFullNameBytes
Name of the full variable of which this is a slice.
string full_name = 1;- Specified by:
getFullNameBytesin interfaceSaveSliceInfoDefOrBuilder- Returns:
- The bytes for fullName.
-
getFullShapeList
Shape of the full variable.
repeated int64 full_shape = 2;- Specified by:
getFullShapeListin interfaceSaveSliceInfoDefOrBuilder- Returns:
- A list containing the fullShape.
-
getFullShapeCount
public int getFullShapeCount()Shape of the full variable.
repeated int64 full_shape = 2;- Specified by:
getFullShapeCountin interfaceSaveSliceInfoDefOrBuilder- Returns:
- The count of fullShape.
-
getFullShape
public long getFullShape(int index) Shape of the full variable.
repeated int64 full_shape = 2;- Specified by:
getFullShapein interfaceSaveSliceInfoDefOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The fullShape at the given index.
-
getVarOffsetList
Offset of this variable into the full variable.
repeated int64 var_offset = 3;- Specified by:
getVarOffsetListin interfaceSaveSliceInfoDefOrBuilder- Returns:
- A list containing the varOffset.
-
getVarOffsetCount
public int getVarOffsetCount()Offset of this variable into the full variable.
repeated int64 var_offset = 3;- Specified by:
getVarOffsetCountin interfaceSaveSliceInfoDefOrBuilder- Returns:
- The count of varOffset.
-
getVarOffset
public long getVarOffset(int index) Offset of this variable into the full variable.
repeated int64 var_offset = 3;- Specified by:
getVarOffsetin interfaceSaveSliceInfoDefOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The varOffset at the given index.
-
getVarShapeList
Shape of this variable.
repeated int64 var_shape = 4;- Specified by:
getVarShapeListin interfaceSaveSliceInfoDefOrBuilder- Returns:
- A list containing the varShape.
-
getVarShapeCount
public int getVarShapeCount()Shape of this variable.
repeated int64 var_shape = 4;- Specified by:
getVarShapeCountin interfaceSaveSliceInfoDefOrBuilder- Returns:
- The count of varShape.
-
getVarShape
public long getVarShape(int index) Shape of this variable.
repeated int64 var_shape = 4;- Specified by:
getVarShapein interfaceSaveSliceInfoDefOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The varShape at the given index.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfaceMessageLite- Overrides:
writeToin classGeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfaceMessageLite- Overrides:
getSerializedSizein classGeneratedMessageV3
-
equals
- Specified by:
equalsin interfaceMessage- Overrides:
equalsin classAbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceMessage- Overrides:
hashCodein classAbstractMessage
-
parseFrom
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static SaveSliceInfoDef parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static SaveSliceInfoDef parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static SaveSliceInfoDef parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static SaveSliceInfoDef parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static SaveSliceInfoDef parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static SaveSliceInfoDef parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfaceMessage- Specified by:
newBuilderForTypein interfaceMessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfaceMessage- Specified by:
toBuilderin interfaceMessageLite
-
newBuilderForType
- Specified by:
newBuilderForTypein classGeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfaceMessage- Specified by:
getParserForTypein interfaceMessageLite- Overrides:
getParserForTypein classGeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-