mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
[OpenCL] REGISTER -> REGISTER6
This commit is contained in:
@@ -20,7 +20,7 @@ REGISTER6(UnaryOp, CPU, "Invert", functor::invert, int8, int16, int32, int64,
|
||||
uint8, uint16);
|
||||
|
||||
#ifdef TENSORFLOW_USE_SYCL
|
||||
REGISTER(UnaryOp, SYCL, "Invert", functor::invert, int8, int16, int32, int64,
|
||||
REGISTER6(UnaryOp, SYCL, "Invert", functor::invert, int8, int16, int32, int64,
|
||||
uint8, uint16);
|
||||
#endif // TENSORFLOW_USE_SYCL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user