Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dgelu_builder_test.cpp54 bool* outQuantizedValue = new (std::nothrow) bool(false); in SetApproximate() local
55 EXPECT_NE(nullptr, outQuantizedValue); in SetApproximate()
56 outQuantizedTensor->SetBuffer(outQuantizedValue, sizeof(bool)); in SetApproximate()
H A Ddetection_post_process_test.cpp167 bool* outQuantizedValue = new (std::nothrow) bool(false); in SetOutQuantized() local
168 EXPECT_NE(nullptr, outQuantizedValue); in SetOutQuantized()
169 outQuantizedTensor->SetBuffer(outQuantizedValue, sizeof(bool)); in SetOutQuantized()
602 int64_t* outQuantizedValue = new (std::nothrow) int64_t[1] {0}; variable
603 outQuantizedTensor->SetBuffer(outQuantizedValue, sizeof(int64_t));
1160 bool outQuantizedValue = false; variable
1191 EXPECT_EQ(returnOutQuantized, outQuantizedValue);