Function compile_bindings

Source
pub fn compile_bindings<D: Dialect>(
    f: &mut Formatter<'_>,
    tensor_maps: &[Id],
    buffers: &[Binding<D>],
    trailing_comma: bool,
    flags: &Flags,
) -> Result