Module Nx_core
Core modules for nx.
This module re-exports core building blocks used by backends and the high-level Nx frontend.
module Dtype : sig ... endTensor element dtypes.
module Shape : sig ... endConcrete shape operations.
module View : sig ... endStrided tensor views.
module Backend_intf : sig ... endBackend interface used by frontend functors.
module Rng : sig ... endRNG key utilities.
module Make_frontend (B : Backend_intf.S) : sig ... endFrontend functor parameterized by a backend implementation.