Skip to content

Commit

Permalink
functions to tensor namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Oct 2, 2023
1 parent 35ee9a4 commit 19640ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nncf/experimental/tensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
from nncf.experimental.tensor.enums import TensorBackendType
from nncf.experimental.tensor.enums import TensorDataType
from nncf.experimental.tensor.enums import TensorDeviceType
from nncf.experimental.tensor.functions import *
from nncf.experimental.tensor.tensor import Tensor
from nncf.experimental.tensor.tensor import unwrap_tensor_data

0 comments on commit 19640ad

Please sign in to comment.