Home
last modified time | relevance | path

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

/third_party/mindspore/test/unittest/
H A Dmindspore_unit_test.cpp657 OH_AI_TensorHandle weights_tensor = get_update_weights.handle_list[i]; in HWTEST() local
658 if (strcmp(OH_AI_TensorGetName(weights_tensor), "fc3.bias") == 0) { in HWTEST()
659 float *inputData = reinterpret_cast<float *>(OH_AI_TensorGetMutableData(weights_tensor)); in HWTEST()
696 OH_AI_TensorHandle weights_tensor = export_update_weights.handle_list[i]; in HWTEST() local
697 if (strcmp(OH_AI_TensorGetName(weights_tensor), "fc3.bias") == 0) { in HWTEST()
698 float *inputData = reinterpret_cast<float *>(OH_AI_TensorGetMutableData(weights_tensor)); in HWTEST()

Completed in 3 milliseconds