mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-08 12:30:42 +00:00
[Tensor] Add function to spec and update linear 1Drow and unit tests (#869)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from .spec import ComputePattern, ParallelAction, TensorSpec
|
||||
from .op_wrapper import (
|
||||
colo_op_impl,)
|
||||
from .colo_tensor import ColoTensor
|
||||
from .utils import convert_parameter
|
||||
from ._ops import *
|
||||
|
||||
__all__ = ['ColoTensor', 'convert_parameter', 'colo_op_impl']
|
||||
__all__ = ['ColoTensor', 'convert_parameter', 'colo_op_impl', 'ComputePattern',
|
||||
'TensorSpec', 'ParallelAction']
|
||||
|
Reference in New Issue
Block a user