Fixed typo in code comment
This commit is contained in:
parent
359d6f9716
commit
419d437bac
@ -468,7 +468,7 @@ struct ApproximateEqual<CPUDevice, T> {
|
||||
|
||||
// Macros to register kernels for multiple types (T0, T1, etc.) on
|
||||
// device type "D" (CPU or GPU) for operation "N" (e.g., sqrt) using
|
||||
// the functor "F" (e.g., functor:sqrt).
|
||||
// the functor "F" (e.g., functor::sqrt).
|
||||
|
||||
#if defined(__ANDROID_TYPES_SLIM__)
|
||||
// Note that __ANDROID_TYPES_SLIM__ is also checked in the cwise_ops*.cc files.
|
||||
|
Loading…
Reference in New Issue
Block a user