Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_quantize_helper.h516 std::unique_ptr<quant::OpQuantSpec> GetLstmOpQuantSpec(LstmOp op) { in GetLstmOpQuantSpec()
523 auto spec = absl::make_unique<quant::OpQuantSpec>(); in GetLstmOpQuantSpec()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h59 struct OpQuantSpec { struct
83 typedef std::unique_ptr<OpQuantSpec> (*OpQuantSpecGetter)(Operation* op);
Dquantization_driver.cc146 std::unique_ptr<OpQuantSpec> GetQuantSpec(Operation *op);
398 std::unique_ptr<OpQuantSpec> QuantizationDriver::GetQuantSpec(Operation *op) { in GetQuantSpec()