MCPcopy Create free account
hub / github.com/NVlabs/tiny-cuda-nn / hyperparams

Method hyperparams

include/tiny-cuda-nn/optimizers/average.h:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 json hyperparams() const override {
144 return {
145 {"otype", "Average"},
146 {"nested", m_nested->hyperparams()},
147 {"n_samples", m_n_samples},
148 };
149 }
150
151 json serialize() const override {
152 json data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected