Whitespace

This commit is contained in:
Jarl Christian Berentsen 2017-05-04 09:31:25 +02:00 committed by fkm3
parent d153d0aded
commit 37e3c9b084
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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