From 4e800b5b293623d897788a944a391875954cffce Mon Sep 17 00:00:00 2001 From: ZhouChen Date: Wed, 10 Dec 2025 10:02:20 +0800 Subject: [PATCH] test --- tf_adapter/tests/ut/util/testcase/npu_attrs_test.cc | 1 + 1 file changed, 1 insertion(+) 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 b9cdce532..93dc07a4c 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); -- Gitee