package arrayjit

  1. Overview
  2. Docs

Module Backend_utils.C_syntaxSource

Parameters

module B : sig ... end

Signature

Sourceval pp_zero_out : Format.formatter -> Arrayjit.Low_level.Tn.t -> unit
Sourceval pp_comma : Format.formatter -> unit -> unit
Sourceval pp_index : Format.formatter -> Indexing.symbol -> unit
Sourceval pp_index_axis : Format.formatter -> Indexing.axis_index -> unit
Sourceval pp_array_offset : Format.formatter -> (Indexing.axis_index Base.Array.t * int Base.Array.t) -> unit
Sourceval array_offset_to_string : (Indexing.axis_index Base.Array.t * int Base.Array.t) -> string