filterlib
-
flax.nnx.filterlib.to_predicate(filter)[原始碼]
將篩選器轉換為謂詞函式。請參閱 使用篩選器。
-
class flax.nnx.WithTag(tag: str)[原始碼]
-
class flax.nnx.PathContains(key: flax.typing.Key)[原始碼]
-
class flax.nnx.OfType(type: type)[原始碼]
-
class flax.nnx.Any(*filters)[原始碼]
-
class flax.nnx.All(*filters)[原始碼]
-
class flax.nnx.Not(collection_filter, /)[原始碼]
-
class flax.nnx.Everything[原始碼]
-
class flax.nnx.Nothing[原始碼]