Searched refs:outQuantizedTensor (Results 1 - 2 of 2) sorted by relevance
/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | gelu_builder_test.cpp | 53 std::shared_ptr<NNTensor> outQuantizedTensor = TransToNNTensor(dataType, dim, quantParam, type); in SetApproximate() local 56 outQuantizedTensor->SetBuffer(outQuantizedValue, sizeof(bool)); in SetApproximate() 57 m_allTensors.emplace_back(outQuantizedTensor); in SetApproximate()
|
H A D | detection_post_process_test.cpp | 166 std::shared_ptr<NNTensor> outQuantizedTensor = TransToNNTensor(dataType, dim, quantParam, type);
in SetOutQuantized() local 169 outQuantizedTensor->SetBuffer(outQuantizedValue, sizeof(bool));
in SetOutQuantized() 170 m_allTensors.emplace_back(outQuantizedTensor);
in SetOutQuantized() 600 std::shared_ptr<NNTensor> outQuantizedTensor = TransToNNTensor(OH_NN_INT64, m_paramDim,
in HWTEST_F() local 603 outQuantizedTensor->SetBuffer(outQuantizedValue, sizeof(int64_t));
in HWTEST_F() 604 m_allTensors.emplace_back(outQuantizedTensor);
in HWTEST_F() 1122 std::shared_ptr<NNTensor> outQuantizedTensor = TransToNNTensor(OH_NN_BOOL, m_paramDim,
in HWTEST_F() local 1124 m_allTensors.emplace_back(outQuantizedTensor);
in HWTEST_F()
|
Completed in 4 milliseconds