Home
last modified time | relevance | path

Searched defs:input_data (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/ai/mindspore/mindsporectest/src/
Dohos_c_api_test_mslite.cpp265 … float *input_data = reinterpret_cast<float *>(OH_AI_TensorGetMutableData(inputs.handle_list[i])); in FillInputsData() local
485 … float *input_data = reinterpret_cast<float *>(OH_AI_TensorGetMutableData(weights_tensor)); in ModelUpdateWeightsTest() local
541 … float *input_data = reinterpret_cast<float *>(OH_AI_TensorGetMutableData(weights_tensor)); variable
2455 float *input_data = reinterpret_cast<float *>(OH_AI_TensorGetMutableData(tensor)); variable
2907 float *input_data = reinterpret_cast<float *>(OH_AI_TensorGetMutableData(tensor)); variable
2996 void *input_data = OH_AI_TensorGetMutableData(inputs.handle_list[i]); variable
3399 float *input_data = reinterpret_cast<float *>(OH_AI_TensorGetMutableData(tensor)); variable
/test/xts/acts/ai/mindspore/mindsporendktest/entry/src/main/cpp/
Dmindspore.cpp32 float *input_data = (float *)OH_AI_TensorGetMutableData(inputs.handle_list[i]); in GenerateInputDataWithRandom() local