Searched refs:OpQuantSpec (Results 1 – 3 of 3) sorted by relevance
516 std::unique_ptr<quant::OpQuantSpec> GetLstmOpQuantSpec(LstmOp op) { in GetLstmOpQuantSpec()523 auto spec = absl::make_unique<quant::OpQuantSpec>(); in GetLstmOpQuantSpec()
59 struct OpQuantSpec { struct83 typedef std::unique_ptr<OpQuantSpec> (*OpQuantSpecGetter)(Operation* op);
146 std::unique_ptr<OpQuantSpec> GetQuantSpec(Operation *op);398 std::unique_ptr<OpQuantSpec> QuantizationDriver::GetQuantSpec(Operation *op) { in GetQuantSpec()