Initial import: grid-bot — grid trading bot for BTC-USDT on Cifra Markets
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# This file has moved to under torch/_functorch. It is not public API.
|
||||
# If you are not a PyTorch developer and you are relying on the following
|
||||
# imports, please file an issue.
|
||||
from torch._functorch.aot_autograd import (
|
||||
aot_autograd_decompositions,
|
||||
KNOWN_TYPES,
|
||||
PytreeThunk,
|
||||
)
|
||||
@@ -0,0 +1,7 @@
|
||||
# This file has moved to under torch/_functorch. It is not public API.
|
||||
# If you are not a PyTorch developer and you are relying on the following
|
||||
# imports, please file an issue.
|
||||
from torch._functorch.eager_transforms import (
|
||||
_assert_wrapped_functional,
|
||||
_unwrap_functional_tensor,
|
||||
)
|
||||
@@ -0,0 +1,4 @@
|
||||
# This file has moved to under torch/_functorch. It is not public API.
|
||||
# If you are not a PyTorch developer and you are relying on the following
|
||||
# imports, please file an issue.
|
||||
from torch._functorch.make_functional import _swap_state
|
||||
@@ -0,0 +1,16 @@
|
||||
# This file has moved to under torch/_functorch. It is not public API.
|
||||
# If you are not a PyTorch developer and you are relying on the following
|
||||
# imports, please file an issue.
|
||||
from torch._functorch.vmap import (
|
||||
_add_batch_dim,
|
||||
_broadcast_to_and_flatten,
|
||||
_create_batched_inputs,
|
||||
_get_name,
|
||||
_process_batched_inputs,
|
||||
_remove_batch_dim,
|
||||
_unwrap_batched,
|
||||
_validate_and_get_batch_size,
|
||||
Tensor,
|
||||
tree_flatten,
|
||||
tree_unflatten,
|
||||
)
|
||||
Reference in New Issue
Block a user