mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +01:00
Whitespace
This commit is contained in:
parent
d153d0aded
commit
37e3c9b084
2 changed files with 3 additions and 3 deletions
|
@ -345,7 +345,7 @@ scalar' :: TensorType a => OpParams -> a -> Tensor Build a
|
||||||
scalar' params x = constant' params [] [x]
|
scalar' params x = constant' params [] [x]
|
||||||
|
|
||||||
-- | Random tensor from the unit normal distribution with bounded values.
|
-- | Random tensor from the unit normal distribution with bounded values.
|
||||||
--
|
--
|
||||||
-- This is a type-restricted version of 'TensorFlow.GenOps.Core.truncatedNormal'.
|
-- This is a type-restricted version of 'TensorFlow.GenOps.Core.truncatedNormal'.
|
||||||
truncatedNormal :: (MonadBuild m, OneOf '[Word16, Double, Float] a)
|
truncatedNormal :: (MonadBuild m, OneOf '[Word16, Double, Float] a)
|
||||||
=> Tensor v Int64 -- ^ Shape.
|
=> Tensor v Int64 -- ^ Shape.
|
||||||
|
|
|
@ -53,7 +53,7 @@ Test-Suite MatrixTest
|
||||||
build-depends: base
|
build-depends: base
|
||||||
, HUnit
|
, HUnit
|
||||||
, random
|
, random
|
||||||
, google-shim
|
, google-shim
|
||||||
, tensorflow
|
, tensorflow
|
||||||
, tensorflow-core-ops
|
, tensorflow-core-ops
|
||||||
, tensorflow-ops
|
, tensorflow-ops
|
||||||
|
@ -62,7 +62,7 @@ Test-Suite MatrixTest
|
||||||
, test-framework-hunit
|
, test-framework-hunit
|
||||||
, transformers
|
, transformers
|
||||||
, vector
|
, vector
|
||||||
|
|
||||||
Test-Suite BuildTest
|
Test-Suite BuildTest
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|
Loading…
Reference in a new issue