Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openai/point-e
/ append_zero
Function
append_zero
point_e/diffusion/k_diffusion.py:331–332 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
329
330
331
def
append_zero(x):
332
return
th.cat([x, x.new_zeros([1])])
Callers
1
get_sigmas_karras
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected