Spaces:
Runtime error
Runtime error
File size: 145 Bytes
db6a3b7 |
1 2 3 4 5 6 |
from .. import BACKEND
if BACKEND == 'torchsparse':
from .conv_torchsparse import *
elif BACKEND == 'spconv':
from .conv_spconv import * |