Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
inference_mixed_precision
Method · 0.80
inference
Method · 0.80
forward
Method · 0.80
backward
Method · 0.80
backward_backward_input
Method · 0.80
forward_impl
Method · 0.80
backward_backward_input_impl
Method · 0.80
convert_params_to_jit_layout
Method · 0.80
convert_params_from_jit_layout
Method · 0.80
convert_params_to_jit_layout
Method · 0.80
convert_params_from_jit_layout
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected