Searched refs:Scaler (Results 1 – 8 of 8) sorted by relevance
22 class Scaler {26 virtual ~Scaler() = default;29 using ScalerFactory = std::function<std::unique_ptr<Scaler>(double)>;
24 class ScalerImpl : public Scaler {38 return createComponent().bind<Scaler, ScalerImpl>().install(getMultiplierComponent); in getScalerComponent()
27 std::unique_ptr<Scaler> scaler = scalerFactory(12.1); in main()
122 typedef HalfPixelScalerForNN Scaler; typedef127 typedef LegacyScaler Scaler; typedef133 typename BoolToScaler<half_pixel_centers>::Scaler scaler; in compute_indices()307 typename BoolToScaler<half_pixel_centers>::Scaler scaler; in operator ()()
91 LegacyScaler>::type Scaler; in compute_interpolation_weights() typedef92 Scaler scaler; in compute_interpolation_weights()269 template <typename Scaler>270 void ResizeGradCore(const Scaler& scaler, in ResizeGradCore()
86 template <typename Scaler, bool use_keys_cubic>89 const Scaler scaler; in GetWeightsAndIndices()
54 …tors, but we never call delete on those (even though std::default_delete<Scaler> is instantiated f…
48 template <typename T_SCALE, typename Scaler>52 const Scaler scaler; in ComputeInterpolationWeights()