lukeiwanski / tensorflow

OpenCL support for TensorFlow via SYCL
Apache License 2.0
65 stars 14 forks source link

[OpenCL] Fixes multiple registrations of same op #163

Closed jwlawson closed 7 years ago

jwlawson commented 7 years ago

The registration of ReadVariableOp does not depend on the datatype, so we were registering more than ne of the same op.