Searched refs:fq_op (Results 1 – 2 of 2) sorted by relevance
31 const FakeQuantOperator& fq_op, in ApplyAttrsToArray() argument36 const MinMax& minmax = *fq_op.minmax; in ApplyAttrsToArray()43 if (fq_op.narrow_range && !annotated_array.narrow_range) { in ApplyAttrsToArray()62 auto* fq_op = static_cast<FakeQuantOperator*>(fakequant_base_op); in Run() local64 if (!fq_op->minmax) { in Run()72 CHECK(fq_op->minmax); in Run()73 CHECK_EQ(1, fq_op->inputs.size()); in Run()76 changed |= ApplyAttrsToArray(this, model, *fq_op, fq_op->inputs[0]); in Run()77 changed |= ApplyAttrsToArray(this, model, *fq_op, fq_op->outputs[0]); in Run()
428 const auto& fq_op = static_cast<const FakeQuantOperator&>(*op_signature.op); in GetVersion() local429 return fq_op.narrow_range ? 2 : 1; in GetVersion()