MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / eigen_sycl_device

Function eigen_sycl_device

tensorflow/core/framework/device_base.h:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

op_kernel.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected