Searched refs:detectionsPerClassTensor (Results 1 – 1 of 1) sorted by relevance
126 …std::shared_ptr<NNTensor> detectionsPerClassTensor = TransToNNTensor(dataType, dim, quantParam, ty… in SetDetectionsPerClass() local129 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, variable482 detectionsPerClassTensor->SetBuffer(detectionsPerClassValue, sizeof(float));483 m_allTensors.emplace_back(detectionsPerClassTensor);1010 std::shared_ptr<NNTensor> detectionsPerClassTensor = TransToNNTensor(OH_NN_INT64, m_paramDim, variable1012 m_allTensors.emplace_back(detectionsPerClassTensor);