1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 11:03:34 +02:00
This commit is contained in:
Greg Steuck 2016-11-14 23:47:19 +00:00 committed by GitHub
commit 5c74b7444d
3 changed files with 8 additions and 5 deletions

View File

@ -99,4 +99,7 @@ blackList =
, "_ListToArray"
-- Easy: support larger result tuples.
, "Skipgram"
-- Can be removed after 139129469 is released.
, "ResourceGather"
, "ResourceScatterAdd"
]

View File

@ -115,16 +115,16 @@ deleteSessionOptions = {# call TF_DeleteSessionOptions as ^ #}
-- Session.
{# pointer *TF_Session as Session newtype #}
{# pointer *TF_DeprecatedSession as Session newtype #}
newSession :: SessionOptions -> Status -> IO Session
newSession = {# call TF_NewSession as ^ #}
newSession = {# call TF_NewDeprecatedSession as ^ #}
closeSession :: Session -> Status -> IO ()
closeSession = {# call TF_CloseSession as ^ #}
closeSession = {# call TF_CloseDeprecatedSession as ^ #}
deleteSession :: Session -> Status -> IO ()
deleteSession = {# call TF_DeleteSession as ^ #}
deleteSession = {# call TF_DeleteDeprecatedSession as ^ #}
extendGraph :: Session -> Ptr () -> CULong -> Status -> IO ()
extendGraph = {# call TF_ExtendGraph as ^ #}

@ -1 +1 @@
Subproject commit e1c7e510a569cd5898f08015352bbdc8bef2ff7e
Subproject commit 86f5ab7474825da756838b34e1b4eac93f5fc68a