5 lines
66 B
Python
5 lines
66 B
Python
|
|
import torch
|
||
|
|
import torch_cuda_ext.core as core
|
||
|
|
|
||
|
|
core.print_idx()
|