__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from _typeshed import Incomplete
from collections.abc import Callable
from typing import Any, overload
from typing_extensions import Self, TypeAlias
from tensorflow import Tensor
class Regularizer:
def get_config(self) -> dict[str, Any]: ...
@classmethod
def from_config(cls, config: dict[str, Any]) -> Self: ...
def __call__(self, x: Tensor, /) -> Tensor: ...
_Regularizer: TypeAlias = str | dict[str, Any] | Regularizer | None # noqa: Y047
@overload
def get(identifier: None) -> None: ...
@overload
def get(identifier: str | dict[str, Any] | Regularizer) -> Regularizer: ...
@overload
def get(identifier: Callable[[Tensor], Tensor]) -> Callable[[Tensor], Tensor]: ...
def __getattr__(name: str) -> Incomplete: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| layers | Folder | 0755 |
|
|
| optimizers | Folder | 0755 |
|
|
| __init__.pyi | File | 445 B | 0644 |
|
| activations.pyi | File | 1.7 KB | 0644 |
|
| callbacks.pyi | File | 6.65 KB | 0644 |
|
| constraints.pyi | File | 526 B | 0644 |
|
| initializers.pyi | File | 1.82 KB | 0644 |
|
| losses.pyi | File | 7.28 KB | 0644 |
|
| metrics.pyi | File | 4.77 KB | 0644 |
|
| models.pyi | File | 8.09 KB | 0644 |
|
| regularizers.pyi | File | 737 B | 0644 |
|