package owl-base

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Owl_algodiff_ops_builder.MakeSource

Parameters

Signature

Sourcemodule type Siso = sig ... end
Sourceval build_siso : (module Siso) -> Core.t -> Core.t

build single input single output operations

Sourcemodule type Sipo = sig ... end
Sourceval build_sipo : (module Sipo) -> Core.t -> Core.t * Core.t

build single input pair outputs operations

Sourcemodule type Sito = sig ... end
Sourceval build_sito : (module Sito) -> Core.t -> Core.t * Core.t * Core.t

build single input triple outputs operations

Sourcemodule type Siao = sig ... end
Sourceval build_siao : (module Siao) -> Core.t -> Core.t array

build single input array output operations

Sourcemodule type Piso = sig ... end
Sourceval build_piso : (module Piso) -> Core.t -> Core.t -> Core.t

build pair inputs single output operations

Sourcemodule type Aiso = sig ... end
Sourceval build_aiso : (module Aiso) -> Core.t array -> Core.t

build array input single output operations

OCaml

Innovation. Community. Security.