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

Method featurewise_center

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

Source from the content-addressed store, hash-verified

57 Tensor Apply(int flag, Tensor& input) override;
58
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_; }

Callers 1

SetupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected