Home
last modified time | relevance | path

Searched refs:pair2 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp150 pair2.first = tensorDesr;
560 pair2.first = tensorDesr;
686 pair2.first = tensorDesr;
768 pair2.first = tensorDesr;
918 pair2.first = tensorDesr;
979 pair2.first = tensorDesr;
1039 pair2.first = tensorDesr;
1147 pair2.first = tensorDesr;
1279 pair2.first = tensorDesr;
1381 pair2.first = tensorDesr;
[all …]
/ohos5.0/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; variable
1850 pair2.first = tensorDesr;
1852 m_inputTensorDescs.emplace_back(pair2);
1854 m_outputTensorDescs.emplace_back(pair2);
2023 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair2; variable
2030 pair2.first = tensorDesr;
2032 m_inputTensorDescs.emplace_back(pair2);
2034 m_outputTensorDescs.emplace_back(pair2);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp357 auto pair2 = ONE->GetChildFlatIndex(2); variable
358 EXPECT_EQ(pair2.second, 0);