Home
last modified time | relevance | path

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

/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()
/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.cpp48 // AddTensors() expects tensors do not destruct and free before the test case end.
49 OH_NN_ReturnCode NNRtTest::AddTensors(const std::vector<CppTensor>& cppTensors) in AddTensors() function in OHOS::NeuralNetworkRuntime::SystemTest::NNRtTest
64 LOGE("NNRtTest::AddTensors failed, get different number of numBits, scales and zeroPoints."); in AddTensors()
76 LOGE("NNRtTest::AddTensors failed, error happens when adding tensor."); in AddTensors()
86 LOGE("NNRtTest::AddTensors failed, error happens when setting value."); in AddTensors()
/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)); in HWTEST_F()
/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()

Completed in 5 milliseconds