MCPcopy 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
331def append_zero(x):
332 return th.cat([x, x.new_zeros([1])])

Callers 1

get_sigmas_karrasFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected