Home
last modified time | relevance | path

Searched defs:tensorType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnn_tensor.cpp224 OH_NN_ReturnCode NNTensor::SetTensorType(OH_NN_TensorType tensorType) in SetTensorType()
H A Dinner_model.cpp228 OH_NN_ReturnCode InnerModel::SetTensorType(uint32_t index, OH_NN_TensorType tensorType) in SetTensorType()
H A Dneural_network_runtime.cpp198 …ReturnCode OH_NNModel_SetTensorType(OH_NNModel* model, uint32_t index, OH_NN_TensorType tensorType) in OH_NNModel_SetTensorType()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp3032 OH_NN_TensorType tensorType = OH_NN_REDUCE_MIN_KEEP_DIMS; variable
3047 OH_NN_TensorType tensorType = OH_NN_REDUCE_MIN_COEFF; variable