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

Method inference_params

include/tiny-cuda-nn/object.h:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 PARAMS_T* inference_params() const {
92 return m_inference_params;
93 }
94
95 PARAMS_T* gradients() const {
96 return m_gradients;

Callers 11

inferenceMethod · 0.80
forwardMethod · 0.80
backwardMethod · 0.80
forward_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected