Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dgelu_builder_test.cpp53 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 Ddetection_post_process_test.cpp166 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, variable
603 outQuantizedTensor->SetBuffer(outQuantizedValue, sizeof(int64_t));
604 m_allTensors.emplace_back(outQuantizedTensor);
1122 std::shared_ptr<NNTensor> outQuantizedTensor = TransToNNTensor(OH_NN_BOOL, m_paramDim, variable
1124 m_allTensors.emplace_back(outQuantizedTensor);