mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-15 07:29:43 +01:00
c66c912c32
* Tensorflow 2.3.0 building and passing tests. * Added einsum and test. * Added ByteString as a possible argument to a function. * Support more data types for Adam. * Move to later version of LTS on stackage. * Added a wrapper module for convolution functions. * Update ci build to use a later version of stack. * Removed a deprecated import in GradientTest.
40 lines
1.3 KiB
Text
40 lines
1.3 KiB
Text
name: tensorflow-core-ops
|
|
version: 0.2.0.1
|
|
synopsis: Haskell wrappers for Core Tensorflow Ops.
|
|
description: Code generated signatures for the Ops in libtensorflow.
|
|
homepage: https://github.com/tensorflow/haskell#readme
|
|
license: Apache
|
|
license-file: LICENSE
|
|
author: TensorFlow authors
|
|
maintainer: tensorflow-haskell@googlegroups.com
|
|
copyright: Google Inc.
|
|
category: Machine Learning
|
|
build-type: Custom
|
|
cabal-version: >=2.0
|
|
|
|
library
|
|
exposed-modules: TensorFlow.GenOps.Core
|
|
autogen-modules: TensorFlow.GenOps.Core
|
|
build-depends: bytestring
|
|
, proto-lens == 0.7.*
|
|
, tensorflow == 0.2.*
|
|
, base >= 4.7 && < 5
|
|
, lens-family == 2.*
|
|
, text
|
|
default-language: Haskell2010
|
|
|
|
custom-setup
|
|
setup-depends: Cabal
|
|
, bytestring
|
|
, directory
|
|
, proto-lens == 0.7.*
|
|
, tensorflow-opgen == 0.2.*
|
|
, tensorflow == 0.2.*
|
|
, base >= 4.7 && < 5
|
|
, filepath
|
|
, mainland-pretty
|
|
, text
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/tensorflow/haskell
|