tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.

Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Protobuf.TensorBundle

Documentation

data BundleEntryProto Source #

Instances

Eq BundleEntryProto Source # 
Ord BundleEntryProto Source # 
Show BundleEntryProto Source # 
Message BundleEntryProto Source # 

Methods

descriptor :: MessageDescriptor BundleEntryProto

Default BundleEntryProto Source # 
((~) * a Word32, (~) * b Word32, Functor f) => HasLens "crc32c" f BundleEntryProto BundleEntryProto a b Source # 

Methods

lensOf :: Proxy# Symbol "crc32c" -> (a -> f b) -> BundleEntryProto -> f BundleEntryProto

((~) * a DataType, (~) * b DataType, Functor f) => HasLens "dtype" f BundleEntryProto BundleEntryProto a b Source # 

Methods

lensOf :: Proxy# Symbol "dtype" -> (a -> f b) -> BundleEntryProto -> f BundleEntryProto

((~) * a (Maybe TensorShapeProto), (~) * b (Maybe TensorShapeProto), Functor f) => HasLens "maybe'shape" f BundleEntryProto BundleEntryProto a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'shape" -> (a -> f b) -> BundleEntryProto -> f BundleEntryProto

((~) * a Int64, (~) * b Int64, Functor f) => HasLens "offset" f BundleEntryProto BundleEntryProto a b Source # 

Methods

lensOf :: Proxy# Symbol "offset" -> (a -> f b) -> BundleEntryProto -> f BundleEntryProto

((~) * a TensorShapeProto, (~) * b TensorShapeProto, Functor f) => HasLens "shape" f BundleEntryProto BundleEntryProto a b Source # 

Methods

lensOf :: Proxy# Symbol "shape" -> (a -> f b) -> BundleEntryProto -> f BundleEntryProto

((~) * a Int32, (~) * b Int32, Functor f) => HasLens "shardId" f BundleEntryProto BundleEntryProto a b Source # 

Methods

lensOf :: Proxy# Symbol "shardId" -> (a -> f b) -> BundleEntryProto -> f BundleEntryProto

((~) * a Int64, (~) * b Int64, Functor f) => HasLens "size" f BundleEntryProto BundleEntryProto a b Source # 

Methods

lensOf :: Proxy# Symbol "size" -> (a -> f b) -> BundleEntryProto -> f BundleEntryProto

((~) * a [TensorSliceProto], (~) * b [TensorSliceProto], Functor f) => HasLens "slices" f BundleEntryProto BundleEntryProto a b Source # 

Methods

lensOf :: Proxy# Symbol "slices" -> (a -> f b) -> BundleEntryProto -> f BundleEntryProto

data BundleHeaderProto Source #

Instances

Eq BundleHeaderProto Source # 
Ord BundleHeaderProto Source # 
Show BundleHeaderProto Source # 
Message BundleHeaderProto Source # 

Methods

descriptor :: MessageDescriptor BundleHeaderProto

Default BundleHeaderProto Source # 
((~) * a BundleHeaderProto'Endianness, (~) * b BundleHeaderProto'Endianness, Functor f) => HasLens "endianness" f BundleHeaderProto BundleHeaderProto a b Source # 

Methods

lensOf :: Proxy# Symbol "endianness" -> (a -> f b) -> BundleHeaderProto -> f BundleHeaderProto

((~) * a (Maybe VersionDef), (~) * b (Maybe VersionDef), Functor f) => HasLens "maybe'version" f BundleHeaderProto BundleHeaderProto a b Source # 

Methods

lensOf :: Proxy# Symbol "maybe'version" -> (a -> f b) -> BundleHeaderProto -> f BundleHeaderProto

((~) * a Int32, (~) * b Int32, Functor f) => HasLens "numShards" f BundleHeaderProto BundleHeaderProto a b Source # 

Methods

lensOf :: Proxy# Symbol "numShards" -> (a -> f b) -> BundleHeaderProto -> f BundleHeaderProto

((~) * a VersionDef, (~) * b VersionDef, Functor f) => HasLens "version" f BundleHeaderProto BundleHeaderProto a b Source # 

Methods

lensOf :: Proxy# Symbol "version" -> (a -> f b) -> BundleHeaderProto -> f BundleHeaderProto

data BundleHeaderProto'Endianness Source #

Instances

Bounded BundleHeaderProto'Endianness Source # 
Enum BundleHeaderProto'Endianness Source # 
Eq BundleHeaderProto'Endianness Source # 
Ord BundleHeaderProto'Endianness Source # 
Show BundleHeaderProto'Endianness Source # 
MessageEnum BundleHeaderProto'Endianness Source # 
FieldDefault BundleHeaderProto'Endianness Source # 
Default BundleHeaderProto'Endianness Source # 

crc32c :: forall f s t a b. HasLens "crc32c" f s t a b => LensLike f s t a b Source #

dtype :: forall f s t a b. HasLens "dtype" f s t a b => LensLike f s t a b Source #

endianness :: forall f s t a b. HasLens "endianness" f s t a b => LensLike f s t a b Source #

maybe'shape :: forall f s t a b. HasLens "maybe'shape" f s t a b => LensLike f s t a b Source #

maybe'version :: forall f s t a b. HasLens "maybe'version" f s t a b => LensLike f s t a b Source #

numShards :: forall f s t a b. HasLens "numShards" f s t a b => LensLike f s t a b Source #

offset :: forall f s t a b. HasLens "offset" f s t a b => LensLike f s t a b Source #

shape :: forall f s t a b. HasLens "shape" f s t a b => LensLike f s t a b Source #

shardId :: forall f s t a b. HasLens "shardId" f s t a b => LensLike f s t a b Source #

size :: forall f s t a b. HasLens "size" f s t a b => LensLike f s t a b Source #

slices :: forall f s t a b. HasLens "slices" f s t a b => LensLike f s t a b Source #

version :: forall f s t a b. HasLens "version" f s t a b => LensLike f s t a b Source #