| 219 | |
| 220 | #ifdef TENSORFLOW_USE_SYCL |
| 221 | virtual const Eigen::SyclDevice* eigen_sycl_device() const { |
| 222 | CHECK(eigen_sycl_device_ != nullptr); |
| 223 | return eigen_sycl_device_; |
| 224 | } |
| 225 | #endif |
| 226 | |
| 227 | // Caller owns the return value. The OpKernelContext calls this even |