Uprev tensorflow. (#29)

Includes temporary blacklisting for a couple of ops that will be
supported once my fix lands in the main tensorflow repo.
This commit is contained in:
Greg Steuck 2016-11-14 17:04:44 -08:00 committed by GitHub
parent 0d4f5a9628
commit 93e27a12c6
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 139136489 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