Refine the intersected isosurface points with binary search. Args: end_points (torch.Tensor): The end points. (N_verts, 2, 3) end_sdf (torch.Tensor): The SDF values at the end points. (N_verts, 2, 1) sdf_function (Callable): The SDF function. Takes a tensor of p
(
end_points:torch.Tensor,
end_sdf:torch.Tensor,
sdf_function:Callable,
n_binary_steps:int,
)
source not stored for this graph (policy: none)
no test coverage detected