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]
|
||||
|
||||
-- | 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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue