diff --git a/tensorflow-core-ops/Setup.hs b/tensorflow-core-ops/Setup.hs index ad9321a..31842d9 100644 --- a/tensorflow-core-ops/Setup.hs +++ b/tensorflow-core-ops/Setup.hs @@ -99,4 +99,7 @@ blackList = , "_ListToArray" -- Easy: support larger result tuples. , "Skipgram" + -- Can be removed after 139136489 is released. + , "ResourceGather" + , "ResourceScatterAdd" ] diff --git a/tensorflow/src/TensorFlow/Internal/Raw.chs b/tensorflow/src/TensorFlow/Internal/Raw.chs index ce162f1..c7e6d5d 100644 --- a/tensorflow/src/TensorFlow/Internal/Raw.chs +++ b/tensorflow/src/TensorFlow/Internal/Raw.chs @@ -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 ^ #} diff --git a/third_party/tensorflow b/third_party/tensorflow index e1c7e51..86f5ab7 160000 --- a/third_party/tensorflow +++ b/third_party/tensorflow @@ -1 +1 @@ -Subproject commit e1c7e510a569cd5898f08015352bbdc8bef2ff7e +Subproject commit 86f5ab7474825da756838b34e1b4eac93f5fc68a