diff --git a/tf_adapter/tests/ut/util/testcase/npu_attrs_test.cc b/tf_adapter/tests/ut/util/testcase/npu_attrs_test.cc index b9cdce5324159b1e6fe1068d2b397b5e00bc4a93..93dc07a4c0ddad92b19892a6f196ef43868ebd66 100644 --- a/tf_adapter/tests/ut/util/testcase/npu_attrs_test.cc +++ b/tf_adapter/tests/ut/util/testcase/npu_attrs_test.cc @@ -630,6 +630,7 @@ TEST_F(NpuAttrTest, GetAllAttrOptions_input_batch_cpy) { AttrValue input_batch_cpy = AttrValue(); input_batch_cpy.set_s("true"); attr_map["_input_batch_cpy"] = input_batch_cpy; + // 11 AttrSlice attrs(&attr_map); const auto &all_options = NpuAttrs::GetAllAttrOptions(attrs);