DeepDarkFantasy-0.2017.8.9: A DSL for creating neural network.
DDF.Meta.VectorTF
Synopsis
data VectorTF t f Source #
F algebra of a Term Vector Spaces
Constructors
Instances
Methods
fmap :: (a -> b) -> VectorTF t a -> VectorTF t b #
(<$) :: a -> VectorTF t b -> VectorTF t a #
(==) :: VectorTF t f -> VectorTF t f -> Bool #
(/=) :: VectorTF t f -> VectorTF t f -> Bool #
compare :: VectorTF t f -> VectorTF t f -> Ordering #
(<) :: VectorTF t f -> VectorTF t f -> Bool #
(<=) :: VectorTF t f -> VectorTF t f -> Bool #
(>) :: VectorTF t f -> VectorTF t f -> Bool #
(>=) :: VectorTF t f -> VectorTF t f -> Bool #
max :: VectorTF t f -> VectorTF t f -> VectorTF t f #
min :: VectorTF t f -> VectorTF t f -> VectorTF t f #