Home
last modified time | relevance | path

Searched refs:pair2 (Results 1 - 13 of 13) sorted by relevance

/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp143 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; in HWTEST_F() local
150 pair2.first = tensorDesr; in HWTEST_F()
152 m_inputTensorDescs.emplace_back(pair2); in HWTEST_F()
154 m_outputTensorDescs.emplace_back(pair2); in HWTEST_F()
492 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; in HWTEST_F() local
494 m_outputTensorDescs.emplace_back(pair2); in HWTEST_F()
521 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; in HWTEST_F() local
525 m_outputTensorDescs.emplace_back(pair2); in HWTEST_F()
552 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; in HWTEST_F() local
560 pair2 in HWTEST_F()
652 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
679 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
734 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
761 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
911 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
972 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1032 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1140 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1238 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1272 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1341 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1374 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1435 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1463 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1521 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1549 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1612 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1646 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1693 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1768 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1802 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1876 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1910 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
1957 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
2032 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
2066 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
2144 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
2179 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
2216 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; HWTEST_F() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DmappedTypeIndexedAccess.js25 let pair2: Pairs<FooBar>[keyof FooBar] = {
40 var pair2 = {
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1afm.c91 AFM_KernPair pair2 = (AFM_KernPair)b; in compare_kern_pairs() local
94 FT_ULong index2 = KERN_INDEX( pair2->index1, pair2->index2 ); in compare_kern_pairs()
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp811 const CUpdatePair2 &pair2 = updatePairs2[i]; in Compress() local
817 if (pair2.DirIndex >= 0 && in Compress()
818 (pair2.NewProps || pair2.IsSameTime)) in Compress()
820 ft2 = dirItems.Items[(unsigned)pair2.DirIndex].MTime; in Compress()
823 else if (pair2.UseArcProps && pair2.ArcIndex >= 0) in Compress()
825 const CArcItem &arcItem = arcItems[(unsigned)pair2.ArcIndex]; in Compress()
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrtypes.h187 FT_UInt32 pair2; member
H A Dpfrload.c679 item->pair2 = PFR_KERN_INDEX( char1, char2 ); in FT_CALLBACK_DEF()
693 item->pair2 = PFR_KERN_INDEX( char1, char2 ); in FT_CALLBACK_DEF()
H A Dpfrobjs.c512 if ( pair >= item->pair1 && pair <= item->pair2 ) in FT_LOCAL_DEF()
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp1843 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; in HWTEST_F() local
1850 pair2.first = tensorDesr; in HWTEST_F()
1852 m_inputTensorDescs.emplace_back(pair2); in HWTEST_F()
1854 m_outputTensorDescs.emplace_back(pair2); in HWTEST_F()
2023 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; in HWTEST_F() local
2030 pair2.first = tensorDesr; in HWTEST_F()
2032 m_inputTensorDescs.emplace_back(pair2); in HWTEST_F()
2034 m_outputTensorDescs.emplace_back(pair2); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dmarvell.c2069 int pair0, pair1, pair2, pair3; in marvell_vct7_cable_test_report() local
2080 pair2 = (ret & MII_VCT7_RESULTS_PAIR2_MASK) >> in marvell_vct7_cable_test_report()
2092 marvell_vct7_cable_test_report_trans(pair2)); in marvell_vct7_cable_test_report()
2106 if (marvell_vct7_distance_valid(pair2)) in marvell_vct7_cable_test_report()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dmarvell.c2343 int pair0, pair1, pair2, pair3; in marvell_vct7_cable_test_report() local
2354 pair2 = (ret & MII_VCT7_RESULTS_PAIR2_MASK) >> in marvell_vct7_cable_test_report()
2366 marvell_vct7_cable_test_report_trans(pair2)); in marvell_vct7_cable_test_report()
2380 if (marvell_vct7_distance_valid(pair2)) in marvell_vct7_cable_test_report()
/third_party/ffmpeg/libavfilter/
H A Dvf_bm3d.c222 const struct PosPairCode *pair2 = b; in cmp_scores() local
223 return FFDIFFSIGN(pair1->score, pair2->score); in cmp_scores()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java1267 public int compare(String[] pair1, String[] pair2) {
1268 return pair1[0].compareTo(pair2[0]);
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp357 auto pair2 = ONE->GetChildFlatIndex(2); in HWTEST_F() local
358 EXPECT_EQ(pair2.second, 0); in HWTEST_F()

Completed in 35 milliseconds