Use SetIsStateful in op registrations for GetSessionHandle GetSessionHandleV2 GetSess...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 3 Jan 2018 02:19:12 +0000 (18:19 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 3 Jan 2018 02:24:02 +0000 (18:24 -0800)
commita8041609f182db130953e123d7be4823ea13d05e
treef5f622995f53ec8dcde598235febd1929abd3161
parent9f61cc74e26e47c7a6ecc46023dc281b993b52f7
Use SetIsStateful in op registrations for GetSessionHandle GetSessionHandleV2 GetSessionTensor DeleteSessionTensor

These operations are stateful.   Fixes #15589.

PiperOrigin-RevId: 180618992
tensorflow/core/ops/data_flow_ops.cc