7 lines
105 B
Python
7 lines
105 B
Python
import os
|
|
|
|
os.environ["TF_FORCE_GPU_ALLOW_GROWTH"] = "true"
|
|
|
|
from .sparse import *
|
|
from .tensor import *
|