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

Method horizontal_mirror

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

Source from the content-addressed store, hash-verified

59 bool featurewise_center() const { return featurewise_center_; }
60 bool featurewise_std_norm() const { return featurewise_std_norm_; }
61 bool horizontal_mirror() const { return horizontal_mirror_; }
62 int resize_height() const { return resize_height_; }
63 int resize_width() const { return resize_width_; }
64 float rescale() const { return rescale_; }

Callers 2

TESTFunction · 0.80
SetupMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64