Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 632478847
  • Loading branch information
tensorflower-gardener committed May 11, 2024
1 parent 931c447 commit 471e0f3
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
Original file line number Diff line number Diff line change
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 471e0f3

Please sign in to comment.