From 37e3c9b08401927079b40bb98272bfb8d8bdcfca Mon Sep 17 00:00:00 2001 From: Jarl Christian Berentsen Date: Thu, 4 May 2017 09:31:25 +0200 Subject: [PATCH] Whitespace --- tensorflow-ops/src/TensorFlow/Ops.hs | 2 +- tensorflow-ops/tensorflow-ops.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tensorflow-ops/src/TensorFlow/Ops.hs b/tensorflow-ops/src/TensorFlow/Ops.hs index e52b00f..2811f75 100644 --- a/tensorflow-ops/src/TensorFlow/Ops.hs +++ b/tensorflow-ops/src/TensorFlow/Ops.hs @@ -345,7 +345,7 @@ scalar' :: TensorType a => OpParams -> a -> Tensor Build a scalar' params x = constant' params [] [x] -- | Random tensor from the unit normal distribution with bounded values. --- +-- -- This is a type-restricted version of 'TensorFlow.GenOps.Core.truncatedNormal'. truncatedNormal :: (MonadBuild m, OneOf '[Word16, Double, Float] a) => Tensor v Int64 -- ^ Shape. diff --git a/tensorflow-ops/tensorflow-ops.cabal b/tensorflow-ops/tensorflow-ops.cabal index 07d851a..61d9e9a 100644 --- a/tensorflow-ops/tensorflow-ops.cabal +++ b/tensorflow-ops/tensorflow-ops.cabal @@ -53,7 +53,7 @@ Test-Suite MatrixTest build-depends: base , HUnit , random - , google-shim + , google-shim , tensorflow , tensorflow-core-ops , tensorflow-ops @@ -62,7 +62,7 @@ Test-Suite MatrixTest , test-framework-hunit , transformers , vector - + Test-Suite BuildTest default-language: Haskell2010 type: exitcode-stdio-1.0