Home
last modified time | relevance | path

Searched refs:pair1 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp149 pair1.first = tensorDesr;
523 pair1.first = tensorDesr;
559 pair1.first = tensorDesr;
685 pair1.first = tensorDesr;
767 pair1.first = tensorDesr;
917 pair1.first = tensorDesr;
978 pair1.first = tensorDesr;
1038 pair1.first = tensorDesr;
1146 pair1.first = tensorDesr;
1278 pair1.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.cpp1842 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair1; variable
1849 pair1.first = tensorDesr;
1851 m_inputTensorDescs.emplace_back(pair1);
1853 m_outputTensorDescs.emplace_back(pair1);
2022 std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType> pair1; variable
2029 pair1.first = tensorDesr;
2031 m_inputTensorDescs.emplace_back(pair1);
2033 m_outputTensorDescs.emplace_back(pair1);
/ohos5.0/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dmediadatashare_unit_test.cpp156 for (const auto& pair1 : vb1) { in ValueBucketEqual() local
157 const auto& key = pair1.first; in ValueBucketEqual()
158 const auto& value1 = pair1.second; in ValueBucketEqual()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp355 auto pair1 = ONE->GetChildFlatIndex(1); variable
356 EXPECT_EQ(pair1.second, 0);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5629 BiasPair pair1(horizontal, vertical); in SetBias() local
5630 ViewAbstract::SetBias(frameNode, pair1); in SetBias()