mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-04 18:19:41 +01:00
34 lines
1.1 KiB
Text
34 lines
1.1 KiB
Text
|
name: tensorflow-opgen
|
||
|
version: 0.1.0.0
|
||
|
synopsis: Code generation for TensorFlow operations.
|
||
|
description: Please see README.md
|
||
|
homepage: https://github.com/tensorflow/haskell#readme
|
||
|
license: Apache
|
||
|
author: TensorFlow authors
|
||
|
maintainer: tensorflow-haskell@googlegroups.com
|
||
|
copyright: Google Inc.
|
||
|
category: Machine Learning
|
||
|
build-type: Simple
|
||
|
cabal-version: >=1.22
|
||
|
|
||
|
library
|
||
|
hs-source-dirs: src
|
||
|
exposed-modules: TensorFlow.OpGen.AttrVal
|
||
|
, TensorFlow.OpGen
|
||
|
build-depends: proto-lens == 0.1.*
|
||
|
, tensorflow-proto == 0.1.*
|
||
|
, base >= 4.7 && < 5
|
||
|
, bytestring
|
||
|
, containers
|
||
|
, filepath
|
||
|
, lens-family
|
||
|
, mainland-pretty
|
||
|
, optparse-applicative
|
||
|
, semigroups
|
||
|
, text
|
||
|
default-language: Haskell2010
|
||
|
|
||
|
source-repository head
|
||
|
type: git
|
||
|
location: https://github.com/tensorflow/haskell
|