Home
last modified time | relevance | path

Searched refs:GetZeroPoints (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/quant_param/
H A Dquant_param_test.cpp67 EXPECT_EQ(false, quantParams.GetZeroPoints().empty());
78 EXPECT_EQ(true, quantParams.GetZeroPoints().empty());
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dquant_param.h36 std::vector<int32_t> GetZeroPoints() const;
H A Dquant_param.cpp42 std::vector<int32_t> QuantParams::GetZeroPoints() const in GetZeroPoints() function in OHOS::NeuralNetworkRuntime::QuantParams