1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-14 00:33:42 +02:00
tensorflow-haskell/tensorflow/src/TensorFlow
fkm3 b3c0997a8c Add support for logging to tensorboard (#74)
Add support for logging to tensorboard

Based on @gnezdo's internal version with some differences:

* Uses a pure haskell implementation of EventWriter instead of FFI.
* Special `buildAnd*` functions were dropped in favor of using
  `mergeAllSummaries :: Build SummaryTensor` with the normal
  `build` function.
2017-02-20 19:16:42 -08:00
..
Internal Make code --pedantic (#35) 2016-11-18 10:42:02 -08:00
Build.hs Add support for logging to tensorboard (#74) 2017-02-20 19:16:42 -08:00
BuildOp.hs Support ResourceHandle. (#18) 2016-11-08 16:48:41 -08:00
ControlFlow.hs Initial commit 2016-10-24 19:26:42 +00:00
Core.hs Add support for logging to tensorboard (#74) 2017-02-20 19:16:42 -08:00
Nodes.hs Support fetching storable vectors + use them in benchmark (#50) 2016-12-14 18:53:06 -08:00
Orphans.hs Initial commit 2016-10-24 19:26:42 +00:00
Output.hs Make code --pedantic (#35) 2016-11-18 10:42:02 -08:00
Session.hs Add support for logging to tensorboard (#74) 2017-02-20 19:16:42 -08:00
Tensor.hs Initial commit 2016-10-24 19:26:42 +00:00
Types.hs Support fetching storable vectors + use them in benchmark (#50) 2016-12-14 18:53:06 -08:00