Searched refs:outQuantizedValue (Results 1 – 2 of 2) sorted by relevance
54 bool* outQuantizedValue = new (std::nothrow) bool(false); in SetApproximate() local55 EXPECT_NE(nullptr, outQuantizedValue); in SetApproximate()56 outQuantizedTensor->SetBuffer(outQuantizedValue, sizeof(bool)); in SetApproximate()
167 bool* outQuantizedValue = new (std::nothrow) bool(false); in SetOutQuantized() local168 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}; variable603 outQuantizedTensor->SetBuffer(outQuantizedValue, sizeof(int64_t));1160 bool outQuantizedValue = false; variable1191 EXPECT_EQ(returnOutQuantized, outQuantizedValue);