Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dbitmap_helpers.h76 interpreter->AddTensors(INPUT_NUMBER, &baseIndex); in Resize()
78 interpreter->AddTensors(OUPUT_NUMBER, &baseIndex); in Resize()
/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/common/
H A Dnnrt_test.h53 virtual OH_NN_ReturnCode AddTensors(const std::vector<CppTensor>& cppTensors);
H A Dnnrt_test.cpp49 OH_NN_ReturnCode NNRtTest::AddTensors(const std::vector<CppTensor>& cppTensors) in AddTensors() function in OHOS::NeuralNetworkRuntime::SystemTest::NNRtTest
/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/
H A Dend_to_end_test.cpp55 OH_NN_ReturnCode status = AddTensors(tensors); in BuildModel()
262 ASSERT_EQ(OH_NN_SUCCESS, AddTensors(tensors));
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_op_builder.cpp58 mappingArgs.context->AddTensors(mappingArgs.context, 1, &biasIndex); in AddZerosBias()