Snapshotmaster · afcca41
How backend-neutral layers become a model trained on TensorFlow, JAX, or PyTorch and saved portably.
Click a building or route
System map7 components · 7 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
KerasTensorA symbolic tensor carrying shape and dtype through functional graph construction.
How to study this repo
- 1Build a symbolic graph
Follow a Layer call through Operation symbolic handling into the Model's graph nodes.
- 2Compare backend steps
Read the TensorFlow, JAX, and PyTorch trainer implementations for the same compiled model lifecycle.