Searched refs:in_spec (Results 1 – 2 of 2) sorted by relevance
116 auto in_spec = input_specs[0].dyn_cast<quant::UniformQuantizedType>(); in DecomposeMultiplyAccumulateScale() local121 if (!in_spec || !w_spec || !b_spec || !o_spec) return failure(); in DecomposeMultiplyAccumulateScale()123 double scale_product = in_spec.getScale() * w_spec.getScale(); in DecomposeMultiplyAccumulateScale()
54 bool IsContainedIn(const BroadcastEventSpec &in_spec) const { in IsContainedIn() argument55 if (m_broadcaster_class != in_spec.GetBroadcasterClass()) in IsContainedIn()57 uint32_t in_bits = in_spec.GetEventBits(); in IsContainedIn()