Skip to content

Commit 16da0de

Browse files
committed
Correcting name for dtype selection matching
1 parent bc0ad82 commit 16da0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernels/portable/cpu/op_full_like.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Tensor& full_like_out(
5050

5151
ScalarType out_type = out.scalar_type();
5252

53-
constexpr auto name = "scalar_tensor.out";
53+
constexpr auto name = "full_like.out";
5454

5555
ET_SWITCH_REALHBBF16_TYPES(out_type, ctx, name, CTYPE_OUT, [&] {
5656
auto opt_val_casted =

0 commit comments

Comments
 (0)