Fix build errors caused by #12502

PiperOrigin-RevId: 169264011
This commit is contained in:
A. Unique TensorFlower 2017-09-19 10:45:51 -07:00 committed by TensorFlower Gardener
parent e9bd04ad1f
commit 20f7eb36d9

View File

@ -139,7 +139,7 @@ struct scalar_left : private Binary {
typedef Tout result_type;
const Tin* left;
inline scalar_left(const scalar_left& other) = default;
EIGEN_DEVICE_FUNC inline scalar_left(const scalar_left& other) = default;
template <typename... Args>
EIGEN_DEVICE_FUNC inline explicit scalar_left(const Tin* c, Args... args)
@ -169,7 +169,7 @@ struct scalar_right : private Binary {
typedef Tout result_type;
const Tin* right;
inline scalar_right(const scalar_right& other) = default;
EIGEN_DEVICE_FUNC inline scalar_right(const scalar_right& other) = default;
template <typename... Args>
EIGEN_DEVICE_FUNC inline explicit scalar_right(const Tin* c, Args... args)