Add a missing template explicit instantiation of SetZeroFunctor (#12791)
This commit is contained in:
parent
7bb08f5bf2
commit
cbc46a8561
@ -20,6 +20,7 @@ limitations under the License.
|
||||
#include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
|
||||
#include "tensorflow/core/framework/tensor_types.h"
|
||||
#include "tensorflow/core/framework/types.h"
|
||||
#include "tensorflow/core/framework/variant_encode_decode.h"
|
||||
|
||||
namespace tensorflow {
|
||||
namespace functor {
|
||||
@ -50,6 +51,7 @@ DEFINE_SETZERO_CPU(int32);
|
||||
DEFINE_SETZERO_CPU(int64);
|
||||
DEFINE_SETZERO_CPU(complex64);
|
||||
DEFINE_SETZERO_CPU(complex128);
|
||||
DEFINE_SETZERO_CPU(Variant);
|
||||
#undef DEFINE_SETZERO_CPU
|
||||
|
||||
#ifdef TENSORFLOW_USE_SYCL
|
||||
|
Loading…
Reference in New Issue
Block a user