1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 11:03:34 +02:00

Refer to ops packages instead of modules

This commit is contained in:
Frederick Mayle 2016-11-09 15:35:24 -08:00
parent 67ab2fbc52
commit a1402b692f

View File

@ -19,12 +19,8 @@
-- Unless you are defining ops, you do not need to import other modules from
-- this package.
--
-- Ops are provided in the following modules:
--
-- * "TensorFlow.Ops"
-- * "TensorFlow.GenOps.Core"
-- * "TensorFlow.Gradient"
-- * "TensorFlow.EmbeddingOps"
-- Basic ops are provided in the tensorflow-ops and tensorflow-core-ops
-- packages.
module TensorFlow.Core
( -- * Session
Session