PropsMLGraphBuilder extension

on

Methods

abs(MLOperand x) MLOperand
add(MLOperand a, MLOperand b) MLOperand
averagePool2d(MLOperand input, [MLPool2dOptions? options]) MLOperand
batchNormalization(MLOperand input, MLOperand mean, MLOperand variance, [MLBatchNormalizationOptions? options]) MLOperand
build(dynamic outputs) MLGraph
buildAsync(dynamic outputs) Future<MLGraph>
ceil(MLOperand x) MLOperand
clamp([MLOperand? x, MLClampOptions? options]) MLOperand
concat(Iterable<MLOperand> inputs, int axis) MLOperand
constant(MLOperandDescriptor desc, dynamic bufferView) MLOperand
conv2d(MLOperand input, MLOperand filter, [MLConv2dOptions? options]) MLOperand
convTranspose2d(MLOperand input, MLOperand filter, [MLConvTranspose2dOptions? options]) MLOperand
cos(MLOperand x) MLOperand
div(MLOperand a, MLOperand b) MLOperand
elu([MLOperand? x, MLEluOptions? options]) MLOperand
exp(MLOperand x) MLOperand
floor(MLOperand x) MLOperand
gemm(MLOperand a, MLOperand b, [MLGemmOptions? options]) MLOperand
gru(MLOperand input, MLOperand weight, MLOperand recurrentWeight, int steps, int hiddenSize, [MLGruOptions? options]) Iterable<MLOperand>
gruCell(MLOperand input, MLOperand weight, MLOperand recurrentWeight, MLOperand hiddenState, int hiddenSize, [MLGruCellOptions? options]) MLOperand
hardSigmoid([MLOperand? x, MLHardSigmoidOptions? options]) MLOperand
hardSwish([MLOperand? x]) MLOperand
input(String name, MLOperandDescriptor desc) MLOperand
instanceNormalization(MLOperand input, [MLInstanceNormalizationOptions? options]) MLOperand
l2Pool2d(MLOperand input, [MLPool2dOptions? options]) MLOperand
leakyRelu([MLOperand? x, MLLeakyReluOptions? options]) MLOperand
linear([MLOperand? x, MLLinearOptions? options]) MLOperand
log(MLOperand x) MLOperand
matmul(MLOperand a, MLOperand b) MLOperand
max(MLOperand a, MLOperand b) MLOperand
maxPool2d(MLOperand input, [MLPool2dOptions? options]) MLOperand
min(MLOperand a, MLOperand b) MLOperand
mul(MLOperand a, MLOperand b) MLOperand
neg(MLOperand x) MLOperand
pad(MLOperand input, MLOperand padding, [MLPadOptions? options]) MLOperand
pow(MLOperand a, MLOperand b) MLOperand
reduceL1(MLOperand input, [MLReduceOptions? options]) MLOperand
reduceL2(MLOperand input, [MLReduceOptions? options]) MLOperand
reduceLogSum(MLOperand input, [MLReduceOptions? options]) MLOperand
reduceLogSumExp(MLOperand input, [MLReduceOptions? options]) MLOperand
reduceMax(MLOperand input, [MLReduceOptions? options]) MLOperand
reduceMean(MLOperand input, [MLReduceOptions? options]) MLOperand
reduceMin(MLOperand input, [MLReduceOptions? options]) MLOperand
reduceProduct(MLOperand input, [MLReduceOptions? options]) MLOperand
reduceSum(MLOperand input, [MLReduceOptions? options]) MLOperand
reduceSumSquare(MLOperand input, [MLReduceOptions? options]) MLOperand
relu([MLOperand? x]) MLOperand
resample2d(MLOperand input, [MLResample2dOptions? options]) MLOperand
reshape(MLOperand input, Iterable<int> newShape) MLOperand
sigmoid([MLOperand? x]) MLOperand
sin(MLOperand x) MLOperand
slice(MLOperand input, Iterable<int> starts, Iterable<int> sizes, [MLSliceOptions? options]) MLOperand
softmax(MLOperand x) MLOperand
softplus([MLOperand? x, MLSoftplusOptions? options]) MLOperand
softsign([MLOperand? x]) MLOperand
split(MLOperand input, dynamic splits, [MLSplitOptions? options]) Iterable<MLOperand>
squeeze(MLOperand input, [MLSqueezeOptions? options]) MLOperand
sub(MLOperand a, MLOperand b) MLOperand
tan(MLOperand x) MLOperand
tanh([MLOperand? x]) MLOperand
transpose(MLOperand input, [MLTransposeOptions? options]) MLOperand