mizchi/webnn/webnn/raw does not have a README file
#external
pub type ML#external
pub type MLContext#external
pub type MLGraph#external
pub type MLGraphBuilderfn MLGraphBuilder::average_pool2d(self : MLGraphBuilder, input : MLOperand, window_dimensions : Array[Int], padding : Array[Int], strides : Array[Int], dilations : Array[Int], layout : String) -> MLOperandasync fn MLGraphBuilder::build(self : MLGraphBuilder, output_name : String, output : MLOperand) -> MLGraphasync fn MLGraphBuilder::build_many(self : MLGraphBuilder, output_names : Array[String], outputs : Array[MLOperand]) -> MLGraphfn MLGraphBuilder::clamp(self : MLGraphBuilder, input : MLOperand, minimum : Float, maximum : Float) -> MLOperandfn MLGraphBuilder::concat(self : MLGraphBuilder, inputs : Array[MLOperand], axis : Int) -> MLOperandfn MLGraphBuilder::constant_float32(self : MLGraphBuilder, dimensions : Array[Int], values : Array[Float]) -> MLOperandfn MLGraphBuilder::constant_int32(self : MLGraphBuilder, dimensions : Array[Int], values : Array[Int]) -> MLOperandfn MLGraphBuilder::conv2d(self : MLGraphBuilder, input : MLOperand, filter : MLOperand, padding : Array[Int], strides : Array[Int], dilations : Array[Int], groups : Int, input_layout : String, filter_layout : String) -> MLOperandfn MLGraphBuilder::gather(self : MLGraphBuilder, input : MLOperand, indices : MLOperand, axis : Int) -> MLOperandfn MLGraphBuilder::input(self : MLGraphBuilder, name : String, dimensions : Array[Int]) -> MLOperandfn MLGraphBuilder::layer_normalization(self : MLGraphBuilder, input : MLOperand, scale : MLOperand, bias : MLOperand, axes : Array[Int], epsilon : Float) -> MLOperandfn MLGraphBuilder::max_pool2d(self : MLGraphBuilder, input : MLOperand, window_dimensions : Array[Int], padding : Array[Int], strides : Array[Int], dilations : Array[Int], layout : String) -> MLOperandfn MLGraphBuilder::reduce_mean(self : MLGraphBuilder, input : MLOperand, axes : Array[Int], keep_dimensions : Bool) -> MLOperandfn MLGraphBuilder::reshape(self : MLGraphBuilder, input : MLOperand, dimensions : Array[Int]) -> MLOperandfn MLGraphBuilder::slice(self : MLGraphBuilder, input : MLOperand, starts : Array[Int], sizes : Array[Int]) -> MLOperandfn MLGraphBuilder::transpose(self : MLGraphBuilder, input : MLOperand, permutation : Array[Int]) -> MLOperand#external
pub type MLOperand#external
pub type MLTensorWebNN backend and TFLite inference runtime for MoonBit
Dependencies