mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Update tensorflow to 2.11 (#9543)
Co-authored-by: Mehdi Drissi <mdrissi@snapchat.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
version = "2.10.*"
|
||||
version = "2.11.*"
|
||||
# requires a version of numpy with a `py.typed` file
|
||||
requires = ["numpy>=1.20"]
|
||||
|
||||
@@ -112,6 +112,7 @@ class Variable(Tensor, metaclass=_VariableMetaclass):
|
||||
synchronization: VariableSynchronization = VariableSynchronization.AUTO,
|
||||
aggregation: VariableAggregation = VariableAggregation.NONE,
|
||||
shape: _ShapeLike | None = None,
|
||||
experimental_enable_variable_lifting: _bool = True,
|
||||
) -> None: ...
|
||||
def __getattr__(self, name: str) -> Incomplete: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user