Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 632764388
  • Loading branch information
tensorflower-gardener committed May 11, 2024
1 parent 931c447 commit 35199b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/core/kernels/uniform_quant_ops/tensor_utils.cc
Expand Up @@ -57,7 +57,7 @@ Status QuantizationAxisAndShapeValid(const TensorShape& data_shape,
}

TensorShape TransposedShape(const TensorShape& in_shape,
const gtl::ArraySlice<int32_t> perm) {
const absl::Span<const int32_t> perm) {
TensorShape out_shape = in_shape;
for (int i = 0; i < out_shape.dims(); ++i) {
out_shape.set_dim(i, in_shape.dim_size(perm[i]));
Expand Down

0 comments on commit 35199b1

Please sign in to comment.