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

Method n_nested

include/tiny-cuda-nn/encoding.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 virtual MatrixLayout preferred_output_layout() const = 0;
57
58 virtual size_t n_nested() const { return 0; }
59 virtual const std::shared_ptr<Encoding<T>>& nested(size_t idx = 0) const {
60 throw std::runtime_error{"Encoding does not support nesting."};
61 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected