Commit Graph

  • 3dd7279ba7 Make Variable a record fkm3 2017-05-20 21:17:42 -0700
  • 1c8eaa67d4 Fix --pedantic build fkm3 2017-05-20 18:50:32 -0700
  • a6d10f103c Add initializedValue function for Variable fkm3 2017-05-11 23:23:31 -0700
  • 8e136d3a9c Start a changelog. (#123) Judah Jacobson 2017-05-17 23:43:08 -0700
  • b86945f008 Support Variable in TensorFlow.Gradient and use in mnist example (#116) fkm3 2017-05-17 13:20:51 -0700
  • 61e773df95 Update changelog and revert the .cabal change. Judah Jacobson 2017-05-17 10:31:24 -0700
  • 15d010e3d4 Merge remote-tracking branch 'main/master' into resource_handle_grads fkm3 2017-05-16 23:39:16 -0700
  • ddb4fe4f90 Add ToTensor class fkm3 2017-05-15 22:09:21 -0700
  • f0737d457d Bump version to 0.2.0.0, and start a changelog. Judah Jacobson 2017-05-16 15:31:43 -0700
  • 8bb0d2cf87 Add extra-lib-dirs back into .cabal for Mac builds. (#122) v0.1.0.2 release-0.1.0.2 Judah Jacobson 2017-05-16 15:18:01 -0700
  • d98e5d637c Add extra-lib-dirs back into .cabal for Mac builds. (#122) Judah Jacobson 2017-05-16 15:18:01 -0700
  • 5280a0e7ab Add extra-lib-dirs back into .cabal for Mac builds. Judah Jacobson 2017-05-16 12:54:20 -0700
  • 72722b1cc7 Add ToTensor class fkm3 2017-05-15 22:09:21 -0700
  • 0f04e5a50d Expand Rendered class to support ResourceHandle wrappers like Variable fkm3 2017-05-14 13:32:19 -0700
  • e924901b90 Remove extra-{include,lib}-dirs from stack.yaml. (#120) Judah Jacobson 2017-05-15 13:34:28 -0700
  • a448653cac Remove extra-{include,lib}-dirs from stack.yaml. Judah Jacobson 2017-05-15 12:52:20 -0700
  • dfde1c1b85 Expand Rendered class to support ResourceHandle wrappers like Variable fkm3 2017-05-14 13:32:19 -0700
  • 452a2bdfb9 ConvertToTensor + new Rendered fkm3 2017-05-14 13:28:28 -0700
  • 64d9fe01d5 Merge branch 'master' into resource_handle_grads fkm3 2017-05-13 17:06:14 -0700
  • 111c494fcd Address review feedback fkm3 2017-05-13 16:50:38 -0700
  • d78c0f18e9 Support Variable in TensorFlow.Gradient and use in mnist example fkm3 2017-05-11 01:16:59 -0700
  • a7a2be2110 Include c_api.h in the tensorflow sdist. (#114) v0.1.0.1 Judah Jacobson 2017-05-10 16:50:35 -0700
  • 8e17be2765 Include c_api.h in the tensorflow sdist. Judah Jacobson 2017-05-10 16:40:15 -0700
  • aa9efa3aa1 Fix 'sdist' for tensorflow-core-ops. (#113) v0.1.0.0 Judah Jacobson 2017-05-10 16:29:31 -0700
  • c4a97c3843 Fix 'sdist' for tensorflow-core-ops. Judah Jacobson 2017-05-10 16:07:12 -0700
  • 64971c876a Consolidate some packages. (#111) Judah Jacobson 2017-05-10 15:26:03 -0700
  • 1758197d4e Consolidate some packages. Judah Jacobson 2017-05-10 13:47:56 -0700
  • 0fa719b701 Fix .cabal files so 'stack check' passes. (#110) Judah Jacobson 2017-05-10 11:37:00 -0700
  • 405c588a35 Fix .cabal files so 'stack check' passes. Judah Jacobson 2017-05-10 09:03:01 -0700
  • 1d45e33d2a Switched to lts-8.13, added custom-setup. (#106) Greg Steuck 2017-05-09 20:49:51 -0700
  • d3c990a17f Removed provisions for different versions of stack lts. Greg Steuck 2017-05-10 02:57:38 +0000
  • 436a4cecfe Removed some extra-deps and explicit-setup-deps Greg Steuck 2017-05-08 17:56:33 +0000
  • 63ff03b03a Switched to lts-8.13, added custom-setup. Greg Steuck 2017-05-07 18:41:02 +0000
  • 815a2880f8 Merge 8597cac552 into ff5f1cccf4 Judah Jacobson 2017-05-09 20:09:05 +0000
  • ff5f1cccf4 Increase the number of iterations for MatrixTest. (#107) Judah Jacobson 2017-05-09 09:54:09 -0700
  • a64af5076a Work around #92 by always copying TensorData when fetching. Judah Jacobson 2017-05-08 17:45:56 -0700
  • 44cf425a24 Work around #92 by always copying TensorData when fetching. Judah Jacobson 2017-05-08 17:45:56 -0700
  • d2237b2374 Increase the number of iterations for MatrixTest. Judah Jacobson 2017-05-07 21:17:50 -0700
  • 37e3c9b084 Whitespace Jarl Christian Berentsen 2017-05-04 09:31:25 +0200
  • d153d0aded Fixed matMul gradients for transposed arguments Jarl Christian Berentsen 2017-05-04 09:39:15 +0200
  • 51014a015c Implemented TileGrad Jarl Christian Berentsen 2017-04-29 15:57:42 +0200
  • 97b4bb5bab Added reduceSum to Ops Jarl Christian Berentsen 2017-05-04 09:26:43 +0200
  • 9d496b705f Added logGraph for graph visualization in TensorBoard Jarl Christian Berentsen 2017-05-04 15:49:21 +0200
  • 4bd19c0e58 Whitespace Jarl Christian Berentsen 2017-05-04 09:31:25 +0200
  • 16bb56aad9 Fixed matMul gradients for transposed arguments Jarl Christian Berentsen 2017-05-04 09:39:15 +0200
  • 40f6a1d4bb Implemented TileGrad Jarl Christian Berentsen 2017-04-29 15:57:42 +0200
  • b4e2f67668 Added reduceSum to Ops Jarl Christian Berentsen 2017-05-04 09:26:43 +0200
  • eca4ff8981 Implemented ReluGradGrad and FillGrad (#102) Christian Berentsen 2017-04-30 20:18:06 +0200
  • f6bbfdc008 Implemented ReluGradGrad and FillGrad Jarl Christian Berentsen 2017-04-29 15:57:42 +0200
  • 09c792b84c added matrix factorization test (#101) Chris Mckinlay 2017-04-27 17:05:34 -0700
  • a9f9835557 fixed 2nd CI issue sorry, now runs locally with: stack test --pedantic Chris McKinlay 2017-04-27 15:14:12 -0700
  • 6b1bdc0681 added top-level type signature for CI Chris McKinlay 2017-04-26 16:35:06 -0700
  • 194f83c276 fixed email Chris McKinlay 2017-04-26 11:48:49 -0700
  • 3f424c289d cleaned up reduceMean and lowered iterations to 300 Chris McKinlay 2017-04-26 11:34:14 -0700
  • bc6f451c97 added matrix factorization test Chris McKinlay 2017-04-24 18:31:39 -0700
  • 4f36ff5379 Update Tensor.hs Alexander Kjeldaas 2017-04-17 21:18:45 +0200
  • 51c883684b Clarify the behavior of readValue in a comment. (#99) Judah Jacobson 2017-04-16 15:31:26 -0700
  • cf99164f3a Clarify the behavior of readValue in a comment. Judah Jacobson 2017-04-16 14:43:58 -0700
  • 42f4fc647e Add resource-based variable ops. (#98) Judah Jacobson 2017-04-16 09:24:02 -0700
  • 8c8e8ced0d Add resource-based variable ops. Judah Jacobson 2017-04-15 11:45:40 -0700
  • f1df862dff Merge 482e321b0f into 21b723d542 Christian Berentsen 2017-04-13 05:03:34 +0000
  • 21b723d542 Adapt to lts-8.6 and use proto-lens-0.2.0.1 (#97) Christian Berentsen 2017-04-11 23:09:01 +0200
  • ea37efbde6 Fix warning, typo Christian Berentsen 2017-04-11 10:43:56 +0200
  • 791b089e4c Adapt to lts-8.6 and use proto-lens-0.2.0.1 Christian Berentsen 2017-04-03 14:48:28 +0200
  • 482e321b0f Updated to proto-lens-*-0.2.0.1 and lens-labels-0.1.0.1 Christian Berentsen 2017-04-11 09:29:13 +0200
  • 73eb81f6ab Support a couple more ops by allowing larger tuples. (#93) Judah Jacobson 2017-04-06 19:00:18 -0700
  • a7cbc27d36 Distinguish between "rendered" and "unrendered" Tensors. (#88) Judah Jacobson 2017-04-06 15:10:33 -0700
  • b2193712db call sudo consistently within OSX build script (#91) Chris Mckinlay 2017-04-03 20:27:22 -0700
  • b827612c71 Minor fix to codegen of INLINE pragma. (#85) Judah Jacobson 2017-04-03 20:25:55 -0700
  • dc643d6930 Merge 5df9ac4086 into de16a576da lupino 2017-04-08 15:54:39 +0000
  • de16a576da Sort the ops generated in TensorFlow.GenOps.Core. (#96) Judah Jacobson 2017-04-08 07:15:28 -0700
  • 55ca545915 Regenerate the Haddock docs. (#95) Judah Jacobson 2017-04-08 07:14:47 -0700
  • 910549c261 Sort the ops generated in TensorFlow.GenOps.Core. Judah Jacobson 2017-04-07 22:57:05 -0700
  • e51dfe00a0 Regenerate the Haddock docs. Judah Jacobson 2017-04-07 22:54:59 -0700
  • 16d660c3bc Support a couple more ops by allowing larger tuples. (#93) Judah Jacobson 2017-04-06 19:00:18 -0700
  • 13ac52d312 Support a couple more ops by allowing larger tuples. Judah Jacobson 2017-04-06 18:34:53 -0700
  • d62c614695 Distinguish between "rendered" and "unrendered" Tensors. (#88) Judah Jacobson 2017-04-06 15:10:33 -0700
  • e58cb81e48 Various fixes. Judah Jacobson 2017-04-06 12:53:19 -0700
  • d71f48090a call sudo consistently within OSX build script (#91) Chris Mckinlay 2017-04-03 20:27:22 -0700
  • 1f6115da5a Minor fix to codegen of INLINE pragma. (#85) Judah Jacobson 2017-04-03 20:25:55 -0700
  • 26ad545bbd call sudo consistently within OSX build script Chris Mckinlay 2017-04-03 15:17:26 -0700
  • 719a715e90 Adapt to lts-8.6 and use proto-lens-0.2.0.0 Christian Berentsen 2017-04-03 14:48:28 +0200
  • 5df9ac4086 Fixed. Could not deduce (TensorType a) Lupino 2017-04-03 11:43:47 +0800
  • 665730d6bd set resolver lts-8.5 Lupino 2017-04-03 11:40:55 +0800
  • ce4902e8ac Merge branch 'master' of https://github.com/tensorflow/haskell into webarchive avctrh 2017-04-02 00:10:40 -0400
  • 16f5819e6d Fix use of (+) in the new test. Judah Jacobson 2017-03-27 10:24:20 -0700
  • 5a5831c746 Merge branch 'master' into expr Judah Jacobson 2017-03-27 10:21:03 -0700
  • ae6e0798e5 Distinguish between "rendered" and "unrendered" Tensors. Judah Jacobson 2017-03-18 12:05:58 -0700
  • a11a417ad5 Add another test of CSE and feeds. (#87) Judah Jacobson 2017-03-23 12:58:40 -0700
  • 1c82b535cf Add another test of CSE and feeds. Judah Jacobson 2017-03-23 08:38:13 -0700
  • fdbfd050f8 Prevent CSE of placeholder ops. (#86) Judah Jacobson 2017-03-22 22:47:42 -0700
  • f5e713e95c Prevent CSE of placeholder ops. Judah Jacobson 2017-03-22 22:02:31 -0700
  • 611cde6686 Minor fix to codegen of INLINE pragma. Judah Jacobson 2017-03-21 09:11:05 -0700
  • c99a23b6a7 Add versions of each op that take optional params as an extra arg. (#84) Judah Jacobson 2017-03-20 18:16:38 -0700
  • b3110efcc8 (squashed commits) switch simpleHTTP to session operation (Network.Browser) in HTTP package, allows retries & redirects from download site avctrh 2017-03-07 00:52:38 -0500
  • 0656fb70f9 Add versions of each op that take optional params as an extra arg. Judah Jacobson 2017-03-18 14:21:37 -0700
  • 2c5c879037 Introduce a MonadBuild class, and remove `buildAnd`. (#83) Judah Jacobson 2017-03-18 12:08:53 -0700
  • bbba9370df Update the README. Judah Jacobson 2017-03-18 10:15:50 -0700
  • 5913ade2b0 Merge d9ecd55438 into 9209dfc4c4 Noon van der Silk 2017-03-18 08:23:25 +0000
  • bb2539f257 Introduce a MonadBuild class, and remove `buildAnd`. Judah Jacobson 2017-03-17 14:28:23 -0700