KKT-HardNet
Contents
User Guide
Examples
Package
Core
kkthn
kkthn.__init__
kkthn.backbone
glorot_init()
init_mlp_params()
mlp_apply()
make_batched_mlp_apply()
kkthn.builder
kkthn.native_projection
kkthn.projection
kkthn.string_problem
kkthn.training
jaxmodel
Citations
License
Remarks on Updates
KKT-HardNet
Core
kkthn
kkthn.backbone
Edit on GitHub
kkthn.backbone
kkthn.backbone.
glorot_init
(
key
,
in_dim
:
int
,
out_dim
:
int
,
*
,
dtype
=
<class
'jax.numpy.float64'>
)
[source]
kkthn.backbone.
init_mlp_params
(
key,
layer_sizes:
list[int]
|
tuple[int,
...],
*,
dtype=<class
'jax.numpy.float64'>
)
[source]
kkthn.backbone.
mlp_apply
(
params
,
x
)
[source]
kkthn.backbone.
make_batched_mlp_apply
(
)
[source]