MCPcopy Create free account
hub / github.com/apache/singa / rescale

Method rescale

include/singa/io/transformer.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 int resize_height() const { return resize_height_; }
63 int resize_width() const { return resize_width_; }
64 float rescale() const { return rescale_; }
65 const Shape crop_shape() const { return crop_shape_; }
66 const string image_dim_order() const { return image_dim_order_; }
67

Callers 1

SetupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected