Searched refs:tailing_op (Results 1 – 2 of 2) sorted by relevance
461 std::unique_ptr<OperatorT> tailing_op; in AddUint8Quant() local462 utils::MakeQuantizeOperator(model, &tailing_op, tensor_idx, in AddUint8Quant()466 subgraph->operators.push_back(std::move(tailing_op)); in AddUint8Quant()
362 std::unique_ptr<OperatorT> tailing_op; in SetOutputType() local365 utils::MakeDequantizeOperator(model, &tailing_op, tensor_idx, in SetOutputType()369 utils::MakeQuantizeOperator(model, &tailing_op, tensor_idx, in SetOutputType()373 subgraph->operators.push_back(std::move(tailing_op)); in SetOutputType()