MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / TEST_F

Function TEST_F

tests/test_fastgs_kernels.cpp:172–176  ·  view source on GitHub ↗

Forward kernels

Source from the content-addressed store, hash-verified

170
171// Forward kernels
172TEST_F(FastGSKernelTest, Forward_Preprocess) {
173 auto r = forward();
174 ASSERT_TRUE(r.has_value()) << r.error();
175 EXPECT_GT(r->second.forward_ctx.n_instances, 0);
176}
177
178TEST_F(FastGSKernelTest, Forward_TileDepthOrdering) {
179 auto r = forward();

Callers

nothing calls this directly

Calls 15

fast_rasterize_backwardFunction · 0.85
ones_likeFunction · 0.85
zeros_likeFunction · 0.85
adam_momentFunction · 0.85
randn_likeFunction · 0.85
fullFunction · 0.85
from_blobFunction · 0.85
fast_rasterize_forwardFunction · 0.85
print_grad_statsFunction · 0.85
ndimMethod · 0.80
shapeMethod · 0.80
stdMethod · 0.80

Tested by

no test coverage detected