Home
last modified time | relevance | path

Searched refs:SetInput (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/
H A Dend_to_end_test.cpp158 …ASSERT_EQ(OH_NN_SUCCESS, SetInput(0, {3, 2, 2}, (void*)firstAddendValue.data(), ADDEND_DATA_LENGTH…
162 …ASSERT_EQ(OH_NN_SUCCESS, SetInput(1, {3, 2, 2}, (void*)secondAddendValue.data(), ADDEND_DATA_LENG…
286 …ASSERT_EQ(OH_NN_SUCCESS, SetInput(0, {3, 2, 2}, (void*)secondAddendValue.data(), ADDEND_DATA_LENG…
337 …ASSERT_EQ(OH_NN_SUCCESS, SetInput(0, {3, 2, 2}, (void*)firstAddendValue.data(), ADDEND_DATA_LENGTH…
341 …ASSERT_EQ(OH_NN_SUCCESS, SetInput(1, {3, 2, 2}, (void*)secondAddendValue.data(), ADDEND_DATA_LENG…
409 …ASSERT_EQ(OH_NN_SUCCESS, SetInput(0, {3, 2, 2}, (void*)firstAddendValue.data(), ADDEND_DATA_LENGTH…
413 …ASSERT_EQ(OH_NN_SUCCESS, SetInput(1, {3, 2, 2}, (void*)secondAddendValue.data(), ADDEND_DATA_LENG…
470 …ASSERT_EQ(OH_NN_SUCCESS, SetInput(0, {3, 2, 2}, (void*)firstAddendValue.data(), ADDEND_DATA_LENGTH…
534 …ASSERT_EQ(OH_NN_SUCCESS, SetInput(0, {3, 2, 2}, (void*)firstAddendValue.data(), ADDEND_DATA_LENGTH…
538 …ASSERT_EQ(OH_NN_SUCCESS, SetInput(1, {3, 2, 2}, (void*)secondAddendValue.data(), ADDEND_DATA_LENG…
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/executor/
H A Dexecutor_test.cpp92 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
114 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
138 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
159 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
181 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
203 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
224 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
246 EXPECT_EQ(OH_NN_SUCCESS, executorTest.SetInput(m_index, tensor, buffer, length));
277 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
299 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/executor/
H A Dexecutor_test.cpp92 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
114 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
138 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
159 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
181 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
203 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
224 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
246 EXPECT_EQ(OH_NN_SUCCESS, executorTest.SetInput(m_index, tensor, buffer, length));
277 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
299 OH_NN_ReturnCode ret = executorTest.SetInput(m_index, tensor, buffer, length);
[all …]
/ohos5.0/base/update/updater/test/unittest/flashd_test/
H A Dflash_host_unittest.cpp209 HostUpdater::SetInput("yes");
235 HostUpdater::SetInput("no");
241 HostUpdater::SetInput("eeeeeeeee");
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/protocol/
H A Dwifi_direct_protocol.h42 virtual void SetInput(const std::vector<uint8_t> &input) = 0;
H A Djson_protocol.h32 void SetInput(const std::vector<uint8_t> &input) override;
H A Dtlv_protocol.h30 void SetInput(const std::vector<uint8_t> &input) override;
H A Dtlv_protocol.cpp66 void TlvProtocol::SetInput(const std::vector<uint8_t> &input) in SetInput() function in OHOS::SoftBus::TlvProtocol
H A Djson_protocol.cpp101 void JsonProtocol::SetInput(const std::vector<uint8_t> &input) in SetInput() function in OHOS::SoftBus::JsonProtocol
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/include/
H A Dpcm_iterator.h29 int32_t SetInput(const Array<int16_t> &pcmData);
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dconv2d_transpose_builder.cpp43 OH_NN_ReturnCode Conv2DTransposeBuilder::SetInput(const std::vector<uint32_t>& inputsIndex, in SetInput() function in OHOS::NeuralNetworkRuntime::Ops::Conv2DTransposeBuilder
250 OH_NN_ReturnCode returnCode = SetInput(inputsIndex, outputsIndex, allTensors); in Build()
H A Dconv2d_transpose_builder.h40 OH_NN_ReturnCode SetInput(const std::vector<uint32_t>& inputsIndex,
/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/common/
H A Dnnrt_test.h60 virtual OH_NN_ReturnCode SetInput(uint32_t index,
H A Dnnrt_test.cpp135 OH_NN_ReturnCode NNRtTest::SetInput(uint32_t index, in SetInput() function in OHOS::NeuralNetworkRuntime::SystemTest::NNRtTest
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Dasync_call.h67 inline Context &SetInput(InputAction action) in SetInput() function
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dwifi_config_info.cpp44 protocol.SetInput(input); in Unmarshalling()
H A Dlink_info.cpp102 protocol.SetInput(input); in Unmarshalling()
H A Dinterface_info.cpp132 protocol.SetInput(input); in Unmarshalling()
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_task.cpp169 context->SetInput(input).SetOutput(output).SetExec(exec); in JsMain()
370 context->SetInput(input).SetOutput(output).SetExec(exec); in GetTask()
532 context->SetInput(std::move(input)).SetOutput(std::move(output)).SetExec(std::move(exec)); in Remove()
623 context->SetInput(std::move(input)).SetOutput(std::move(output)).SetExec(std::move(exec)); in TouchInner()
835 context->SetInput(std::move(input)).SetOutput(std::move(output)).SetExec(std::move(exec)); in Search()
879 context->SetInput(std::move(input)).SetOutput(std::move(output)).SetExec(std::move(exec)); in Query()
H A Drequest_event.cpp328 context->SetInput(input).SetOutput(output).SetExec(exec); in Exec()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dneural_network_runtime_compat.cpp66 return executorImpl->SetInput(inputIndex, *tensor, dataBuffer, length); in OH_NNExecutor_SetInput()
H A Dnnexecutor.h64 …OH_NN_ReturnCode SetInput(uint32_t index, const OH_NN_Tensor& nnTensor, const void* buffer, size_t…
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/
H A Dpcm_iterator.cpp89 int32_t PCMIterator::SetInput(const Array<int16_t> &input) in SetInput() function in OHOS::AI::PCMIterator
H A Dkws_sdk_impl.cpp124 int32_t retCode = pcmIterator_->SetInput(input); in SyncExecute()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp1215 OH_NN_ReturnCode ret = nnExecutor->SetInput(m_index, tensor, buffer, length);
1249 OH_NN_ReturnCode ret = nnExecutor->SetInput(m_index, tensor, buffer, length);
1290 OH_NN_ReturnCode ret = nnExecutor->SetInput(m_index, tensor, buffer, length);
2119 nnExecutor->SetInput(m_index, tensor, buffer, length);
2154 nnExecutor->SetInput(m_index, tensor, buffer, length);
2191 nnExecutor->SetInput(m_index, tensor, buffer, length);

12