Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data BundleEntryProto Source #
Fields :
dtype
:: Lens' BundleEntryProto Proto.Tensorflow.Core.Framework.Types.DataType
shape
:: Lens' BundleEntryProto Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
maybe'shape
:: Lens' BundleEntryProto (Prelude.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
shardId
:: Lens' BundleEntryProto Data.Int.Int32
offset
:: Lens' BundleEntryProto Data.Int.Int64
size
:: Lens' BundleEntryProto Data.Int.Int64
crc32c
:: Lens' BundleEntryProto Data.Word.Word32
slices
:: Lens' BundleEntryProto [Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto]
vec'slices
:: Lens' BundleEntryProto (Data.Vector.Vector Proto.Tensorflow.Core.Framework.TensorSlice.TensorSliceProto)
Instances
data BundleHeaderProto Source #
Fields :
numShards
:: Lens' BundleHeaderProto Data.Int.Int32
endianness
:: Lens' BundleHeaderProto BundleHeaderProto'Endianness
version
:: Lens' BundleHeaderProto Proto.Tensorflow.Core.Framework.Versions.VersionDef
maybe'version
:: Lens' BundleHeaderProto (Prelude.Maybe Proto.Tensorflow.Core.Framework.Versions.VersionDef)
Instances
data BundleHeaderProto'Endianness Source #
BundleHeaderProto'LITTLE | |
BundleHeaderProto'BIG | |
BundleHeaderProto'Endianness'Unrecognized !BundleHeaderProto'Endianness'UnrecognizedValue |
Instances
data BundleHeaderProto'Endianness Source #
Instances
data BundleHeaderProto'Endianness'UnrecognizedValue Source #