Home
last modified time | relevance | path

Searched refs:SetInputAndOutput (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dsplit_builder.cpp29 OH_NN_ReturnCode SplitBuilder::SetInputAndOutput(const std::vector<uint32_t> &inputsIndex, in SetInputAndOutput() function in OHOS::NeuralNetworkRuntime::Ops::SplitBuilder
134 OH_NN_ReturnCode returnCode = SetInputAndOutput(inputsIndex, outputsIndex, allTensors); in Build()
H A Dpooling_builder.cpp46 OH_NN_ReturnCode returnCode = SetInputAndOutput(inputsIndex, outputsIndex, allTensors); in PoolingBuild()
79 OH_NN_ReturnCode PoolingBuilder::SetInputAndOutput(const std::vector<uint32_t>& inputsIndex, in SetInputAndOutput() function in OHOS::NeuralNetworkRuntime::Ops::PoolingBuilder
H A Ddepthwise_conv2d_native_builder.cpp184 OH_NN_ReturnCode DepthwiseConv2DNativeBuilder::SetInputAndOutput( in SetInputAndOutput() function in OHOS::NeuralNetworkRuntime::Ops::DepthwiseConv2DNativeBuilder
209 OH_NN_ReturnCode ret = SetInputAndOutput(inputsIndex, outputsIndex, allTensors); in Build()
H A Dconv2d_builder.cpp43 OH_NN_ReturnCode Conv2DBuilder::SetInputAndOutput(const std::vector<uint32_t>& inputsIndex, in SetInputAndOutput() function in OHOS::NeuralNetworkRuntime::Ops::Conv2DBuilder
235 OH_NN_ReturnCode returnCode = SetInputAndOutput(inputsIndex, outputsIndex, allTensors); in Build()
H A Dsplit_builder.h41 OH_NN_ReturnCode SetInputAndOutput(const std::vector<uint32_t>& inputsIndex,
H A Ddepthwise_conv2d_native_builder.h39 OH_NN_ReturnCode SetInputAndOutput(const std::vector<uint32_t>& inputsIndex,
H A Dconv2d_builder.h40 OH_NN_ReturnCode SetInputAndOutput(const std::vector<uint32_t>& inputsIndex,
H A Dpooling_builder.h38 OH_NN_ReturnCode SetInputAndOutput(const std::vector<uint32_t>& inputsIndex,
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.h35 void SetInputAndOutput(Executor& executor);
H A Dneural_network_runtime_test.cpp221 void NeuralNetworkRuntimeTest::SetInputAndOutput(Executor& executor) in SetInputAndOutput() function in OHOS::NeuralNetworkRuntime::Unittest::NeuralNetworkRuntimeTest
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.h35 void SetInputAndOutput(Executor& executor);
H A Dneural_network_runtime_test.cpp220 void NeuralNetworkRuntimeTest::SetInputAndOutput(Executor& executor) in SetInputAndOutput() function in OHOS::NeuralNetworkRuntime::Unittest::NeuralNetworkRuntimeTest
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.h35 void SetInputAndOutput(Executor& executor);