Searched defs:GetQuantType (Results 1 – 3 of 3) sorted by relevance
63 schema::QuantType TensorRTOp::GetQuantType() const { return this->quant_type_; } in GetQuantType() function in mindspore::lite::TensorRTOp
92 schema::QuantType GetQuantType(const CNodePtr &cnode) { in GetQuantType() function
64 int GetQuantType(const CNodePtr &cnode, quant::QuantType *quant_type) { in GetQuantType() function