Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Ddetection_post_process_test.cpp126 …std::shared_ptr<NNTensor> detectionsPerClassTensor = TransToNNTensor(dataType, dim, quantParam, ty… in SetDetectionsPerClass() local
129 detectionsPerClassTensor->SetBuffer(detectionsPerClassValue, sizeof(int64_t)); in SetDetectionsPerClass()
130 m_allTensors.emplace_back(detectionsPerClassTensor); in SetDetectionsPerClass()
479 std::shared_ptr<NNTensor> detectionsPerClassTensor = TransToNNTensor(OH_NN_FLOAT32, m_paramDim, variable
482 detectionsPerClassTensor->SetBuffer(detectionsPerClassValue, sizeof(float));
483 m_allTensors.emplace_back(detectionsPerClassTensor);
1010 std::shared_ptr<NNTensor> detectionsPerClassTensor = TransToNNTensor(OH_NN_INT64, m_paramDim, variable
1012 m_allTensors.emplace_back(detectionsPerClassTensor);