Lines Matching defs:params
73 static void Transform(const InType* in, const Quantize& params, in Transform()
91 static void Transform(const InType* in, const Dequantize& params, in Transform()
109 static void Transform(const InType* in, const Requantize& params, in Transform()
128 static void Transform(const InType* in, const MinMax<Type>& params, in Transform()
148 static void Transform(const InType* in, const BiasAdd<Type>& params, in Transform()
166 static int EstimateComputeCost(const Quantize& params) { in EstimateComputeCost()
170 static const InType* OffsetInput(const Quantize& params, const InType* input, in OffsetInput()
175 static OutType* OffsetOutput(const Quantize& params, OutType* output, in OffsetOutput()
184 static int EstimateComputeCost(const Requantize& params) { in EstimateComputeCost()
188 static const InType* OffsetInput(const Requantize& params, in OffsetInput()
193 static OutType* OffsetOutput(const Requantize& params, OutType* output, in OffsetOutput()
202 static int EstimateComputeCost(const Dequantize& params) { in EstimateComputeCost()
206 static const InType* OffsetInput(const Dequantize& params, in OffsetInput()
211 static OutType* OffsetOutput(const Dequantize& params, OutType* output, in OffsetOutput()
220 static int EstimateComputeCost(const MinMax<MinMaxType>& params) { in EstimateComputeCost()
224 static const InType* OffsetInput(const MinMax<MinMaxType>& params, in OffsetInput()
229 static OutType* OffsetOutput(const MinMax<MinMaxType>& params, in OffsetOutput()