diff --git a/tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc b/tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc index 08ec87eccd6..619590f02b1 100644 --- a/tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc +++ b/tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc @@ -68,6 +68,12 @@ limitations under the License. #include "tensorflow/core/platform/logging.h" #include "tensorflow/core/util/tensor_format.h" +// These are currently aliases and the alias will be removed, verified +// equivalent until then. +// TODO(b/178519687): Remvoe once addressed. +static_assert(std::is_same::value, + "tensorflow::int64 is expected to match std::int64_t"); + namespace mlir { namespace TF {