Skip to content

Commit

Permalink
Int32 support for Empty op on GPU.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 236790821
  • Loading branch information
tensorflower-gardener committed Mar 5, 2019
1 parent b71b8ec commit 9707af5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/core/kernels/inplace_ops.cc
Expand Up @@ -543,6 +543,7 @@ REGISTER_EMPTY(float, GPU);
REGISTER_EMPTY(double, GPU);
REGISTER_EMPTY(Eigen::half, GPU);
REGISTER_EMPTY(int64, GPU);
REGISTER_EMPTY(int32, GPU);

#endif // GOOGLE_CUDA

Expand Down

0 comments on commit 9707af5

Please sign in to comment.