github.com/primecitizens/pcz/std@v0.2.1/plat/js/web/bindings/import42_wasm.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright 2023 The Prime Citizens 3 4 //go:build wasm 5 6 package bindings 7 8 import ( 9 "unsafe" 10 11 "github.com/primecitizens/pcz/std/ffi/js" 12 ) 13 14 type ( 15 _ unsafe.Pointer 16 _ js.Ref 17 ) 18 19 //go:wasmimport plat/js/web constof_MLOperandType 20 //go:noescape 21 func ConstOfMLOperandType(str js.Ref) uint32 22 23 //go:wasmimport plat/js/web store_MLOperandDescriptor 24 //go:noescape 25 func MLOperandDescriptorJSStore( 26 ptr unsafe.Pointer, ref js.Ref) 27 28 //go:wasmimport plat/js/web load_MLOperandDescriptor 29 //go:noescape 30 func MLOperandDescriptorJSLoad( 31 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 32 33 //go:wasmimport plat/js/web store_MLHardSigmoidOptions 34 //go:noescape 35 func MLHardSigmoidOptionsJSStore( 36 ptr unsafe.Pointer, ref js.Ref) 37 38 //go:wasmimport plat/js/web load_MLHardSigmoidOptions 39 //go:noescape 40 func MLHardSigmoidOptionsJSLoad( 41 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 42 43 //go:wasmimport plat/js/web constof_MLGruWeightLayout 44 //go:noescape 45 func ConstOfMLGruWeightLayout(str js.Ref) uint32 46 47 //go:wasmimport plat/js/web store_MLGruCellOptions 48 //go:noescape 49 func MLGruCellOptionsJSStore( 50 ptr unsafe.Pointer, ref js.Ref) 51 52 //go:wasmimport plat/js/web load_MLGruCellOptions 53 //go:noescape 54 func MLGruCellOptionsJSLoad( 55 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 56 57 //go:wasmimport plat/js/web constof_MLRoundingType 58 //go:noescape 59 func ConstOfMLRoundingType(str js.Ref) uint32 60 61 //go:wasmimport plat/js/web store_MLPool2dOptions 62 //go:noescape 63 func MLPool2dOptionsJSStore( 64 ptr unsafe.Pointer, ref js.Ref) 65 66 //go:wasmimport plat/js/web load_MLPool2dOptions 67 //go:noescape 68 func MLPool2dOptionsJSLoad( 69 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 70 71 //go:wasmimport plat/js/web store_MLLinearOptions 72 //go:noescape 73 func MLLinearOptionsJSStore( 74 ptr unsafe.Pointer, ref js.Ref) 75 76 //go:wasmimport plat/js/web load_MLLinearOptions 77 //go:noescape 78 func MLLinearOptionsJSLoad( 79 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 80 81 //go:wasmimport plat/js/web store_MLLeakyReluOptions 82 //go:noescape 83 func MLLeakyReluOptionsJSStore( 84 ptr unsafe.Pointer, ref js.Ref) 85 86 //go:wasmimport plat/js/web load_MLLeakyReluOptions 87 //go:noescape 88 func MLLeakyReluOptionsJSLoad( 89 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 90 91 //go:wasmimport plat/js/web constof_MLPaddingMode 92 //go:noescape 93 func ConstOfMLPaddingMode(str js.Ref) uint32 94 95 //go:wasmimport plat/js/web store_MLPadOptions 96 //go:noescape 97 func MLPadOptionsJSStore( 98 ptr unsafe.Pointer, ref js.Ref) 99 100 //go:wasmimport plat/js/web load_MLPadOptions 101 //go:noescape 102 func MLPadOptionsJSLoad( 103 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 104 105 //go:wasmimport plat/js/web store_MLInstanceNormalizationOptions 106 //go:noescape 107 func MLInstanceNormalizationOptionsJSStore( 108 ptr unsafe.Pointer, ref js.Ref) 109 110 //go:wasmimport plat/js/web load_MLInstanceNormalizationOptions 111 //go:noescape 112 func MLInstanceNormalizationOptionsJSLoad( 113 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 114 115 //go:wasmimport plat/js/web store_MLSoftplusOptions 116 //go:noescape 117 func MLSoftplusOptionsJSStore( 118 ptr unsafe.Pointer, ref js.Ref) 119 120 //go:wasmimport plat/js/web load_MLSoftplusOptions 121 //go:noescape 122 func MLSoftplusOptionsJSLoad( 123 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 124 125 //go:wasmimport plat/js/web store_MLSplitOptions 126 //go:noescape 127 func MLSplitOptionsJSStore( 128 ptr unsafe.Pointer, ref js.Ref) 129 130 //go:wasmimport plat/js/web load_MLSplitOptions 131 //go:noescape 132 func MLSplitOptionsJSLoad( 133 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 134 135 //go:wasmimport plat/js/web constof_MLInterpolationMode 136 //go:noescape 137 func ConstOfMLInterpolationMode(str js.Ref) uint32 138 139 //go:wasmimport plat/js/web store_MLResample2dOptions 140 //go:noescape 141 func MLResample2dOptionsJSStore( 142 ptr unsafe.Pointer, ref js.Ref) 143 144 //go:wasmimport plat/js/web load_MLResample2dOptions 145 //go:noescape 146 func MLResample2dOptionsJSLoad( 147 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 148 149 //go:wasmimport plat/js/web store_MLReduceOptions 150 //go:noescape 151 func MLReduceOptionsJSStore( 152 ptr unsafe.Pointer, ref js.Ref) 153 154 //go:wasmimport plat/js/web load_MLReduceOptions 155 //go:noescape 156 func MLReduceOptionsJSLoad( 157 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 158 159 //go:wasmimport plat/js/web constof_MLRecurrentNetworkDirection 160 //go:noescape 161 func ConstOfMLRecurrentNetworkDirection(str js.Ref) uint32 162 163 //go:wasmimport plat/js/web constof_MLLstmWeightLayout 164 //go:noescape 165 func ConstOfMLLstmWeightLayout(str js.Ref) uint32 166 167 //go:wasmimport plat/js/web store_MLLstmOptions 168 //go:noescape 169 func MLLstmOptionsJSStore( 170 ptr unsafe.Pointer, ref js.Ref) 171 172 //go:wasmimport plat/js/web load_MLLstmOptions 173 //go:noescape 174 func MLLstmOptionsJSLoad( 175 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 176 177 //go:wasmimport plat/js/web store_MLSqueezeOptions 178 //go:noescape 179 func MLSqueezeOptionsJSStore( 180 ptr unsafe.Pointer, ref js.Ref) 181 182 //go:wasmimport plat/js/web load_MLSqueezeOptions 183 //go:noescape 184 func MLSqueezeOptionsJSLoad( 185 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 186 187 //go:wasmimport plat/js/web store_MLGruOptions 188 //go:noescape 189 func MLGruOptionsJSStore( 190 ptr unsafe.Pointer, ref js.Ref) 191 192 //go:wasmimport plat/js/web load_MLGruOptions 193 //go:noescape 194 func MLGruOptionsJSLoad( 195 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 196 197 //go:wasmimport plat/js/web store_MLTransposeOptions 198 //go:noescape 199 func MLTransposeOptionsJSStore( 200 ptr unsafe.Pointer, ref js.Ref) 201 202 //go:wasmimport plat/js/web load_MLTransposeOptions 203 //go:noescape 204 func MLTransposeOptionsJSLoad( 205 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 206 207 //go:wasmimport plat/js/web store_MLLstmCellOptions 208 //go:noescape 209 func MLLstmCellOptionsJSStore( 210 ptr unsafe.Pointer, ref js.Ref) 211 212 //go:wasmimport plat/js/web load_MLLstmCellOptions 213 //go:noescape 214 func MLLstmCellOptionsJSLoad( 215 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 216 217 //go:wasmimport plat/js/web new_MLGraphBuilder_MLGraphBuilder 218 //go:noescape 219 func NewMLGraphBuilderByMLGraphBuilder( 220 context js.Ref) js.Ref 221 222 //go:wasmimport plat/js/web has_MLGraphBuilder_Input 223 //go:noescape 224 func HasFuncMLGraphBuilderInput(this js.Ref) js.Ref 225 226 //go:wasmimport plat/js/web func_MLGraphBuilder_Input 227 //go:noescape 228 func FuncMLGraphBuilderInput(this js.Ref, fn unsafe.Pointer) 229 230 //go:wasmimport plat/js/web call_MLGraphBuilder_Input 231 //go:noescape 232 func CallMLGraphBuilderInput( 233 this js.Ref, retPtr unsafe.Pointer, 234 name js.Ref, 235 descriptor unsafe.Pointer) 236 237 //go:wasmimport plat/js/web try_MLGraphBuilder_Input 238 //go:noescape 239 func TryMLGraphBuilderInput( 240 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 241 name js.Ref, 242 descriptor unsafe.Pointer) (ok js.Ref) 243 244 //go:wasmimport plat/js/web has_MLGraphBuilder_Constant 245 //go:noescape 246 func HasFuncMLGraphBuilderConstant(this js.Ref) js.Ref 247 248 //go:wasmimport plat/js/web func_MLGraphBuilder_Constant 249 //go:noescape 250 func FuncMLGraphBuilderConstant(this js.Ref, fn unsafe.Pointer) 251 252 //go:wasmimport plat/js/web call_MLGraphBuilder_Constant 253 //go:noescape 254 func CallMLGraphBuilderConstant( 255 this js.Ref, retPtr unsafe.Pointer, 256 descriptor unsafe.Pointer, 257 bufferView js.Ref) 258 259 //go:wasmimport plat/js/web try_MLGraphBuilder_Constant 260 //go:noescape 261 func TryMLGraphBuilderConstant( 262 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 263 descriptor unsafe.Pointer, 264 bufferView js.Ref) (ok js.Ref) 265 266 //go:wasmimport plat/js/web has_MLGraphBuilder_Constant1 267 //go:noescape 268 func HasFuncMLGraphBuilderConstant1(this js.Ref) js.Ref 269 270 //go:wasmimport plat/js/web func_MLGraphBuilder_Constant1 271 //go:noescape 272 func FuncMLGraphBuilderConstant1(this js.Ref, fn unsafe.Pointer) 273 274 //go:wasmimport plat/js/web call_MLGraphBuilder_Constant1 275 //go:noescape 276 func CallMLGraphBuilderConstant1( 277 this js.Ref, retPtr unsafe.Pointer, 278 value float64, 279 typ uint32) 280 281 //go:wasmimport plat/js/web try_MLGraphBuilder_Constant1 282 //go:noescape 283 func TryMLGraphBuilderConstant1( 284 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 285 value float64, 286 typ uint32) (ok js.Ref) 287 288 //go:wasmimport plat/js/web has_MLGraphBuilder_Constant2 289 //go:noescape 290 func HasFuncMLGraphBuilderConstant2(this js.Ref) js.Ref 291 292 //go:wasmimport plat/js/web func_MLGraphBuilder_Constant2 293 //go:noescape 294 func FuncMLGraphBuilderConstant2(this js.Ref, fn unsafe.Pointer) 295 296 //go:wasmimport plat/js/web call_MLGraphBuilder_Constant2 297 //go:noescape 298 func CallMLGraphBuilderConstant2( 299 this js.Ref, retPtr unsafe.Pointer, 300 value float64) 301 302 //go:wasmimport plat/js/web try_MLGraphBuilder_Constant2 303 //go:noescape 304 func TryMLGraphBuilderConstant2( 305 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 306 value float64) (ok js.Ref) 307 308 //go:wasmimport plat/js/web has_MLGraphBuilder_Build 309 //go:noescape 310 func HasFuncMLGraphBuilderBuild(this js.Ref) js.Ref 311 312 //go:wasmimport plat/js/web func_MLGraphBuilder_Build 313 //go:noescape 314 func FuncMLGraphBuilderBuild(this js.Ref, fn unsafe.Pointer) 315 316 //go:wasmimport plat/js/web call_MLGraphBuilder_Build 317 //go:noescape 318 func CallMLGraphBuilderBuild( 319 this js.Ref, retPtr unsafe.Pointer, 320 outputs js.Ref) 321 322 //go:wasmimport plat/js/web try_MLGraphBuilder_Build 323 //go:noescape 324 func TryMLGraphBuilderBuild( 325 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 326 outputs js.Ref) (ok js.Ref) 327 328 //go:wasmimport plat/js/web has_MLGraphBuilder_BuildSync 329 //go:noescape 330 func HasFuncMLGraphBuilderBuildSync(this js.Ref) js.Ref 331 332 //go:wasmimport plat/js/web func_MLGraphBuilder_BuildSync 333 //go:noescape 334 func FuncMLGraphBuilderBuildSync(this js.Ref, fn unsafe.Pointer) 335 336 //go:wasmimport plat/js/web call_MLGraphBuilder_BuildSync 337 //go:noescape 338 func CallMLGraphBuilderBuildSync( 339 this js.Ref, retPtr unsafe.Pointer, 340 outputs js.Ref) 341 342 //go:wasmimport plat/js/web try_MLGraphBuilder_BuildSync 343 //go:noescape 344 func TryMLGraphBuilderBuildSync( 345 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 346 outputs js.Ref) (ok js.Ref) 347 348 //go:wasmimport plat/js/web has_MLGraphBuilder_HardSigmoid 349 //go:noescape 350 func HasFuncMLGraphBuilderHardSigmoid(this js.Ref) js.Ref 351 352 //go:wasmimport plat/js/web func_MLGraphBuilder_HardSigmoid 353 //go:noescape 354 func FuncMLGraphBuilderHardSigmoid(this js.Ref, fn unsafe.Pointer) 355 356 //go:wasmimport plat/js/web call_MLGraphBuilder_HardSigmoid 357 //go:noescape 358 func CallMLGraphBuilderHardSigmoid( 359 this js.Ref, retPtr unsafe.Pointer, 360 input js.Ref, 361 options unsafe.Pointer) 362 363 //go:wasmimport plat/js/web try_MLGraphBuilder_HardSigmoid 364 //go:noescape 365 func TryMLGraphBuilderHardSigmoid( 366 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 367 input js.Ref, 368 options unsafe.Pointer) (ok js.Ref) 369 370 //go:wasmimport plat/js/web has_MLGraphBuilder_HardSigmoid1 371 //go:noescape 372 func HasFuncMLGraphBuilderHardSigmoid1(this js.Ref) js.Ref 373 374 //go:wasmimport plat/js/web func_MLGraphBuilder_HardSigmoid1 375 //go:noescape 376 func FuncMLGraphBuilderHardSigmoid1(this js.Ref, fn unsafe.Pointer) 377 378 //go:wasmimport plat/js/web call_MLGraphBuilder_HardSigmoid1 379 //go:noescape 380 func CallMLGraphBuilderHardSigmoid1( 381 this js.Ref, retPtr unsafe.Pointer, 382 input js.Ref) 383 384 //go:wasmimport plat/js/web try_MLGraphBuilder_HardSigmoid1 385 //go:noescape 386 func TryMLGraphBuilderHardSigmoid1( 387 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 388 input js.Ref) (ok js.Ref) 389 390 //go:wasmimport plat/js/web has_MLGraphBuilder_HardSigmoid2 391 //go:noescape 392 func HasFuncMLGraphBuilderHardSigmoid2(this js.Ref) js.Ref 393 394 //go:wasmimport plat/js/web func_MLGraphBuilder_HardSigmoid2 395 //go:noescape 396 func FuncMLGraphBuilderHardSigmoid2(this js.Ref, fn unsafe.Pointer) 397 398 //go:wasmimport plat/js/web call_MLGraphBuilder_HardSigmoid2 399 //go:noescape 400 func CallMLGraphBuilderHardSigmoid2( 401 this js.Ref, retPtr unsafe.Pointer, 402 options unsafe.Pointer) 403 404 //go:wasmimport plat/js/web try_MLGraphBuilder_HardSigmoid2 405 //go:noescape 406 func TryMLGraphBuilderHardSigmoid2( 407 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 408 options unsafe.Pointer) (ok js.Ref) 409 410 //go:wasmimport plat/js/web has_MLGraphBuilder_HardSigmoid3 411 //go:noescape 412 func HasFuncMLGraphBuilderHardSigmoid3(this js.Ref) js.Ref 413 414 //go:wasmimport plat/js/web func_MLGraphBuilder_HardSigmoid3 415 //go:noescape 416 func FuncMLGraphBuilderHardSigmoid3(this js.Ref, fn unsafe.Pointer) 417 418 //go:wasmimport plat/js/web call_MLGraphBuilder_HardSigmoid3 419 //go:noescape 420 func CallMLGraphBuilderHardSigmoid3( 421 this js.Ref, retPtr unsafe.Pointer) 422 423 //go:wasmimport plat/js/web try_MLGraphBuilder_HardSigmoid3 424 //go:noescape 425 func TryMLGraphBuilderHardSigmoid3( 426 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 427 428 //go:wasmimport plat/js/web has_MLGraphBuilder_GruCell 429 //go:noescape 430 func HasFuncMLGraphBuilderGruCell(this js.Ref) js.Ref 431 432 //go:wasmimport plat/js/web func_MLGraphBuilder_GruCell 433 //go:noescape 434 func FuncMLGraphBuilderGruCell(this js.Ref, fn unsafe.Pointer) 435 436 //go:wasmimport plat/js/web call_MLGraphBuilder_GruCell 437 //go:noescape 438 func CallMLGraphBuilderGruCell( 439 this js.Ref, retPtr unsafe.Pointer, 440 input js.Ref, 441 weight js.Ref, 442 recurrentWeight js.Ref, 443 hiddenState js.Ref, 444 hiddenSize uint32, 445 options unsafe.Pointer) 446 447 //go:wasmimport plat/js/web try_MLGraphBuilder_GruCell 448 //go:noescape 449 func TryMLGraphBuilderGruCell( 450 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 451 input js.Ref, 452 weight js.Ref, 453 recurrentWeight js.Ref, 454 hiddenState js.Ref, 455 hiddenSize uint32, 456 options unsafe.Pointer) (ok js.Ref) 457 458 //go:wasmimport plat/js/web has_MLGraphBuilder_GruCell1 459 //go:noescape 460 func HasFuncMLGraphBuilderGruCell1(this js.Ref) js.Ref 461 462 //go:wasmimport plat/js/web func_MLGraphBuilder_GruCell1 463 //go:noescape 464 func FuncMLGraphBuilderGruCell1(this js.Ref, fn unsafe.Pointer) 465 466 //go:wasmimport plat/js/web call_MLGraphBuilder_GruCell1 467 //go:noescape 468 func CallMLGraphBuilderGruCell1( 469 this js.Ref, retPtr unsafe.Pointer, 470 input js.Ref, 471 weight js.Ref, 472 recurrentWeight js.Ref, 473 hiddenState js.Ref, 474 hiddenSize uint32) 475 476 //go:wasmimport plat/js/web try_MLGraphBuilder_GruCell1 477 //go:noescape 478 func TryMLGraphBuilderGruCell1( 479 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 480 input js.Ref, 481 weight js.Ref, 482 recurrentWeight js.Ref, 483 hiddenState js.Ref, 484 hiddenSize uint32) (ok js.Ref) 485 486 //go:wasmimport plat/js/web has_MLGraphBuilder_Slice 487 //go:noescape 488 func HasFuncMLGraphBuilderSlice(this js.Ref) js.Ref 489 490 //go:wasmimport plat/js/web func_MLGraphBuilder_Slice 491 //go:noescape 492 func FuncMLGraphBuilderSlice(this js.Ref, fn unsafe.Pointer) 493 494 //go:wasmimport plat/js/web call_MLGraphBuilder_Slice 495 //go:noescape 496 func CallMLGraphBuilderSlice( 497 this js.Ref, retPtr unsafe.Pointer, 498 input js.Ref, 499 starts js.Ref, 500 sizes js.Ref) 501 502 //go:wasmimport plat/js/web try_MLGraphBuilder_Slice 503 //go:noescape 504 func TryMLGraphBuilderSlice( 505 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 506 input js.Ref, 507 starts js.Ref, 508 sizes js.Ref) (ok js.Ref) 509 510 //go:wasmimport plat/js/web has_MLGraphBuilder_AveragePool2d 511 //go:noescape 512 func HasFuncMLGraphBuilderAveragePool2d(this js.Ref) js.Ref 513 514 //go:wasmimport plat/js/web func_MLGraphBuilder_AveragePool2d 515 //go:noescape 516 func FuncMLGraphBuilderAveragePool2d(this js.Ref, fn unsafe.Pointer) 517 518 //go:wasmimport plat/js/web call_MLGraphBuilder_AveragePool2d 519 //go:noescape 520 func CallMLGraphBuilderAveragePool2d( 521 this js.Ref, retPtr unsafe.Pointer, 522 input js.Ref, 523 options unsafe.Pointer) 524 525 //go:wasmimport plat/js/web try_MLGraphBuilder_AveragePool2d 526 //go:noescape 527 func TryMLGraphBuilderAveragePool2d( 528 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 529 input js.Ref, 530 options unsafe.Pointer) (ok js.Ref) 531 532 //go:wasmimport plat/js/web has_MLGraphBuilder_AveragePool2d1 533 //go:noescape 534 func HasFuncMLGraphBuilderAveragePool2d1(this js.Ref) js.Ref 535 536 //go:wasmimport plat/js/web func_MLGraphBuilder_AveragePool2d1 537 //go:noescape 538 func FuncMLGraphBuilderAveragePool2d1(this js.Ref, fn unsafe.Pointer) 539 540 //go:wasmimport plat/js/web call_MLGraphBuilder_AveragePool2d1 541 //go:noescape 542 func CallMLGraphBuilderAveragePool2d1( 543 this js.Ref, retPtr unsafe.Pointer, 544 input js.Ref) 545 546 //go:wasmimport plat/js/web try_MLGraphBuilder_AveragePool2d1 547 //go:noescape 548 func TryMLGraphBuilderAveragePool2d1( 549 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 550 input js.Ref) (ok js.Ref) 551 552 //go:wasmimport plat/js/web has_MLGraphBuilder_L2Pool2d 553 //go:noescape 554 func HasFuncMLGraphBuilderL2Pool2d(this js.Ref) js.Ref 555 556 //go:wasmimport plat/js/web func_MLGraphBuilder_L2Pool2d 557 //go:noescape 558 func FuncMLGraphBuilderL2Pool2d(this js.Ref, fn unsafe.Pointer) 559 560 //go:wasmimport plat/js/web call_MLGraphBuilder_L2Pool2d 561 //go:noescape 562 func CallMLGraphBuilderL2Pool2d( 563 this js.Ref, retPtr unsafe.Pointer, 564 input js.Ref, 565 options unsafe.Pointer) 566 567 //go:wasmimport plat/js/web try_MLGraphBuilder_L2Pool2d 568 //go:noescape 569 func TryMLGraphBuilderL2Pool2d( 570 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 571 input js.Ref, 572 options unsafe.Pointer) (ok js.Ref) 573 574 //go:wasmimport plat/js/web has_MLGraphBuilder_L2Pool2d1 575 //go:noescape 576 func HasFuncMLGraphBuilderL2Pool2d1(this js.Ref) js.Ref 577 578 //go:wasmimport plat/js/web func_MLGraphBuilder_L2Pool2d1 579 //go:noescape 580 func FuncMLGraphBuilderL2Pool2d1(this js.Ref, fn unsafe.Pointer) 581 582 //go:wasmimport plat/js/web call_MLGraphBuilder_L2Pool2d1 583 //go:noescape 584 func CallMLGraphBuilderL2Pool2d1( 585 this js.Ref, retPtr unsafe.Pointer, 586 input js.Ref) 587 588 //go:wasmimport plat/js/web try_MLGraphBuilder_L2Pool2d1 589 //go:noescape 590 func TryMLGraphBuilderL2Pool2d1( 591 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 592 input js.Ref) (ok js.Ref) 593 594 //go:wasmimport plat/js/web has_MLGraphBuilder_MaxPool2d 595 //go:noescape 596 func HasFuncMLGraphBuilderMaxPool2d(this js.Ref) js.Ref 597 598 //go:wasmimport plat/js/web func_MLGraphBuilder_MaxPool2d 599 //go:noescape 600 func FuncMLGraphBuilderMaxPool2d(this js.Ref, fn unsafe.Pointer) 601 602 //go:wasmimport plat/js/web call_MLGraphBuilder_MaxPool2d 603 //go:noescape 604 func CallMLGraphBuilderMaxPool2d( 605 this js.Ref, retPtr unsafe.Pointer, 606 input js.Ref, 607 options unsafe.Pointer) 608 609 //go:wasmimport plat/js/web try_MLGraphBuilder_MaxPool2d 610 //go:noescape 611 func TryMLGraphBuilderMaxPool2d( 612 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 613 input js.Ref, 614 options unsafe.Pointer) (ok js.Ref) 615 616 //go:wasmimport plat/js/web has_MLGraphBuilder_MaxPool2d1 617 //go:noescape 618 func HasFuncMLGraphBuilderMaxPool2d1(this js.Ref) js.Ref 619 620 //go:wasmimport plat/js/web func_MLGraphBuilder_MaxPool2d1 621 //go:noescape 622 func FuncMLGraphBuilderMaxPool2d1(this js.Ref, fn unsafe.Pointer) 623 624 //go:wasmimport plat/js/web call_MLGraphBuilder_MaxPool2d1 625 //go:noescape 626 func CallMLGraphBuilderMaxPool2d1( 627 this js.Ref, retPtr unsafe.Pointer, 628 input js.Ref) 629 630 //go:wasmimport plat/js/web try_MLGraphBuilder_MaxPool2d1 631 //go:noescape 632 func TryMLGraphBuilderMaxPool2d1( 633 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 634 input js.Ref) (ok js.Ref) 635 636 //go:wasmimport plat/js/web has_MLGraphBuilder_Linear 637 //go:noescape 638 func HasFuncMLGraphBuilderLinear(this js.Ref) js.Ref 639 640 //go:wasmimport plat/js/web func_MLGraphBuilder_Linear 641 //go:noescape 642 func FuncMLGraphBuilderLinear(this js.Ref, fn unsafe.Pointer) 643 644 //go:wasmimport plat/js/web call_MLGraphBuilder_Linear 645 //go:noescape 646 func CallMLGraphBuilderLinear( 647 this js.Ref, retPtr unsafe.Pointer, 648 input js.Ref, 649 options unsafe.Pointer) 650 651 //go:wasmimport plat/js/web try_MLGraphBuilder_Linear 652 //go:noescape 653 func TryMLGraphBuilderLinear( 654 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 655 input js.Ref, 656 options unsafe.Pointer) (ok js.Ref) 657 658 //go:wasmimport plat/js/web has_MLGraphBuilder_Linear1 659 //go:noescape 660 func HasFuncMLGraphBuilderLinear1(this js.Ref) js.Ref 661 662 //go:wasmimport plat/js/web func_MLGraphBuilder_Linear1 663 //go:noescape 664 func FuncMLGraphBuilderLinear1(this js.Ref, fn unsafe.Pointer) 665 666 //go:wasmimport plat/js/web call_MLGraphBuilder_Linear1 667 //go:noescape 668 func CallMLGraphBuilderLinear1( 669 this js.Ref, retPtr unsafe.Pointer, 670 input js.Ref) 671 672 //go:wasmimport plat/js/web try_MLGraphBuilder_Linear1 673 //go:noescape 674 func TryMLGraphBuilderLinear1( 675 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 676 input js.Ref) (ok js.Ref) 677 678 //go:wasmimport plat/js/web has_MLGraphBuilder_Linear2 679 //go:noescape 680 func HasFuncMLGraphBuilderLinear2(this js.Ref) js.Ref 681 682 //go:wasmimport plat/js/web func_MLGraphBuilder_Linear2 683 //go:noescape 684 func FuncMLGraphBuilderLinear2(this js.Ref, fn unsafe.Pointer) 685 686 //go:wasmimport plat/js/web call_MLGraphBuilder_Linear2 687 //go:noescape 688 func CallMLGraphBuilderLinear2( 689 this js.Ref, retPtr unsafe.Pointer, 690 options unsafe.Pointer) 691 692 //go:wasmimport plat/js/web try_MLGraphBuilder_Linear2 693 //go:noescape 694 func TryMLGraphBuilderLinear2( 695 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 696 options unsafe.Pointer) (ok js.Ref) 697 698 //go:wasmimport plat/js/web has_MLGraphBuilder_Linear3 699 //go:noescape 700 func HasFuncMLGraphBuilderLinear3(this js.Ref) js.Ref 701 702 //go:wasmimport plat/js/web func_MLGraphBuilder_Linear3 703 //go:noescape 704 func FuncMLGraphBuilderLinear3(this js.Ref, fn unsafe.Pointer) 705 706 //go:wasmimport plat/js/web call_MLGraphBuilder_Linear3 707 //go:noescape 708 func CallMLGraphBuilderLinear3( 709 this js.Ref, retPtr unsafe.Pointer) 710 711 //go:wasmimport plat/js/web try_MLGraphBuilder_Linear3 712 //go:noescape 713 func TryMLGraphBuilderLinear3( 714 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 715 716 //go:wasmimport plat/js/web has_MLGraphBuilder_LeakyRelu 717 //go:noescape 718 func HasFuncMLGraphBuilderLeakyRelu(this js.Ref) js.Ref 719 720 //go:wasmimport plat/js/web func_MLGraphBuilder_LeakyRelu 721 //go:noescape 722 func FuncMLGraphBuilderLeakyRelu(this js.Ref, fn unsafe.Pointer) 723 724 //go:wasmimport plat/js/web call_MLGraphBuilder_LeakyRelu 725 //go:noescape 726 func CallMLGraphBuilderLeakyRelu( 727 this js.Ref, retPtr unsafe.Pointer, 728 input js.Ref, 729 options unsafe.Pointer) 730 731 //go:wasmimport plat/js/web try_MLGraphBuilder_LeakyRelu 732 //go:noescape 733 func TryMLGraphBuilderLeakyRelu( 734 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 735 input js.Ref, 736 options unsafe.Pointer) (ok js.Ref) 737 738 //go:wasmimport plat/js/web has_MLGraphBuilder_LeakyRelu1 739 //go:noescape 740 func HasFuncMLGraphBuilderLeakyRelu1(this js.Ref) js.Ref 741 742 //go:wasmimport plat/js/web func_MLGraphBuilder_LeakyRelu1 743 //go:noescape 744 func FuncMLGraphBuilderLeakyRelu1(this js.Ref, fn unsafe.Pointer) 745 746 //go:wasmimport plat/js/web call_MLGraphBuilder_LeakyRelu1 747 //go:noescape 748 func CallMLGraphBuilderLeakyRelu1( 749 this js.Ref, retPtr unsafe.Pointer, 750 input js.Ref) 751 752 //go:wasmimport plat/js/web try_MLGraphBuilder_LeakyRelu1 753 //go:noescape 754 func TryMLGraphBuilderLeakyRelu1( 755 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 756 input js.Ref) (ok js.Ref) 757 758 //go:wasmimport plat/js/web has_MLGraphBuilder_LeakyRelu2 759 //go:noescape 760 func HasFuncMLGraphBuilderLeakyRelu2(this js.Ref) js.Ref 761 762 //go:wasmimport plat/js/web func_MLGraphBuilder_LeakyRelu2 763 //go:noescape 764 func FuncMLGraphBuilderLeakyRelu2(this js.Ref, fn unsafe.Pointer) 765 766 //go:wasmimport plat/js/web call_MLGraphBuilder_LeakyRelu2 767 //go:noescape 768 func CallMLGraphBuilderLeakyRelu2( 769 this js.Ref, retPtr unsafe.Pointer, 770 options unsafe.Pointer) 771 772 //go:wasmimport plat/js/web try_MLGraphBuilder_LeakyRelu2 773 //go:noescape 774 func TryMLGraphBuilderLeakyRelu2( 775 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 776 options unsafe.Pointer) (ok js.Ref) 777 778 //go:wasmimport plat/js/web has_MLGraphBuilder_LeakyRelu3 779 //go:noescape 780 func HasFuncMLGraphBuilderLeakyRelu3(this js.Ref) js.Ref 781 782 //go:wasmimport plat/js/web func_MLGraphBuilder_LeakyRelu3 783 //go:noescape 784 func FuncMLGraphBuilderLeakyRelu3(this js.Ref, fn unsafe.Pointer) 785 786 //go:wasmimport plat/js/web call_MLGraphBuilder_LeakyRelu3 787 //go:noescape 788 func CallMLGraphBuilderLeakyRelu3( 789 this js.Ref, retPtr unsafe.Pointer) 790 791 //go:wasmimport plat/js/web try_MLGraphBuilder_LeakyRelu3 792 //go:noescape 793 func TryMLGraphBuilderLeakyRelu3( 794 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 795 796 //go:wasmimport plat/js/web has_MLGraphBuilder_Pad 797 //go:noescape 798 func HasFuncMLGraphBuilderPad(this js.Ref) js.Ref 799 800 //go:wasmimport plat/js/web func_MLGraphBuilder_Pad 801 //go:noescape 802 func FuncMLGraphBuilderPad(this js.Ref, fn unsafe.Pointer) 803 804 //go:wasmimport plat/js/web call_MLGraphBuilder_Pad 805 //go:noescape 806 func CallMLGraphBuilderPad( 807 this js.Ref, retPtr unsafe.Pointer, 808 input js.Ref, 809 beginningPadding js.Ref, 810 endingPadding js.Ref, 811 options unsafe.Pointer) 812 813 //go:wasmimport plat/js/web try_MLGraphBuilder_Pad 814 //go:noescape 815 func TryMLGraphBuilderPad( 816 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 817 input js.Ref, 818 beginningPadding js.Ref, 819 endingPadding js.Ref, 820 options unsafe.Pointer) (ok js.Ref) 821 822 //go:wasmimport plat/js/web has_MLGraphBuilder_Pad1 823 //go:noescape 824 func HasFuncMLGraphBuilderPad1(this js.Ref) js.Ref 825 826 //go:wasmimport plat/js/web func_MLGraphBuilder_Pad1 827 //go:noescape 828 func FuncMLGraphBuilderPad1(this js.Ref, fn unsafe.Pointer) 829 830 //go:wasmimport plat/js/web call_MLGraphBuilder_Pad1 831 //go:noescape 832 func CallMLGraphBuilderPad1( 833 this js.Ref, retPtr unsafe.Pointer, 834 input js.Ref, 835 beginningPadding js.Ref, 836 endingPadding js.Ref) 837 838 //go:wasmimport plat/js/web try_MLGraphBuilder_Pad1 839 //go:noescape 840 func TryMLGraphBuilderPad1( 841 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 842 input js.Ref, 843 beginningPadding js.Ref, 844 endingPadding js.Ref) (ok js.Ref) 845 846 //go:wasmimport plat/js/web has_MLGraphBuilder_InstanceNormalization 847 //go:noescape 848 func HasFuncMLGraphBuilderInstanceNormalization(this js.Ref) js.Ref 849 850 //go:wasmimport plat/js/web func_MLGraphBuilder_InstanceNormalization 851 //go:noescape 852 func FuncMLGraphBuilderInstanceNormalization(this js.Ref, fn unsafe.Pointer) 853 854 //go:wasmimport plat/js/web call_MLGraphBuilder_InstanceNormalization 855 //go:noescape 856 func CallMLGraphBuilderInstanceNormalization( 857 this js.Ref, retPtr unsafe.Pointer, 858 input js.Ref, 859 options unsafe.Pointer) 860 861 //go:wasmimport plat/js/web try_MLGraphBuilder_InstanceNormalization 862 //go:noescape 863 func TryMLGraphBuilderInstanceNormalization( 864 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 865 input js.Ref, 866 options unsafe.Pointer) (ok js.Ref) 867 868 //go:wasmimport plat/js/web has_MLGraphBuilder_InstanceNormalization1 869 //go:noescape 870 func HasFuncMLGraphBuilderInstanceNormalization1(this js.Ref) js.Ref 871 872 //go:wasmimport plat/js/web func_MLGraphBuilder_InstanceNormalization1 873 //go:noescape 874 func FuncMLGraphBuilderInstanceNormalization1(this js.Ref, fn unsafe.Pointer) 875 876 //go:wasmimport plat/js/web call_MLGraphBuilder_InstanceNormalization1 877 //go:noescape 878 func CallMLGraphBuilderInstanceNormalization1( 879 this js.Ref, retPtr unsafe.Pointer, 880 input js.Ref) 881 882 //go:wasmimport plat/js/web try_MLGraphBuilder_InstanceNormalization1 883 //go:noescape 884 func TryMLGraphBuilderInstanceNormalization1( 885 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 886 input js.Ref) (ok js.Ref) 887 888 //go:wasmimport plat/js/web has_MLGraphBuilder_Softplus 889 //go:noescape 890 func HasFuncMLGraphBuilderSoftplus(this js.Ref) js.Ref 891 892 //go:wasmimport plat/js/web func_MLGraphBuilder_Softplus 893 //go:noescape 894 func FuncMLGraphBuilderSoftplus(this js.Ref, fn unsafe.Pointer) 895 896 //go:wasmimport plat/js/web call_MLGraphBuilder_Softplus 897 //go:noescape 898 func CallMLGraphBuilderSoftplus( 899 this js.Ref, retPtr unsafe.Pointer, 900 input js.Ref, 901 options unsafe.Pointer) 902 903 //go:wasmimport plat/js/web try_MLGraphBuilder_Softplus 904 //go:noescape 905 func TryMLGraphBuilderSoftplus( 906 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 907 input js.Ref, 908 options unsafe.Pointer) (ok js.Ref) 909 910 //go:wasmimport plat/js/web has_MLGraphBuilder_Softplus1 911 //go:noescape 912 func HasFuncMLGraphBuilderSoftplus1(this js.Ref) js.Ref 913 914 //go:wasmimport plat/js/web func_MLGraphBuilder_Softplus1 915 //go:noescape 916 func FuncMLGraphBuilderSoftplus1(this js.Ref, fn unsafe.Pointer) 917 918 //go:wasmimport plat/js/web call_MLGraphBuilder_Softplus1 919 //go:noescape 920 func CallMLGraphBuilderSoftplus1( 921 this js.Ref, retPtr unsafe.Pointer, 922 input js.Ref) 923 924 //go:wasmimport plat/js/web try_MLGraphBuilder_Softplus1 925 //go:noescape 926 func TryMLGraphBuilderSoftplus1( 927 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 928 input js.Ref) (ok js.Ref) 929 930 //go:wasmimport plat/js/web has_MLGraphBuilder_Softplus2 931 //go:noescape 932 func HasFuncMLGraphBuilderSoftplus2(this js.Ref) js.Ref 933 934 //go:wasmimport plat/js/web func_MLGraphBuilder_Softplus2 935 //go:noescape 936 func FuncMLGraphBuilderSoftplus2(this js.Ref, fn unsafe.Pointer) 937 938 //go:wasmimport plat/js/web call_MLGraphBuilder_Softplus2 939 //go:noescape 940 func CallMLGraphBuilderSoftplus2( 941 this js.Ref, retPtr unsafe.Pointer, 942 options unsafe.Pointer) 943 944 //go:wasmimport plat/js/web try_MLGraphBuilder_Softplus2 945 //go:noescape 946 func TryMLGraphBuilderSoftplus2( 947 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 948 options unsafe.Pointer) (ok js.Ref) 949 950 //go:wasmimport plat/js/web has_MLGraphBuilder_Softplus3 951 //go:noescape 952 func HasFuncMLGraphBuilderSoftplus3(this js.Ref) js.Ref 953 954 //go:wasmimport plat/js/web func_MLGraphBuilder_Softplus3 955 //go:noescape 956 func FuncMLGraphBuilderSoftplus3(this js.Ref, fn unsafe.Pointer) 957 958 //go:wasmimport plat/js/web call_MLGraphBuilder_Softplus3 959 //go:noescape 960 func CallMLGraphBuilderSoftplus3( 961 this js.Ref, retPtr unsafe.Pointer) 962 963 //go:wasmimport plat/js/web try_MLGraphBuilder_Softplus3 964 //go:noescape 965 func TryMLGraphBuilderSoftplus3( 966 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 967 968 //go:wasmimport plat/js/web has_MLGraphBuilder_Softsign 969 //go:noescape 970 func HasFuncMLGraphBuilderSoftsign(this js.Ref) js.Ref 971 972 //go:wasmimport plat/js/web func_MLGraphBuilder_Softsign 973 //go:noescape 974 func FuncMLGraphBuilderSoftsign(this js.Ref, fn unsafe.Pointer) 975 976 //go:wasmimport plat/js/web call_MLGraphBuilder_Softsign 977 //go:noescape 978 func CallMLGraphBuilderSoftsign( 979 this js.Ref, retPtr unsafe.Pointer, 980 input js.Ref) 981 982 //go:wasmimport plat/js/web try_MLGraphBuilder_Softsign 983 //go:noescape 984 func TryMLGraphBuilderSoftsign( 985 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 986 input js.Ref) (ok js.Ref) 987 988 //go:wasmimport plat/js/web has_MLGraphBuilder_Softsign1 989 //go:noescape 990 func HasFuncMLGraphBuilderSoftsign1(this js.Ref) js.Ref 991 992 //go:wasmimport plat/js/web func_MLGraphBuilder_Softsign1 993 //go:noescape 994 func FuncMLGraphBuilderSoftsign1(this js.Ref, fn unsafe.Pointer) 995 996 //go:wasmimport plat/js/web call_MLGraphBuilder_Softsign1 997 //go:noescape 998 func CallMLGraphBuilderSoftsign1( 999 this js.Ref, retPtr unsafe.Pointer) 1000 1001 //go:wasmimport plat/js/web try_MLGraphBuilder_Softsign1 1002 //go:noescape 1003 func TryMLGraphBuilderSoftsign1( 1004 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1005 1006 //go:wasmimport plat/js/web has_MLGraphBuilder_Sigmoid 1007 //go:noescape 1008 func HasFuncMLGraphBuilderSigmoid(this js.Ref) js.Ref 1009 1010 //go:wasmimport plat/js/web func_MLGraphBuilder_Sigmoid 1011 //go:noescape 1012 func FuncMLGraphBuilderSigmoid(this js.Ref, fn unsafe.Pointer) 1013 1014 //go:wasmimport plat/js/web call_MLGraphBuilder_Sigmoid 1015 //go:noescape 1016 func CallMLGraphBuilderSigmoid( 1017 this js.Ref, retPtr unsafe.Pointer, 1018 input js.Ref) 1019 1020 //go:wasmimport plat/js/web try_MLGraphBuilder_Sigmoid 1021 //go:noescape 1022 func TryMLGraphBuilderSigmoid( 1023 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1024 input js.Ref) (ok js.Ref) 1025 1026 //go:wasmimport plat/js/web has_MLGraphBuilder_Sigmoid1 1027 //go:noescape 1028 func HasFuncMLGraphBuilderSigmoid1(this js.Ref) js.Ref 1029 1030 //go:wasmimport plat/js/web func_MLGraphBuilder_Sigmoid1 1031 //go:noescape 1032 func FuncMLGraphBuilderSigmoid1(this js.Ref, fn unsafe.Pointer) 1033 1034 //go:wasmimport plat/js/web call_MLGraphBuilder_Sigmoid1 1035 //go:noescape 1036 func CallMLGraphBuilderSigmoid1( 1037 this js.Ref, retPtr unsafe.Pointer) 1038 1039 //go:wasmimport plat/js/web try_MLGraphBuilder_Sigmoid1 1040 //go:noescape 1041 func TryMLGraphBuilderSigmoid1( 1042 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1043 1044 //go:wasmimport plat/js/web has_MLGraphBuilder_Reshape 1045 //go:noescape 1046 func HasFuncMLGraphBuilderReshape(this js.Ref) js.Ref 1047 1048 //go:wasmimport plat/js/web func_MLGraphBuilder_Reshape 1049 //go:noescape 1050 func FuncMLGraphBuilderReshape(this js.Ref, fn unsafe.Pointer) 1051 1052 //go:wasmimport plat/js/web call_MLGraphBuilder_Reshape 1053 //go:noescape 1054 func CallMLGraphBuilderReshape( 1055 this js.Ref, retPtr unsafe.Pointer, 1056 input js.Ref, 1057 newShape js.Ref) 1058 1059 //go:wasmimport plat/js/web try_MLGraphBuilder_Reshape 1060 //go:noescape 1061 func TryMLGraphBuilderReshape( 1062 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1063 input js.Ref, 1064 newShape js.Ref) (ok js.Ref) 1065 1066 //go:wasmimport plat/js/web has_MLGraphBuilder_Conv2d 1067 //go:noescape 1068 func HasFuncMLGraphBuilderConv2d(this js.Ref) js.Ref 1069 1070 //go:wasmimport plat/js/web func_MLGraphBuilder_Conv2d 1071 //go:noescape 1072 func FuncMLGraphBuilderConv2d(this js.Ref, fn unsafe.Pointer) 1073 1074 //go:wasmimport plat/js/web call_MLGraphBuilder_Conv2d 1075 //go:noescape 1076 func CallMLGraphBuilderConv2d( 1077 this js.Ref, retPtr unsafe.Pointer, 1078 input js.Ref, 1079 filter js.Ref, 1080 options unsafe.Pointer) 1081 1082 //go:wasmimport plat/js/web try_MLGraphBuilder_Conv2d 1083 //go:noescape 1084 func TryMLGraphBuilderConv2d( 1085 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1086 input js.Ref, 1087 filter js.Ref, 1088 options unsafe.Pointer) (ok js.Ref) 1089 1090 //go:wasmimport plat/js/web has_MLGraphBuilder_Conv2d1 1091 //go:noescape 1092 func HasFuncMLGraphBuilderConv2d1(this js.Ref) js.Ref 1093 1094 //go:wasmimport plat/js/web func_MLGraphBuilder_Conv2d1 1095 //go:noescape 1096 func FuncMLGraphBuilderConv2d1(this js.Ref, fn unsafe.Pointer) 1097 1098 //go:wasmimport plat/js/web call_MLGraphBuilder_Conv2d1 1099 //go:noescape 1100 func CallMLGraphBuilderConv2d1( 1101 this js.Ref, retPtr unsafe.Pointer, 1102 input js.Ref, 1103 filter js.Ref) 1104 1105 //go:wasmimport plat/js/web try_MLGraphBuilder_Conv2d1 1106 //go:noescape 1107 func TryMLGraphBuilderConv2d1( 1108 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1109 input js.Ref, 1110 filter js.Ref) (ok js.Ref) 1111 1112 //go:wasmimport plat/js/web has_MLGraphBuilder_Split 1113 //go:noescape 1114 func HasFuncMLGraphBuilderSplit(this js.Ref) js.Ref 1115 1116 //go:wasmimport plat/js/web func_MLGraphBuilder_Split 1117 //go:noescape 1118 func FuncMLGraphBuilderSplit(this js.Ref, fn unsafe.Pointer) 1119 1120 //go:wasmimport plat/js/web call_MLGraphBuilder_Split 1121 //go:noescape 1122 func CallMLGraphBuilderSplit( 1123 this js.Ref, retPtr unsafe.Pointer, 1124 input js.Ref, 1125 splits js.Ref, 1126 options unsafe.Pointer) 1127 1128 //go:wasmimport plat/js/web try_MLGraphBuilder_Split 1129 //go:noescape 1130 func TryMLGraphBuilderSplit( 1131 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1132 input js.Ref, 1133 splits js.Ref, 1134 options unsafe.Pointer) (ok js.Ref) 1135 1136 //go:wasmimport plat/js/web has_MLGraphBuilder_Split1 1137 //go:noescape 1138 func HasFuncMLGraphBuilderSplit1(this js.Ref) js.Ref 1139 1140 //go:wasmimport plat/js/web func_MLGraphBuilder_Split1 1141 //go:noescape 1142 func FuncMLGraphBuilderSplit1(this js.Ref, fn unsafe.Pointer) 1143 1144 //go:wasmimport plat/js/web call_MLGraphBuilder_Split1 1145 //go:noescape 1146 func CallMLGraphBuilderSplit1( 1147 this js.Ref, retPtr unsafe.Pointer, 1148 input js.Ref, 1149 splits js.Ref) 1150 1151 //go:wasmimport plat/js/web try_MLGraphBuilder_Split1 1152 //go:noescape 1153 func TryMLGraphBuilderSplit1( 1154 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1155 input js.Ref, 1156 splits js.Ref) (ok js.Ref) 1157 1158 //go:wasmimport plat/js/web has_MLGraphBuilder_Resample2d 1159 //go:noescape 1160 func HasFuncMLGraphBuilderResample2d(this js.Ref) js.Ref 1161 1162 //go:wasmimport plat/js/web func_MLGraphBuilder_Resample2d 1163 //go:noescape 1164 func FuncMLGraphBuilderResample2d(this js.Ref, fn unsafe.Pointer) 1165 1166 //go:wasmimport plat/js/web call_MLGraphBuilder_Resample2d 1167 //go:noescape 1168 func CallMLGraphBuilderResample2d( 1169 this js.Ref, retPtr unsafe.Pointer, 1170 input js.Ref, 1171 options unsafe.Pointer) 1172 1173 //go:wasmimport plat/js/web try_MLGraphBuilder_Resample2d 1174 //go:noescape 1175 func TryMLGraphBuilderResample2d( 1176 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1177 input js.Ref, 1178 options unsafe.Pointer) (ok js.Ref) 1179 1180 //go:wasmimport plat/js/web has_MLGraphBuilder_Resample2d1 1181 //go:noescape 1182 func HasFuncMLGraphBuilderResample2d1(this js.Ref) js.Ref 1183 1184 //go:wasmimport plat/js/web func_MLGraphBuilder_Resample2d1 1185 //go:noescape 1186 func FuncMLGraphBuilderResample2d1(this js.Ref, fn unsafe.Pointer) 1187 1188 //go:wasmimport plat/js/web call_MLGraphBuilder_Resample2d1 1189 //go:noescape 1190 func CallMLGraphBuilderResample2d1( 1191 this js.Ref, retPtr unsafe.Pointer, 1192 input js.Ref) 1193 1194 //go:wasmimport plat/js/web try_MLGraphBuilder_Resample2d1 1195 //go:noescape 1196 func TryMLGraphBuilderResample2d1( 1197 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1198 input js.Ref) (ok js.Ref) 1199 1200 //go:wasmimport plat/js/web has_MLGraphBuilder_HardSwish 1201 //go:noescape 1202 func HasFuncMLGraphBuilderHardSwish(this js.Ref) js.Ref 1203 1204 //go:wasmimport plat/js/web func_MLGraphBuilder_HardSwish 1205 //go:noescape 1206 func FuncMLGraphBuilderHardSwish(this js.Ref, fn unsafe.Pointer) 1207 1208 //go:wasmimport plat/js/web call_MLGraphBuilder_HardSwish 1209 //go:noescape 1210 func CallMLGraphBuilderHardSwish( 1211 this js.Ref, retPtr unsafe.Pointer, 1212 input js.Ref) 1213 1214 //go:wasmimport plat/js/web try_MLGraphBuilder_HardSwish 1215 //go:noescape 1216 func TryMLGraphBuilderHardSwish( 1217 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1218 input js.Ref) (ok js.Ref) 1219 1220 //go:wasmimport plat/js/web has_MLGraphBuilder_HardSwish1 1221 //go:noescape 1222 func HasFuncMLGraphBuilderHardSwish1(this js.Ref) js.Ref 1223 1224 //go:wasmimport plat/js/web func_MLGraphBuilder_HardSwish1 1225 //go:noescape 1226 func FuncMLGraphBuilderHardSwish1(this js.Ref, fn unsafe.Pointer) 1227 1228 //go:wasmimport plat/js/web call_MLGraphBuilder_HardSwish1 1229 //go:noescape 1230 func CallMLGraphBuilderHardSwish1( 1231 this js.Ref, retPtr unsafe.Pointer) 1232 1233 //go:wasmimport plat/js/web try_MLGraphBuilder_HardSwish1 1234 //go:noescape 1235 func TryMLGraphBuilderHardSwish1( 1236 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1237 1238 //go:wasmimport plat/js/web has_MLGraphBuilder_Softmax 1239 //go:noescape 1240 func HasFuncMLGraphBuilderSoftmax(this js.Ref) js.Ref 1241 1242 //go:wasmimport plat/js/web func_MLGraphBuilder_Softmax 1243 //go:noescape 1244 func FuncMLGraphBuilderSoftmax(this js.Ref, fn unsafe.Pointer) 1245 1246 //go:wasmimport plat/js/web call_MLGraphBuilder_Softmax 1247 //go:noescape 1248 func CallMLGraphBuilderSoftmax( 1249 this js.Ref, retPtr unsafe.Pointer, 1250 input js.Ref) 1251 1252 //go:wasmimport plat/js/web try_MLGraphBuilder_Softmax 1253 //go:noescape 1254 func TryMLGraphBuilderSoftmax( 1255 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1256 input js.Ref) (ok js.Ref) 1257 1258 //go:wasmimport plat/js/web has_MLGraphBuilder_Softmax1 1259 //go:noescape 1260 func HasFuncMLGraphBuilderSoftmax1(this js.Ref) js.Ref 1261 1262 //go:wasmimport plat/js/web func_MLGraphBuilder_Softmax1 1263 //go:noescape 1264 func FuncMLGraphBuilderSoftmax1(this js.Ref, fn unsafe.Pointer) 1265 1266 //go:wasmimport plat/js/web call_MLGraphBuilder_Softmax1 1267 //go:noescape 1268 func CallMLGraphBuilderSoftmax1( 1269 this js.Ref, retPtr unsafe.Pointer) 1270 1271 //go:wasmimport plat/js/web try_MLGraphBuilder_Softmax1 1272 //go:noescape 1273 func TryMLGraphBuilderSoftmax1( 1274 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1275 1276 //go:wasmimport plat/js/web has_MLGraphBuilder_ConvTranspose2d 1277 //go:noescape 1278 func HasFuncMLGraphBuilderConvTranspose2d(this js.Ref) js.Ref 1279 1280 //go:wasmimport plat/js/web func_MLGraphBuilder_ConvTranspose2d 1281 //go:noescape 1282 func FuncMLGraphBuilderConvTranspose2d(this js.Ref, fn unsafe.Pointer) 1283 1284 //go:wasmimport plat/js/web call_MLGraphBuilder_ConvTranspose2d 1285 //go:noescape 1286 func CallMLGraphBuilderConvTranspose2d( 1287 this js.Ref, retPtr unsafe.Pointer, 1288 input js.Ref, 1289 filter js.Ref, 1290 options unsafe.Pointer) 1291 1292 //go:wasmimport plat/js/web try_MLGraphBuilder_ConvTranspose2d 1293 //go:noescape 1294 func TryMLGraphBuilderConvTranspose2d( 1295 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1296 input js.Ref, 1297 filter js.Ref, 1298 options unsafe.Pointer) (ok js.Ref) 1299 1300 //go:wasmimport plat/js/web has_MLGraphBuilder_ConvTranspose2d1 1301 //go:noescape 1302 func HasFuncMLGraphBuilderConvTranspose2d1(this js.Ref) js.Ref 1303 1304 //go:wasmimport plat/js/web func_MLGraphBuilder_ConvTranspose2d1 1305 //go:noescape 1306 func FuncMLGraphBuilderConvTranspose2d1(this js.Ref, fn unsafe.Pointer) 1307 1308 //go:wasmimport plat/js/web call_MLGraphBuilder_ConvTranspose2d1 1309 //go:noescape 1310 func CallMLGraphBuilderConvTranspose2d1( 1311 this js.Ref, retPtr unsafe.Pointer, 1312 input js.Ref, 1313 filter js.Ref) 1314 1315 //go:wasmimport plat/js/web try_MLGraphBuilder_ConvTranspose2d1 1316 //go:noescape 1317 func TryMLGraphBuilderConvTranspose2d1( 1318 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1319 input js.Ref, 1320 filter js.Ref) (ok js.Ref) 1321 1322 //go:wasmimport plat/js/web has_MLGraphBuilder_Relu 1323 //go:noescape 1324 func HasFuncMLGraphBuilderRelu(this js.Ref) js.Ref 1325 1326 //go:wasmimport plat/js/web func_MLGraphBuilder_Relu 1327 //go:noescape 1328 func FuncMLGraphBuilderRelu(this js.Ref, fn unsafe.Pointer) 1329 1330 //go:wasmimport plat/js/web call_MLGraphBuilder_Relu 1331 //go:noescape 1332 func CallMLGraphBuilderRelu( 1333 this js.Ref, retPtr unsafe.Pointer, 1334 input js.Ref) 1335 1336 //go:wasmimport plat/js/web try_MLGraphBuilder_Relu 1337 //go:noescape 1338 func TryMLGraphBuilderRelu( 1339 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1340 input js.Ref) (ok js.Ref) 1341 1342 //go:wasmimport plat/js/web has_MLGraphBuilder_Relu1 1343 //go:noescape 1344 func HasFuncMLGraphBuilderRelu1(this js.Ref) js.Ref 1345 1346 //go:wasmimport plat/js/web func_MLGraphBuilder_Relu1 1347 //go:noescape 1348 func FuncMLGraphBuilderRelu1(this js.Ref, fn unsafe.Pointer) 1349 1350 //go:wasmimport plat/js/web call_MLGraphBuilder_Relu1 1351 //go:noescape 1352 func CallMLGraphBuilderRelu1( 1353 this js.Ref, retPtr unsafe.Pointer) 1354 1355 //go:wasmimport plat/js/web try_MLGraphBuilder_Relu1 1356 //go:noescape 1357 func TryMLGraphBuilderRelu1( 1358 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1359 1360 //go:wasmimport plat/js/web has_MLGraphBuilder_Add 1361 //go:noescape 1362 func HasFuncMLGraphBuilderAdd(this js.Ref) js.Ref 1363 1364 //go:wasmimport plat/js/web func_MLGraphBuilder_Add 1365 //go:noescape 1366 func FuncMLGraphBuilderAdd(this js.Ref, fn unsafe.Pointer) 1367 1368 //go:wasmimport plat/js/web call_MLGraphBuilder_Add 1369 //go:noescape 1370 func CallMLGraphBuilderAdd( 1371 this js.Ref, retPtr unsafe.Pointer, 1372 a js.Ref, 1373 b js.Ref) 1374 1375 //go:wasmimport plat/js/web try_MLGraphBuilder_Add 1376 //go:noescape 1377 func TryMLGraphBuilderAdd( 1378 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1379 a js.Ref, 1380 b js.Ref) (ok js.Ref) 1381 1382 //go:wasmimport plat/js/web has_MLGraphBuilder_Sub 1383 //go:noescape 1384 func HasFuncMLGraphBuilderSub(this js.Ref) js.Ref 1385 1386 //go:wasmimport plat/js/web func_MLGraphBuilder_Sub 1387 //go:noescape 1388 func FuncMLGraphBuilderSub(this js.Ref, fn unsafe.Pointer) 1389 1390 //go:wasmimport plat/js/web call_MLGraphBuilder_Sub 1391 //go:noescape 1392 func CallMLGraphBuilderSub( 1393 this js.Ref, retPtr unsafe.Pointer, 1394 a js.Ref, 1395 b js.Ref) 1396 1397 //go:wasmimport plat/js/web try_MLGraphBuilder_Sub 1398 //go:noescape 1399 func TryMLGraphBuilderSub( 1400 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1401 a js.Ref, 1402 b js.Ref) (ok js.Ref) 1403 1404 //go:wasmimport plat/js/web has_MLGraphBuilder_Mul 1405 //go:noescape 1406 func HasFuncMLGraphBuilderMul(this js.Ref) js.Ref 1407 1408 //go:wasmimport plat/js/web func_MLGraphBuilder_Mul 1409 //go:noescape 1410 func FuncMLGraphBuilderMul(this js.Ref, fn unsafe.Pointer) 1411 1412 //go:wasmimport plat/js/web call_MLGraphBuilder_Mul 1413 //go:noescape 1414 func CallMLGraphBuilderMul( 1415 this js.Ref, retPtr unsafe.Pointer, 1416 a js.Ref, 1417 b js.Ref) 1418 1419 //go:wasmimport plat/js/web try_MLGraphBuilder_Mul 1420 //go:noescape 1421 func TryMLGraphBuilderMul( 1422 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1423 a js.Ref, 1424 b js.Ref) (ok js.Ref) 1425 1426 //go:wasmimport plat/js/web has_MLGraphBuilder_Div 1427 //go:noescape 1428 func HasFuncMLGraphBuilderDiv(this js.Ref) js.Ref 1429 1430 //go:wasmimport plat/js/web func_MLGraphBuilder_Div 1431 //go:noescape 1432 func FuncMLGraphBuilderDiv(this js.Ref, fn unsafe.Pointer) 1433 1434 //go:wasmimport plat/js/web call_MLGraphBuilder_Div 1435 //go:noescape 1436 func CallMLGraphBuilderDiv( 1437 this js.Ref, retPtr unsafe.Pointer, 1438 a js.Ref, 1439 b js.Ref) 1440 1441 //go:wasmimport plat/js/web try_MLGraphBuilder_Div 1442 //go:noescape 1443 func TryMLGraphBuilderDiv( 1444 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1445 a js.Ref, 1446 b js.Ref) (ok js.Ref) 1447 1448 //go:wasmimport plat/js/web has_MLGraphBuilder_Max 1449 //go:noescape 1450 func HasFuncMLGraphBuilderMax(this js.Ref) js.Ref 1451 1452 //go:wasmimport plat/js/web func_MLGraphBuilder_Max 1453 //go:noescape 1454 func FuncMLGraphBuilderMax(this js.Ref, fn unsafe.Pointer) 1455 1456 //go:wasmimport plat/js/web call_MLGraphBuilder_Max 1457 //go:noescape 1458 func CallMLGraphBuilderMax( 1459 this js.Ref, retPtr unsafe.Pointer, 1460 a js.Ref, 1461 b js.Ref) 1462 1463 //go:wasmimport plat/js/web try_MLGraphBuilder_Max 1464 //go:noescape 1465 func TryMLGraphBuilderMax( 1466 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1467 a js.Ref, 1468 b js.Ref) (ok js.Ref) 1469 1470 //go:wasmimport plat/js/web has_MLGraphBuilder_Min 1471 //go:noescape 1472 func HasFuncMLGraphBuilderMin(this js.Ref) js.Ref 1473 1474 //go:wasmimport plat/js/web func_MLGraphBuilder_Min 1475 //go:noescape 1476 func FuncMLGraphBuilderMin(this js.Ref, fn unsafe.Pointer) 1477 1478 //go:wasmimport plat/js/web call_MLGraphBuilder_Min 1479 //go:noescape 1480 func CallMLGraphBuilderMin( 1481 this js.Ref, retPtr unsafe.Pointer, 1482 a js.Ref, 1483 b js.Ref) 1484 1485 //go:wasmimport plat/js/web try_MLGraphBuilder_Min 1486 //go:noescape 1487 func TryMLGraphBuilderMin( 1488 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1489 a js.Ref, 1490 b js.Ref) (ok js.Ref) 1491 1492 //go:wasmimport plat/js/web has_MLGraphBuilder_Pow 1493 //go:noescape 1494 func HasFuncMLGraphBuilderPow(this js.Ref) js.Ref 1495 1496 //go:wasmimport plat/js/web func_MLGraphBuilder_Pow 1497 //go:noescape 1498 func FuncMLGraphBuilderPow(this js.Ref, fn unsafe.Pointer) 1499 1500 //go:wasmimport plat/js/web call_MLGraphBuilder_Pow 1501 //go:noescape 1502 func CallMLGraphBuilderPow( 1503 this js.Ref, retPtr unsafe.Pointer, 1504 a js.Ref, 1505 b js.Ref) 1506 1507 //go:wasmimport plat/js/web try_MLGraphBuilder_Pow 1508 //go:noescape 1509 func TryMLGraphBuilderPow( 1510 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1511 a js.Ref, 1512 b js.Ref) (ok js.Ref) 1513 1514 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceL1 1515 //go:noescape 1516 func HasFuncMLGraphBuilderReduceL1(this js.Ref) js.Ref 1517 1518 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceL1 1519 //go:noescape 1520 func FuncMLGraphBuilderReduceL1(this js.Ref, fn unsafe.Pointer) 1521 1522 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceL1 1523 //go:noescape 1524 func CallMLGraphBuilderReduceL1( 1525 this js.Ref, retPtr unsafe.Pointer, 1526 input js.Ref, 1527 options unsafe.Pointer) 1528 1529 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceL1 1530 //go:noescape 1531 func TryMLGraphBuilderReduceL1( 1532 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1533 input js.Ref, 1534 options unsafe.Pointer) (ok js.Ref) 1535 1536 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceL11 1537 //go:noescape 1538 func HasFuncMLGraphBuilderReduceL11(this js.Ref) js.Ref 1539 1540 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceL11 1541 //go:noescape 1542 func FuncMLGraphBuilderReduceL11(this js.Ref, fn unsafe.Pointer) 1543 1544 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceL11 1545 //go:noescape 1546 func CallMLGraphBuilderReduceL11( 1547 this js.Ref, retPtr unsafe.Pointer, 1548 input js.Ref) 1549 1550 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceL11 1551 //go:noescape 1552 func TryMLGraphBuilderReduceL11( 1553 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1554 input js.Ref) (ok js.Ref) 1555 1556 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceL2 1557 //go:noescape 1558 func HasFuncMLGraphBuilderReduceL2(this js.Ref) js.Ref 1559 1560 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceL2 1561 //go:noescape 1562 func FuncMLGraphBuilderReduceL2(this js.Ref, fn unsafe.Pointer) 1563 1564 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceL2 1565 //go:noescape 1566 func CallMLGraphBuilderReduceL2( 1567 this js.Ref, retPtr unsafe.Pointer, 1568 input js.Ref, 1569 options unsafe.Pointer) 1570 1571 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceL2 1572 //go:noescape 1573 func TryMLGraphBuilderReduceL2( 1574 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1575 input js.Ref, 1576 options unsafe.Pointer) (ok js.Ref) 1577 1578 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceL21 1579 //go:noescape 1580 func HasFuncMLGraphBuilderReduceL21(this js.Ref) js.Ref 1581 1582 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceL21 1583 //go:noescape 1584 func FuncMLGraphBuilderReduceL21(this js.Ref, fn unsafe.Pointer) 1585 1586 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceL21 1587 //go:noescape 1588 func CallMLGraphBuilderReduceL21( 1589 this js.Ref, retPtr unsafe.Pointer, 1590 input js.Ref) 1591 1592 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceL21 1593 //go:noescape 1594 func TryMLGraphBuilderReduceL21( 1595 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1596 input js.Ref) (ok js.Ref) 1597 1598 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceLogSum 1599 //go:noescape 1600 func HasFuncMLGraphBuilderReduceLogSum(this js.Ref) js.Ref 1601 1602 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceLogSum 1603 //go:noescape 1604 func FuncMLGraphBuilderReduceLogSum(this js.Ref, fn unsafe.Pointer) 1605 1606 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceLogSum 1607 //go:noescape 1608 func CallMLGraphBuilderReduceLogSum( 1609 this js.Ref, retPtr unsafe.Pointer, 1610 input js.Ref, 1611 options unsafe.Pointer) 1612 1613 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceLogSum 1614 //go:noescape 1615 func TryMLGraphBuilderReduceLogSum( 1616 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1617 input js.Ref, 1618 options unsafe.Pointer) (ok js.Ref) 1619 1620 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceLogSum1 1621 //go:noescape 1622 func HasFuncMLGraphBuilderReduceLogSum1(this js.Ref) js.Ref 1623 1624 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceLogSum1 1625 //go:noescape 1626 func FuncMLGraphBuilderReduceLogSum1(this js.Ref, fn unsafe.Pointer) 1627 1628 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceLogSum1 1629 //go:noescape 1630 func CallMLGraphBuilderReduceLogSum1( 1631 this js.Ref, retPtr unsafe.Pointer, 1632 input js.Ref) 1633 1634 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceLogSum1 1635 //go:noescape 1636 func TryMLGraphBuilderReduceLogSum1( 1637 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1638 input js.Ref) (ok js.Ref) 1639 1640 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceLogSumExp 1641 //go:noescape 1642 func HasFuncMLGraphBuilderReduceLogSumExp(this js.Ref) js.Ref 1643 1644 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceLogSumExp 1645 //go:noescape 1646 func FuncMLGraphBuilderReduceLogSumExp(this js.Ref, fn unsafe.Pointer) 1647 1648 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceLogSumExp 1649 //go:noescape 1650 func CallMLGraphBuilderReduceLogSumExp( 1651 this js.Ref, retPtr unsafe.Pointer, 1652 input js.Ref, 1653 options unsafe.Pointer) 1654 1655 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceLogSumExp 1656 //go:noescape 1657 func TryMLGraphBuilderReduceLogSumExp( 1658 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1659 input js.Ref, 1660 options unsafe.Pointer) (ok js.Ref) 1661 1662 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceLogSumExp1 1663 //go:noescape 1664 func HasFuncMLGraphBuilderReduceLogSumExp1(this js.Ref) js.Ref 1665 1666 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceLogSumExp1 1667 //go:noescape 1668 func FuncMLGraphBuilderReduceLogSumExp1(this js.Ref, fn unsafe.Pointer) 1669 1670 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceLogSumExp1 1671 //go:noescape 1672 func CallMLGraphBuilderReduceLogSumExp1( 1673 this js.Ref, retPtr unsafe.Pointer, 1674 input js.Ref) 1675 1676 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceLogSumExp1 1677 //go:noescape 1678 func TryMLGraphBuilderReduceLogSumExp1( 1679 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1680 input js.Ref) (ok js.Ref) 1681 1682 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceMax 1683 //go:noescape 1684 func HasFuncMLGraphBuilderReduceMax(this js.Ref) js.Ref 1685 1686 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceMax 1687 //go:noescape 1688 func FuncMLGraphBuilderReduceMax(this js.Ref, fn unsafe.Pointer) 1689 1690 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceMax 1691 //go:noescape 1692 func CallMLGraphBuilderReduceMax( 1693 this js.Ref, retPtr unsafe.Pointer, 1694 input js.Ref, 1695 options unsafe.Pointer) 1696 1697 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceMax 1698 //go:noescape 1699 func TryMLGraphBuilderReduceMax( 1700 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1701 input js.Ref, 1702 options unsafe.Pointer) (ok js.Ref) 1703 1704 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceMax1 1705 //go:noescape 1706 func HasFuncMLGraphBuilderReduceMax1(this js.Ref) js.Ref 1707 1708 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceMax1 1709 //go:noescape 1710 func FuncMLGraphBuilderReduceMax1(this js.Ref, fn unsafe.Pointer) 1711 1712 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceMax1 1713 //go:noescape 1714 func CallMLGraphBuilderReduceMax1( 1715 this js.Ref, retPtr unsafe.Pointer, 1716 input js.Ref) 1717 1718 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceMax1 1719 //go:noescape 1720 func TryMLGraphBuilderReduceMax1( 1721 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1722 input js.Ref) (ok js.Ref) 1723 1724 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceMean 1725 //go:noescape 1726 func HasFuncMLGraphBuilderReduceMean(this js.Ref) js.Ref 1727 1728 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceMean 1729 //go:noescape 1730 func FuncMLGraphBuilderReduceMean(this js.Ref, fn unsafe.Pointer) 1731 1732 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceMean 1733 //go:noescape 1734 func CallMLGraphBuilderReduceMean( 1735 this js.Ref, retPtr unsafe.Pointer, 1736 input js.Ref, 1737 options unsafe.Pointer) 1738 1739 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceMean 1740 //go:noescape 1741 func TryMLGraphBuilderReduceMean( 1742 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1743 input js.Ref, 1744 options unsafe.Pointer) (ok js.Ref) 1745 1746 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceMean1 1747 //go:noescape 1748 func HasFuncMLGraphBuilderReduceMean1(this js.Ref) js.Ref 1749 1750 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceMean1 1751 //go:noescape 1752 func FuncMLGraphBuilderReduceMean1(this js.Ref, fn unsafe.Pointer) 1753 1754 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceMean1 1755 //go:noescape 1756 func CallMLGraphBuilderReduceMean1( 1757 this js.Ref, retPtr unsafe.Pointer, 1758 input js.Ref) 1759 1760 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceMean1 1761 //go:noescape 1762 func TryMLGraphBuilderReduceMean1( 1763 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1764 input js.Ref) (ok js.Ref) 1765 1766 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceMin 1767 //go:noescape 1768 func HasFuncMLGraphBuilderReduceMin(this js.Ref) js.Ref 1769 1770 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceMin 1771 //go:noescape 1772 func FuncMLGraphBuilderReduceMin(this js.Ref, fn unsafe.Pointer) 1773 1774 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceMin 1775 //go:noescape 1776 func CallMLGraphBuilderReduceMin( 1777 this js.Ref, retPtr unsafe.Pointer, 1778 input js.Ref, 1779 options unsafe.Pointer) 1780 1781 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceMin 1782 //go:noescape 1783 func TryMLGraphBuilderReduceMin( 1784 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1785 input js.Ref, 1786 options unsafe.Pointer) (ok js.Ref) 1787 1788 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceMin1 1789 //go:noescape 1790 func HasFuncMLGraphBuilderReduceMin1(this js.Ref) js.Ref 1791 1792 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceMin1 1793 //go:noescape 1794 func FuncMLGraphBuilderReduceMin1(this js.Ref, fn unsafe.Pointer) 1795 1796 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceMin1 1797 //go:noescape 1798 func CallMLGraphBuilderReduceMin1( 1799 this js.Ref, retPtr unsafe.Pointer, 1800 input js.Ref) 1801 1802 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceMin1 1803 //go:noescape 1804 func TryMLGraphBuilderReduceMin1( 1805 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1806 input js.Ref) (ok js.Ref) 1807 1808 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceProduct 1809 //go:noescape 1810 func HasFuncMLGraphBuilderReduceProduct(this js.Ref) js.Ref 1811 1812 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceProduct 1813 //go:noescape 1814 func FuncMLGraphBuilderReduceProduct(this js.Ref, fn unsafe.Pointer) 1815 1816 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceProduct 1817 //go:noescape 1818 func CallMLGraphBuilderReduceProduct( 1819 this js.Ref, retPtr unsafe.Pointer, 1820 input js.Ref, 1821 options unsafe.Pointer) 1822 1823 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceProduct 1824 //go:noescape 1825 func TryMLGraphBuilderReduceProduct( 1826 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1827 input js.Ref, 1828 options unsafe.Pointer) (ok js.Ref) 1829 1830 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceProduct1 1831 //go:noescape 1832 func HasFuncMLGraphBuilderReduceProduct1(this js.Ref) js.Ref 1833 1834 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceProduct1 1835 //go:noescape 1836 func FuncMLGraphBuilderReduceProduct1(this js.Ref, fn unsafe.Pointer) 1837 1838 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceProduct1 1839 //go:noescape 1840 func CallMLGraphBuilderReduceProduct1( 1841 this js.Ref, retPtr unsafe.Pointer, 1842 input js.Ref) 1843 1844 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceProduct1 1845 //go:noescape 1846 func TryMLGraphBuilderReduceProduct1( 1847 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1848 input js.Ref) (ok js.Ref) 1849 1850 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceSum 1851 //go:noescape 1852 func HasFuncMLGraphBuilderReduceSum(this js.Ref) js.Ref 1853 1854 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceSum 1855 //go:noescape 1856 func FuncMLGraphBuilderReduceSum(this js.Ref, fn unsafe.Pointer) 1857 1858 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceSum 1859 //go:noescape 1860 func CallMLGraphBuilderReduceSum( 1861 this js.Ref, retPtr unsafe.Pointer, 1862 input js.Ref, 1863 options unsafe.Pointer) 1864 1865 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceSum 1866 //go:noescape 1867 func TryMLGraphBuilderReduceSum( 1868 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1869 input js.Ref, 1870 options unsafe.Pointer) (ok js.Ref) 1871 1872 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceSum1 1873 //go:noescape 1874 func HasFuncMLGraphBuilderReduceSum1(this js.Ref) js.Ref 1875 1876 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceSum1 1877 //go:noescape 1878 func FuncMLGraphBuilderReduceSum1(this js.Ref, fn unsafe.Pointer) 1879 1880 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceSum1 1881 //go:noescape 1882 func CallMLGraphBuilderReduceSum1( 1883 this js.Ref, retPtr unsafe.Pointer, 1884 input js.Ref) 1885 1886 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceSum1 1887 //go:noescape 1888 func TryMLGraphBuilderReduceSum1( 1889 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1890 input js.Ref) (ok js.Ref) 1891 1892 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceSumSquare 1893 //go:noescape 1894 func HasFuncMLGraphBuilderReduceSumSquare(this js.Ref) js.Ref 1895 1896 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceSumSquare 1897 //go:noescape 1898 func FuncMLGraphBuilderReduceSumSquare(this js.Ref, fn unsafe.Pointer) 1899 1900 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceSumSquare 1901 //go:noescape 1902 func CallMLGraphBuilderReduceSumSquare( 1903 this js.Ref, retPtr unsafe.Pointer, 1904 input js.Ref, 1905 options unsafe.Pointer) 1906 1907 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceSumSquare 1908 //go:noescape 1909 func TryMLGraphBuilderReduceSumSquare( 1910 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1911 input js.Ref, 1912 options unsafe.Pointer) (ok js.Ref) 1913 1914 //go:wasmimport plat/js/web has_MLGraphBuilder_ReduceSumSquare1 1915 //go:noescape 1916 func HasFuncMLGraphBuilderReduceSumSquare1(this js.Ref) js.Ref 1917 1918 //go:wasmimport plat/js/web func_MLGraphBuilder_ReduceSumSquare1 1919 //go:noescape 1920 func FuncMLGraphBuilderReduceSumSquare1(this js.Ref, fn unsafe.Pointer) 1921 1922 //go:wasmimport plat/js/web call_MLGraphBuilder_ReduceSumSquare1 1923 //go:noescape 1924 func CallMLGraphBuilderReduceSumSquare1( 1925 this js.Ref, retPtr unsafe.Pointer, 1926 input js.Ref) 1927 1928 //go:wasmimport plat/js/web try_MLGraphBuilder_ReduceSumSquare1 1929 //go:noescape 1930 func TryMLGraphBuilderReduceSumSquare1( 1931 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1932 input js.Ref) (ok js.Ref) 1933 1934 //go:wasmimport plat/js/web has_MLGraphBuilder_Lstm 1935 //go:noescape 1936 func HasFuncMLGraphBuilderLstm(this js.Ref) js.Ref 1937 1938 //go:wasmimport plat/js/web func_MLGraphBuilder_Lstm 1939 //go:noescape 1940 func FuncMLGraphBuilderLstm(this js.Ref, fn unsafe.Pointer) 1941 1942 //go:wasmimport plat/js/web call_MLGraphBuilder_Lstm 1943 //go:noescape 1944 func CallMLGraphBuilderLstm( 1945 this js.Ref, retPtr unsafe.Pointer, 1946 input js.Ref, 1947 weight js.Ref, 1948 recurrentWeight js.Ref, 1949 steps uint32, 1950 hiddenSize uint32, 1951 options unsafe.Pointer) 1952 1953 //go:wasmimport plat/js/web try_MLGraphBuilder_Lstm 1954 //go:noescape 1955 func TryMLGraphBuilderLstm( 1956 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1957 input js.Ref, 1958 weight js.Ref, 1959 recurrentWeight js.Ref, 1960 steps uint32, 1961 hiddenSize uint32, 1962 options unsafe.Pointer) (ok js.Ref) 1963 1964 //go:wasmimport plat/js/web has_MLGraphBuilder_Lstm1 1965 //go:noescape 1966 func HasFuncMLGraphBuilderLstm1(this js.Ref) js.Ref 1967 1968 //go:wasmimport plat/js/web func_MLGraphBuilder_Lstm1 1969 //go:noescape 1970 func FuncMLGraphBuilderLstm1(this js.Ref, fn unsafe.Pointer) 1971 1972 //go:wasmimport plat/js/web call_MLGraphBuilder_Lstm1 1973 //go:noescape 1974 func CallMLGraphBuilderLstm1( 1975 this js.Ref, retPtr unsafe.Pointer, 1976 input js.Ref, 1977 weight js.Ref, 1978 recurrentWeight js.Ref, 1979 steps uint32, 1980 hiddenSize uint32) 1981 1982 //go:wasmimport plat/js/web try_MLGraphBuilder_Lstm1 1983 //go:noescape 1984 func TryMLGraphBuilderLstm1( 1985 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1986 input js.Ref, 1987 weight js.Ref, 1988 recurrentWeight js.Ref, 1989 steps uint32, 1990 hiddenSize uint32) (ok js.Ref) 1991 1992 //go:wasmimport plat/js/web has_MLGraphBuilder_Matmul 1993 //go:noescape 1994 func HasFuncMLGraphBuilderMatmul(this js.Ref) js.Ref 1995 1996 //go:wasmimport plat/js/web func_MLGraphBuilder_Matmul 1997 //go:noescape 1998 func FuncMLGraphBuilderMatmul(this js.Ref, fn unsafe.Pointer) 1999 2000 //go:wasmimport plat/js/web call_MLGraphBuilder_Matmul 2001 //go:noescape 2002 func CallMLGraphBuilderMatmul( 2003 this js.Ref, retPtr unsafe.Pointer, 2004 a js.Ref, 2005 b js.Ref) 2006 2007 //go:wasmimport plat/js/web try_MLGraphBuilder_Matmul 2008 //go:noescape 2009 func TryMLGraphBuilderMatmul( 2010 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2011 a js.Ref, 2012 b js.Ref) (ok js.Ref) 2013 2014 //go:wasmimport plat/js/web has_MLGraphBuilder_Squeeze 2015 //go:noescape 2016 func HasFuncMLGraphBuilderSqueeze(this js.Ref) js.Ref 2017 2018 //go:wasmimport plat/js/web func_MLGraphBuilder_Squeeze 2019 //go:noescape 2020 func FuncMLGraphBuilderSqueeze(this js.Ref, fn unsafe.Pointer) 2021 2022 //go:wasmimport plat/js/web call_MLGraphBuilder_Squeeze 2023 //go:noescape 2024 func CallMLGraphBuilderSqueeze( 2025 this js.Ref, retPtr unsafe.Pointer, 2026 input js.Ref, 2027 options unsafe.Pointer) 2028 2029 //go:wasmimport plat/js/web try_MLGraphBuilder_Squeeze 2030 //go:noescape 2031 func TryMLGraphBuilderSqueeze( 2032 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2033 input js.Ref, 2034 options unsafe.Pointer) (ok js.Ref) 2035 2036 //go:wasmimport plat/js/web has_MLGraphBuilder_Squeeze1 2037 //go:noescape 2038 func HasFuncMLGraphBuilderSqueeze1(this js.Ref) js.Ref 2039 2040 //go:wasmimport plat/js/web func_MLGraphBuilder_Squeeze1 2041 //go:noescape 2042 func FuncMLGraphBuilderSqueeze1(this js.Ref, fn unsafe.Pointer) 2043 2044 //go:wasmimport plat/js/web call_MLGraphBuilder_Squeeze1 2045 //go:noescape 2046 func CallMLGraphBuilderSqueeze1( 2047 this js.Ref, retPtr unsafe.Pointer, 2048 input js.Ref) 2049 2050 //go:wasmimport plat/js/web try_MLGraphBuilder_Squeeze1 2051 //go:noescape 2052 func TryMLGraphBuilderSqueeze1( 2053 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2054 input js.Ref) (ok js.Ref) 2055 2056 //go:wasmimport plat/js/web has_MLGraphBuilder_Tanh 2057 //go:noescape 2058 func HasFuncMLGraphBuilderTanh(this js.Ref) js.Ref 2059 2060 //go:wasmimport plat/js/web func_MLGraphBuilder_Tanh 2061 //go:noescape 2062 func FuncMLGraphBuilderTanh(this js.Ref, fn unsafe.Pointer) 2063 2064 //go:wasmimport plat/js/web call_MLGraphBuilder_Tanh 2065 //go:noescape 2066 func CallMLGraphBuilderTanh( 2067 this js.Ref, retPtr unsafe.Pointer, 2068 input js.Ref) 2069 2070 //go:wasmimport plat/js/web try_MLGraphBuilder_Tanh 2071 //go:noescape 2072 func TryMLGraphBuilderTanh( 2073 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2074 input js.Ref) (ok js.Ref) 2075 2076 //go:wasmimport plat/js/web has_MLGraphBuilder_Tanh1 2077 //go:noescape 2078 func HasFuncMLGraphBuilderTanh1(this js.Ref) js.Ref 2079 2080 //go:wasmimport plat/js/web func_MLGraphBuilder_Tanh1 2081 //go:noescape 2082 func FuncMLGraphBuilderTanh1(this js.Ref, fn unsafe.Pointer) 2083 2084 //go:wasmimport plat/js/web call_MLGraphBuilder_Tanh1 2085 //go:noescape 2086 func CallMLGraphBuilderTanh1( 2087 this js.Ref, retPtr unsafe.Pointer) 2088 2089 //go:wasmimport plat/js/web try_MLGraphBuilder_Tanh1 2090 //go:noescape 2091 func TryMLGraphBuilderTanh1( 2092 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 2093 2094 //go:wasmimport plat/js/web has_MLGraphBuilder_Gru 2095 //go:noescape 2096 func HasFuncMLGraphBuilderGru(this js.Ref) js.Ref 2097 2098 //go:wasmimport plat/js/web func_MLGraphBuilder_Gru 2099 //go:noescape 2100 func FuncMLGraphBuilderGru(this js.Ref, fn unsafe.Pointer) 2101 2102 //go:wasmimport plat/js/web call_MLGraphBuilder_Gru 2103 //go:noescape 2104 func CallMLGraphBuilderGru( 2105 this js.Ref, retPtr unsafe.Pointer, 2106 input js.Ref, 2107 weight js.Ref, 2108 recurrentWeight js.Ref, 2109 steps uint32, 2110 hiddenSize uint32, 2111 options unsafe.Pointer) 2112 2113 //go:wasmimport plat/js/web try_MLGraphBuilder_Gru 2114 //go:noescape 2115 func TryMLGraphBuilderGru( 2116 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2117 input js.Ref, 2118 weight js.Ref, 2119 recurrentWeight js.Ref, 2120 steps uint32, 2121 hiddenSize uint32, 2122 options unsafe.Pointer) (ok js.Ref) 2123 2124 //go:wasmimport plat/js/web has_MLGraphBuilder_Gru1 2125 //go:noescape 2126 func HasFuncMLGraphBuilderGru1(this js.Ref) js.Ref 2127 2128 //go:wasmimport plat/js/web func_MLGraphBuilder_Gru1 2129 //go:noescape 2130 func FuncMLGraphBuilderGru1(this js.Ref, fn unsafe.Pointer) 2131 2132 //go:wasmimport plat/js/web call_MLGraphBuilder_Gru1 2133 //go:noescape 2134 func CallMLGraphBuilderGru1( 2135 this js.Ref, retPtr unsafe.Pointer, 2136 input js.Ref, 2137 weight js.Ref, 2138 recurrentWeight js.Ref, 2139 steps uint32, 2140 hiddenSize uint32) 2141 2142 //go:wasmimport plat/js/web try_MLGraphBuilder_Gru1 2143 //go:noescape 2144 func TryMLGraphBuilderGru1( 2145 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2146 input js.Ref, 2147 weight js.Ref, 2148 recurrentWeight js.Ref, 2149 steps uint32, 2150 hiddenSize uint32) (ok js.Ref) 2151 2152 //go:wasmimport plat/js/web has_MLGraphBuilder_Abs 2153 //go:noescape 2154 func HasFuncMLGraphBuilderAbs(this js.Ref) js.Ref 2155 2156 //go:wasmimport plat/js/web func_MLGraphBuilder_Abs 2157 //go:noescape 2158 func FuncMLGraphBuilderAbs(this js.Ref, fn unsafe.Pointer) 2159 2160 //go:wasmimport plat/js/web call_MLGraphBuilder_Abs 2161 //go:noescape 2162 func CallMLGraphBuilderAbs( 2163 this js.Ref, retPtr unsafe.Pointer, 2164 input js.Ref) 2165 2166 //go:wasmimport plat/js/web try_MLGraphBuilder_Abs 2167 //go:noescape 2168 func TryMLGraphBuilderAbs( 2169 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2170 input js.Ref) (ok js.Ref) 2171 2172 //go:wasmimport plat/js/web has_MLGraphBuilder_Ceil 2173 //go:noescape 2174 func HasFuncMLGraphBuilderCeil(this js.Ref) js.Ref 2175 2176 //go:wasmimport plat/js/web func_MLGraphBuilder_Ceil 2177 //go:noescape 2178 func FuncMLGraphBuilderCeil(this js.Ref, fn unsafe.Pointer) 2179 2180 //go:wasmimport plat/js/web call_MLGraphBuilder_Ceil 2181 //go:noescape 2182 func CallMLGraphBuilderCeil( 2183 this js.Ref, retPtr unsafe.Pointer, 2184 input js.Ref) 2185 2186 //go:wasmimport plat/js/web try_MLGraphBuilder_Ceil 2187 //go:noescape 2188 func TryMLGraphBuilderCeil( 2189 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2190 input js.Ref) (ok js.Ref) 2191 2192 //go:wasmimport plat/js/web has_MLGraphBuilder_Cos 2193 //go:noescape 2194 func HasFuncMLGraphBuilderCos(this js.Ref) js.Ref 2195 2196 //go:wasmimport plat/js/web func_MLGraphBuilder_Cos 2197 //go:noescape 2198 func FuncMLGraphBuilderCos(this js.Ref, fn unsafe.Pointer) 2199 2200 //go:wasmimport plat/js/web call_MLGraphBuilder_Cos 2201 //go:noescape 2202 func CallMLGraphBuilderCos( 2203 this js.Ref, retPtr unsafe.Pointer, 2204 input js.Ref) 2205 2206 //go:wasmimport plat/js/web try_MLGraphBuilder_Cos 2207 //go:noescape 2208 func TryMLGraphBuilderCos( 2209 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2210 input js.Ref) (ok js.Ref) 2211 2212 //go:wasmimport plat/js/web has_MLGraphBuilder_Exp 2213 //go:noescape 2214 func HasFuncMLGraphBuilderExp(this js.Ref) js.Ref 2215 2216 //go:wasmimport plat/js/web func_MLGraphBuilder_Exp 2217 //go:noescape 2218 func FuncMLGraphBuilderExp(this js.Ref, fn unsafe.Pointer) 2219 2220 //go:wasmimport plat/js/web call_MLGraphBuilder_Exp 2221 //go:noescape 2222 func CallMLGraphBuilderExp( 2223 this js.Ref, retPtr unsafe.Pointer, 2224 input js.Ref) 2225 2226 //go:wasmimport plat/js/web try_MLGraphBuilder_Exp 2227 //go:noescape 2228 func TryMLGraphBuilderExp( 2229 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2230 input js.Ref) (ok js.Ref) 2231 2232 //go:wasmimport plat/js/web has_MLGraphBuilder_Floor 2233 //go:noescape 2234 func HasFuncMLGraphBuilderFloor(this js.Ref) js.Ref 2235 2236 //go:wasmimport plat/js/web func_MLGraphBuilder_Floor 2237 //go:noescape 2238 func FuncMLGraphBuilderFloor(this js.Ref, fn unsafe.Pointer) 2239 2240 //go:wasmimport plat/js/web call_MLGraphBuilder_Floor 2241 //go:noescape 2242 func CallMLGraphBuilderFloor( 2243 this js.Ref, retPtr unsafe.Pointer, 2244 input js.Ref) 2245 2246 //go:wasmimport plat/js/web try_MLGraphBuilder_Floor 2247 //go:noescape 2248 func TryMLGraphBuilderFloor( 2249 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2250 input js.Ref) (ok js.Ref) 2251 2252 //go:wasmimport plat/js/web has_MLGraphBuilder_Log 2253 //go:noescape 2254 func HasFuncMLGraphBuilderLog(this js.Ref) js.Ref 2255 2256 //go:wasmimport plat/js/web func_MLGraphBuilder_Log 2257 //go:noescape 2258 func FuncMLGraphBuilderLog(this js.Ref, fn unsafe.Pointer) 2259 2260 //go:wasmimport plat/js/web call_MLGraphBuilder_Log 2261 //go:noescape 2262 func CallMLGraphBuilderLog( 2263 this js.Ref, retPtr unsafe.Pointer, 2264 input js.Ref) 2265 2266 //go:wasmimport plat/js/web try_MLGraphBuilder_Log 2267 //go:noescape 2268 func TryMLGraphBuilderLog( 2269 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2270 input js.Ref) (ok js.Ref) 2271 2272 //go:wasmimport plat/js/web has_MLGraphBuilder_Neg 2273 //go:noescape 2274 func HasFuncMLGraphBuilderNeg(this js.Ref) js.Ref 2275 2276 //go:wasmimport plat/js/web func_MLGraphBuilder_Neg 2277 //go:noescape 2278 func FuncMLGraphBuilderNeg(this js.Ref, fn unsafe.Pointer) 2279 2280 //go:wasmimport plat/js/web call_MLGraphBuilder_Neg 2281 //go:noescape 2282 func CallMLGraphBuilderNeg( 2283 this js.Ref, retPtr unsafe.Pointer, 2284 input js.Ref) 2285 2286 //go:wasmimport plat/js/web try_MLGraphBuilder_Neg 2287 //go:noescape 2288 func TryMLGraphBuilderNeg( 2289 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2290 input js.Ref) (ok js.Ref) 2291 2292 //go:wasmimport plat/js/web has_MLGraphBuilder_Sin 2293 //go:noescape 2294 func HasFuncMLGraphBuilderSin(this js.Ref) js.Ref 2295 2296 //go:wasmimport plat/js/web func_MLGraphBuilder_Sin 2297 //go:noescape 2298 func FuncMLGraphBuilderSin(this js.Ref, fn unsafe.Pointer) 2299 2300 //go:wasmimport plat/js/web call_MLGraphBuilder_Sin 2301 //go:noescape 2302 func CallMLGraphBuilderSin( 2303 this js.Ref, retPtr unsafe.Pointer, 2304 input js.Ref) 2305 2306 //go:wasmimport plat/js/web try_MLGraphBuilder_Sin 2307 //go:noescape 2308 func TryMLGraphBuilderSin( 2309 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2310 input js.Ref) (ok js.Ref) 2311 2312 //go:wasmimport plat/js/web has_MLGraphBuilder_Tan 2313 //go:noescape 2314 func HasFuncMLGraphBuilderTan(this js.Ref) js.Ref 2315 2316 //go:wasmimport plat/js/web func_MLGraphBuilder_Tan 2317 //go:noescape 2318 func FuncMLGraphBuilderTan(this js.Ref, fn unsafe.Pointer) 2319 2320 //go:wasmimport plat/js/web call_MLGraphBuilder_Tan 2321 //go:noescape 2322 func CallMLGraphBuilderTan( 2323 this js.Ref, retPtr unsafe.Pointer, 2324 input js.Ref) 2325 2326 //go:wasmimport plat/js/web try_MLGraphBuilder_Tan 2327 //go:noescape 2328 func TryMLGraphBuilderTan( 2329 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2330 input js.Ref) (ok js.Ref) 2331 2332 //go:wasmimport plat/js/web has_MLGraphBuilder_Transpose 2333 //go:noescape 2334 func HasFuncMLGraphBuilderTranspose(this js.Ref) js.Ref 2335 2336 //go:wasmimport plat/js/web func_MLGraphBuilder_Transpose 2337 //go:noescape 2338 func FuncMLGraphBuilderTranspose(this js.Ref, fn unsafe.Pointer) 2339 2340 //go:wasmimport plat/js/web call_MLGraphBuilder_Transpose 2341 //go:noescape 2342 func CallMLGraphBuilderTranspose( 2343 this js.Ref, retPtr unsafe.Pointer, 2344 input js.Ref, 2345 options unsafe.Pointer) 2346 2347 //go:wasmimport plat/js/web try_MLGraphBuilder_Transpose 2348 //go:noescape 2349 func TryMLGraphBuilderTranspose( 2350 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2351 input js.Ref, 2352 options unsafe.Pointer) (ok js.Ref) 2353 2354 //go:wasmimport plat/js/web has_MLGraphBuilder_Transpose1 2355 //go:noescape 2356 func HasFuncMLGraphBuilderTranspose1(this js.Ref) js.Ref 2357 2358 //go:wasmimport plat/js/web func_MLGraphBuilder_Transpose1 2359 //go:noescape 2360 func FuncMLGraphBuilderTranspose1(this js.Ref, fn unsafe.Pointer) 2361 2362 //go:wasmimport plat/js/web call_MLGraphBuilder_Transpose1 2363 //go:noescape 2364 func CallMLGraphBuilderTranspose1( 2365 this js.Ref, retPtr unsafe.Pointer, 2366 input js.Ref) 2367 2368 //go:wasmimport plat/js/web try_MLGraphBuilder_Transpose1 2369 //go:noescape 2370 func TryMLGraphBuilderTranspose1( 2371 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2372 input js.Ref) (ok js.Ref) 2373 2374 //go:wasmimport plat/js/web has_MLGraphBuilder_Prelu 2375 //go:noescape 2376 func HasFuncMLGraphBuilderPrelu(this js.Ref) js.Ref 2377 2378 //go:wasmimport plat/js/web func_MLGraphBuilder_Prelu 2379 //go:noescape 2380 func FuncMLGraphBuilderPrelu(this js.Ref, fn unsafe.Pointer) 2381 2382 //go:wasmimport plat/js/web call_MLGraphBuilder_Prelu 2383 //go:noescape 2384 func CallMLGraphBuilderPrelu( 2385 this js.Ref, retPtr unsafe.Pointer, 2386 input js.Ref, 2387 slope js.Ref) 2388 2389 //go:wasmimport plat/js/web try_MLGraphBuilder_Prelu 2390 //go:noescape 2391 func TryMLGraphBuilderPrelu( 2392 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2393 input js.Ref, 2394 slope js.Ref) (ok js.Ref) 2395 2396 //go:wasmimport plat/js/web has_MLGraphBuilder_Concat 2397 //go:noescape 2398 func HasFuncMLGraphBuilderConcat(this js.Ref) js.Ref 2399 2400 //go:wasmimport plat/js/web func_MLGraphBuilder_Concat 2401 //go:noescape 2402 func FuncMLGraphBuilderConcat(this js.Ref, fn unsafe.Pointer) 2403 2404 //go:wasmimport plat/js/web call_MLGraphBuilder_Concat 2405 //go:noescape 2406 func CallMLGraphBuilderConcat( 2407 this js.Ref, retPtr unsafe.Pointer, 2408 inputs js.Ref, 2409 axis uint32) 2410 2411 //go:wasmimport plat/js/web try_MLGraphBuilder_Concat 2412 //go:noescape 2413 func TryMLGraphBuilderConcat( 2414 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2415 inputs js.Ref, 2416 axis uint32) (ok js.Ref) 2417 2418 //go:wasmimport plat/js/web has_MLGraphBuilder_Gemm 2419 //go:noescape 2420 func HasFuncMLGraphBuilderGemm(this js.Ref) js.Ref 2421 2422 //go:wasmimport plat/js/web func_MLGraphBuilder_Gemm 2423 //go:noescape 2424 func FuncMLGraphBuilderGemm(this js.Ref, fn unsafe.Pointer) 2425 2426 //go:wasmimport plat/js/web call_MLGraphBuilder_Gemm 2427 //go:noescape 2428 func CallMLGraphBuilderGemm( 2429 this js.Ref, retPtr unsafe.Pointer, 2430 a js.Ref, 2431 b js.Ref, 2432 options unsafe.Pointer) 2433 2434 //go:wasmimport plat/js/web try_MLGraphBuilder_Gemm 2435 //go:noescape 2436 func TryMLGraphBuilderGemm( 2437 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2438 a js.Ref, 2439 b js.Ref, 2440 options unsafe.Pointer) (ok js.Ref) 2441 2442 //go:wasmimport plat/js/web has_MLGraphBuilder_Gemm1 2443 //go:noescape 2444 func HasFuncMLGraphBuilderGemm1(this js.Ref) js.Ref 2445 2446 //go:wasmimport plat/js/web func_MLGraphBuilder_Gemm1 2447 //go:noescape 2448 func FuncMLGraphBuilderGemm1(this js.Ref, fn unsafe.Pointer) 2449 2450 //go:wasmimport plat/js/web call_MLGraphBuilder_Gemm1 2451 //go:noescape 2452 func CallMLGraphBuilderGemm1( 2453 this js.Ref, retPtr unsafe.Pointer, 2454 a js.Ref, 2455 b js.Ref) 2456 2457 //go:wasmimport plat/js/web try_MLGraphBuilder_Gemm1 2458 //go:noescape 2459 func TryMLGraphBuilderGemm1( 2460 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2461 a js.Ref, 2462 b js.Ref) (ok js.Ref) 2463 2464 //go:wasmimport plat/js/web has_MLGraphBuilder_LstmCell 2465 //go:noescape 2466 func HasFuncMLGraphBuilderLstmCell(this js.Ref) js.Ref 2467 2468 //go:wasmimport plat/js/web func_MLGraphBuilder_LstmCell 2469 //go:noescape 2470 func FuncMLGraphBuilderLstmCell(this js.Ref, fn unsafe.Pointer) 2471 2472 //go:wasmimport plat/js/web call_MLGraphBuilder_LstmCell 2473 //go:noescape 2474 func CallMLGraphBuilderLstmCell( 2475 this js.Ref, retPtr unsafe.Pointer, 2476 input js.Ref, 2477 weight js.Ref, 2478 recurrentWeight js.Ref, 2479 hiddenState js.Ref, 2480 cellState js.Ref, 2481 hiddenSize uint32, 2482 options unsafe.Pointer) 2483 2484 //go:wasmimport plat/js/web try_MLGraphBuilder_LstmCell 2485 //go:noescape 2486 func TryMLGraphBuilderLstmCell( 2487 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2488 input js.Ref, 2489 weight js.Ref, 2490 recurrentWeight js.Ref, 2491 hiddenState js.Ref, 2492 cellState js.Ref, 2493 hiddenSize uint32, 2494 options unsafe.Pointer) (ok js.Ref) 2495 2496 //go:wasmimport plat/js/web has_MLGraphBuilder_LstmCell1 2497 //go:noescape 2498 func HasFuncMLGraphBuilderLstmCell1(this js.Ref) js.Ref 2499 2500 //go:wasmimport plat/js/web func_MLGraphBuilder_LstmCell1 2501 //go:noescape 2502 func FuncMLGraphBuilderLstmCell1(this js.Ref, fn unsafe.Pointer) 2503 2504 //go:wasmimport plat/js/web call_MLGraphBuilder_LstmCell1 2505 //go:noescape 2506 func CallMLGraphBuilderLstmCell1( 2507 this js.Ref, retPtr unsafe.Pointer, 2508 input js.Ref, 2509 weight js.Ref, 2510 recurrentWeight js.Ref, 2511 hiddenState js.Ref, 2512 cellState js.Ref, 2513 hiddenSize uint32) 2514 2515 //go:wasmimport plat/js/web try_MLGraphBuilder_LstmCell1 2516 //go:noescape 2517 func TryMLGraphBuilderLstmCell1( 2518 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2519 input js.Ref, 2520 weight js.Ref, 2521 recurrentWeight js.Ref, 2522 hiddenState js.Ref, 2523 cellState js.Ref, 2524 hiddenSize uint32) (ok js.Ref) 2525 2526 //go:wasmimport plat/js/web has_MLGraphBuilder_BatchNormalization 2527 //go:noescape 2528 func HasFuncMLGraphBuilderBatchNormalization(this js.Ref) js.Ref 2529 2530 //go:wasmimport plat/js/web func_MLGraphBuilder_BatchNormalization 2531 //go:noescape 2532 func FuncMLGraphBuilderBatchNormalization(this js.Ref, fn unsafe.Pointer) 2533 2534 //go:wasmimport plat/js/web call_MLGraphBuilder_BatchNormalization 2535 //go:noescape 2536 func CallMLGraphBuilderBatchNormalization( 2537 this js.Ref, retPtr unsafe.Pointer, 2538 input js.Ref, 2539 mean js.Ref, 2540 variance js.Ref, 2541 options unsafe.Pointer) 2542 2543 //go:wasmimport plat/js/web try_MLGraphBuilder_BatchNormalization 2544 //go:noescape 2545 func TryMLGraphBuilderBatchNormalization( 2546 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2547 input js.Ref, 2548 mean js.Ref, 2549 variance js.Ref, 2550 options unsafe.Pointer) (ok js.Ref) 2551 2552 //go:wasmimport plat/js/web has_MLGraphBuilder_BatchNormalization1 2553 //go:noescape 2554 func HasFuncMLGraphBuilderBatchNormalization1(this js.Ref) js.Ref 2555 2556 //go:wasmimport plat/js/web func_MLGraphBuilder_BatchNormalization1 2557 //go:noescape 2558 func FuncMLGraphBuilderBatchNormalization1(this js.Ref, fn unsafe.Pointer) 2559 2560 //go:wasmimport plat/js/web call_MLGraphBuilder_BatchNormalization1 2561 //go:noescape 2562 func CallMLGraphBuilderBatchNormalization1( 2563 this js.Ref, retPtr unsafe.Pointer, 2564 input js.Ref, 2565 mean js.Ref, 2566 variance js.Ref) 2567 2568 //go:wasmimport plat/js/web try_MLGraphBuilder_BatchNormalization1 2569 //go:noescape 2570 func TryMLGraphBuilderBatchNormalization1( 2571 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2572 input js.Ref, 2573 mean js.Ref, 2574 variance js.Ref) (ok js.Ref) 2575 2576 //go:wasmimport plat/js/web has_MLGraphBuilder_Elu 2577 //go:noescape 2578 func HasFuncMLGraphBuilderElu(this js.Ref) js.Ref 2579 2580 //go:wasmimport plat/js/web func_MLGraphBuilder_Elu 2581 //go:noescape 2582 func FuncMLGraphBuilderElu(this js.Ref, fn unsafe.Pointer) 2583 2584 //go:wasmimport plat/js/web call_MLGraphBuilder_Elu 2585 //go:noescape 2586 func CallMLGraphBuilderElu( 2587 this js.Ref, retPtr unsafe.Pointer, 2588 input js.Ref, 2589 options unsafe.Pointer) 2590 2591 //go:wasmimport plat/js/web try_MLGraphBuilder_Elu 2592 //go:noescape 2593 func TryMLGraphBuilderElu( 2594 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2595 input js.Ref, 2596 options unsafe.Pointer) (ok js.Ref) 2597 2598 //go:wasmimport plat/js/web has_MLGraphBuilder_Elu1 2599 //go:noescape 2600 func HasFuncMLGraphBuilderElu1(this js.Ref) js.Ref 2601 2602 //go:wasmimport plat/js/web func_MLGraphBuilder_Elu1 2603 //go:noescape 2604 func FuncMLGraphBuilderElu1(this js.Ref, fn unsafe.Pointer) 2605 2606 //go:wasmimport plat/js/web call_MLGraphBuilder_Elu1 2607 //go:noescape 2608 func CallMLGraphBuilderElu1( 2609 this js.Ref, retPtr unsafe.Pointer, 2610 input js.Ref) 2611 2612 //go:wasmimport plat/js/web try_MLGraphBuilder_Elu1 2613 //go:noescape 2614 func TryMLGraphBuilderElu1( 2615 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2616 input js.Ref) (ok js.Ref) 2617 2618 //go:wasmimport plat/js/web has_MLGraphBuilder_Elu2 2619 //go:noescape 2620 func HasFuncMLGraphBuilderElu2(this js.Ref) js.Ref 2621 2622 //go:wasmimport plat/js/web func_MLGraphBuilder_Elu2 2623 //go:noescape 2624 func FuncMLGraphBuilderElu2(this js.Ref, fn unsafe.Pointer) 2625 2626 //go:wasmimport plat/js/web call_MLGraphBuilder_Elu2 2627 //go:noescape 2628 func CallMLGraphBuilderElu2( 2629 this js.Ref, retPtr unsafe.Pointer, 2630 options unsafe.Pointer) 2631 2632 //go:wasmimport plat/js/web try_MLGraphBuilder_Elu2 2633 //go:noescape 2634 func TryMLGraphBuilderElu2( 2635 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2636 options unsafe.Pointer) (ok js.Ref) 2637 2638 //go:wasmimport plat/js/web has_MLGraphBuilder_Elu3 2639 //go:noescape 2640 func HasFuncMLGraphBuilderElu3(this js.Ref) js.Ref 2641 2642 //go:wasmimport plat/js/web func_MLGraphBuilder_Elu3 2643 //go:noescape 2644 func FuncMLGraphBuilderElu3(this js.Ref, fn unsafe.Pointer) 2645 2646 //go:wasmimport plat/js/web call_MLGraphBuilder_Elu3 2647 //go:noescape 2648 func CallMLGraphBuilderElu3( 2649 this js.Ref, retPtr unsafe.Pointer) 2650 2651 //go:wasmimport plat/js/web try_MLGraphBuilder_Elu3 2652 //go:noescape 2653 func TryMLGraphBuilderElu3( 2654 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 2655 2656 //go:wasmimport plat/js/web has_MLGraphBuilder_Clamp 2657 //go:noescape 2658 func HasFuncMLGraphBuilderClamp(this js.Ref) js.Ref 2659 2660 //go:wasmimport plat/js/web func_MLGraphBuilder_Clamp 2661 //go:noescape 2662 func FuncMLGraphBuilderClamp(this js.Ref, fn unsafe.Pointer) 2663 2664 //go:wasmimport plat/js/web call_MLGraphBuilder_Clamp 2665 //go:noescape 2666 func CallMLGraphBuilderClamp( 2667 this js.Ref, retPtr unsafe.Pointer, 2668 operand js.Ref, 2669 options unsafe.Pointer) 2670 2671 //go:wasmimport plat/js/web try_MLGraphBuilder_Clamp 2672 //go:noescape 2673 func TryMLGraphBuilderClamp( 2674 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2675 operand js.Ref, 2676 options unsafe.Pointer) (ok js.Ref) 2677 2678 //go:wasmimport plat/js/web has_MLGraphBuilder_Clamp1 2679 //go:noescape 2680 func HasFuncMLGraphBuilderClamp1(this js.Ref) js.Ref 2681 2682 //go:wasmimport plat/js/web func_MLGraphBuilder_Clamp1 2683 //go:noescape 2684 func FuncMLGraphBuilderClamp1(this js.Ref, fn unsafe.Pointer) 2685 2686 //go:wasmimport plat/js/web call_MLGraphBuilder_Clamp1 2687 //go:noescape 2688 func CallMLGraphBuilderClamp1( 2689 this js.Ref, retPtr unsafe.Pointer, 2690 operand js.Ref) 2691 2692 //go:wasmimport plat/js/web try_MLGraphBuilder_Clamp1 2693 //go:noescape 2694 func TryMLGraphBuilderClamp1( 2695 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2696 operand js.Ref) (ok js.Ref) 2697 2698 //go:wasmimport plat/js/web has_MLGraphBuilder_Clamp2 2699 //go:noescape 2700 func HasFuncMLGraphBuilderClamp2(this js.Ref) js.Ref 2701 2702 //go:wasmimport plat/js/web func_MLGraphBuilder_Clamp2 2703 //go:noescape 2704 func FuncMLGraphBuilderClamp2(this js.Ref, fn unsafe.Pointer) 2705 2706 //go:wasmimport plat/js/web call_MLGraphBuilder_Clamp2 2707 //go:noescape 2708 func CallMLGraphBuilderClamp2( 2709 this js.Ref, retPtr unsafe.Pointer, 2710 options unsafe.Pointer) 2711 2712 //go:wasmimport plat/js/web try_MLGraphBuilder_Clamp2 2713 //go:noescape 2714 func TryMLGraphBuilderClamp2( 2715 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2716 options unsafe.Pointer) (ok js.Ref) 2717 2718 //go:wasmimport plat/js/web has_MLGraphBuilder_Clamp3 2719 //go:noescape 2720 func HasFuncMLGraphBuilderClamp3(this js.Ref) js.Ref 2721 2722 //go:wasmimport plat/js/web func_MLGraphBuilder_Clamp3 2723 //go:noescape 2724 func FuncMLGraphBuilderClamp3(this js.Ref, fn unsafe.Pointer) 2725 2726 //go:wasmimport plat/js/web call_MLGraphBuilder_Clamp3 2727 //go:noescape 2728 func CallMLGraphBuilderClamp3( 2729 this js.Ref, retPtr unsafe.Pointer) 2730 2731 //go:wasmimport plat/js/web try_MLGraphBuilder_Clamp3 2732 //go:noescape 2733 func TryMLGraphBuilderClamp3( 2734 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 2735 2736 //go:wasmimport plat/js/web constof_MagnetometerLocalCoordinateSystem 2737 //go:noescape 2738 func ConstOfMagnetometerLocalCoordinateSystem(str js.Ref) uint32 2739 2740 //go:wasmimport plat/js/web store_MagnetometerSensorOptions 2741 //go:noescape 2742 func MagnetometerSensorOptionsJSStore( 2743 ptr unsafe.Pointer, ref js.Ref) 2744 2745 //go:wasmimport plat/js/web load_MagnetometerSensorOptions 2746 //go:noescape 2747 func MagnetometerSensorOptionsJSLoad( 2748 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 2749 2750 //go:wasmimport plat/js/web new_Magnetometer_Magnetometer 2751 //go:noescape 2752 func NewMagnetometerByMagnetometer( 2753 sensorOptions unsafe.Pointer) js.Ref 2754 2755 //go:wasmimport plat/js/web new_Magnetometer_Magnetometer1 2756 //go:noescape 2757 func NewMagnetometerByMagnetometer1() js.Ref 2758 2759 //go:wasmimport plat/js/web get_Magnetometer_X 2760 //go:noescape 2761 func GetMagnetometerX( 2762 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2763 2764 //go:wasmimport plat/js/web get_Magnetometer_Y 2765 //go:noescape 2766 func GetMagnetometerY( 2767 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2768 2769 //go:wasmimport plat/js/web get_Magnetometer_Z 2770 //go:noescape 2771 func GetMagnetometerZ( 2772 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2773 2774 //go:wasmimport plat/js/web store_MagnetometerReadingValues 2775 //go:noescape 2776 func MagnetometerReadingValuesJSStore( 2777 ptr unsafe.Pointer, ref js.Ref) 2778 2779 //go:wasmimport plat/js/web load_MagnetometerReadingValues 2780 //go:noescape 2781 func MagnetometerReadingValuesJSLoad( 2782 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 2783 2784 //go:wasmimport plat/js/web get_MathMLElement_Style 2785 //go:noescape 2786 func GetMathMLElementStyle( 2787 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2788 2789 //go:wasmimport plat/js/web get_MathMLElement_AttributeStyleMap 2790 //go:noescape 2791 func GetMathMLElementAttributeStyleMap( 2792 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2793 2794 //go:wasmimport plat/js/web get_MathMLElement_Dataset 2795 //go:noescape 2796 func GetMathMLElementDataset( 2797 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2798 2799 //go:wasmimport plat/js/web get_MathMLElement_Nonce 2800 //go:noescape 2801 func GetMathMLElementNonce( 2802 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2803 2804 //go:wasmimport plat/js/web set_MathMLElement_Nonce 2805 //go:noescape 2806 func SetMathMLElementNonce( 2807 this js.Ref, 2808 val js.Ref, 2809 ) js.Ref 2810 2811 //go:wasmimport plat/js/web get_MathMLElement_Autofocus 2812 //go:noescape 2813 func GetMathMLElementAutofocus( 2814 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2815 2816 //go:wasmimport plat/js/web set_MathMLElement_Autofocus 2817 //go:noescape 2818 func SetMathMLElementAutofocus( 2819 this js.Ref, 2820 val js.Ref, 2821 ) js.Ref 2822 2823 //go:wasmimport plat/js/web get_MathMLElement_TabIndex 2824 //go:noescape 2825 func GetMathMLElementTabIndex( 2826 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2827 2828 //go:wasmimport plat/js/web set_MathMLElement_TabIndex 2829 //go:noescape 2830 func SetMathMLElementTabIndex( 2831 this js.Ref, 2832 val int32, 2833 ) js.Ref 2834 2835 //go:wasmimport plat/js/web has_MathMLElement_Focus 2836 //go:noescape 2837 func HasFuncMathMLElementFocus(this js.Ref) js.Ref 2838 2839 //go:wasmimport plat/js/web func_MathMLElement_Focus 2840 //go:noescape 2841 func FuncMathMLElementFocus(this js.Ref, fn unsafe.Pointer) 2842 2843 //go:wasmimport plat/js/web call_MathMLElement_Focus 2844 //go:noescape 2845 func CallMathMLElementFocus( 2846 this js.Ref, retPtr unsafe.Pointer, 2847 options unsafe.Pointer) 2848 2849 //go:wasmimport plat/js/web try_MathMLElement_Focus 2850 //go:noescape 2851 func TryMathMLElementFocus( 2852 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 2853 options unsafe.Pointer) (ok js.Ref) 2854 2855 //go:wasmimport plat/js/web has_MathMLElement_Focus1 2856 //go:noescape 2857 func HasFuncMathMLElementFocus1(this js.Ref) js.Ref 2858 2859 //go:wasmimport plat/js/web func_MathMLElement_Focus1 2860 //go:noescape 2861 func FuncMathMLElementFocus1(this js.Ref, fn unsafe.Pointer) 2862 2863 //go:wasmimport plat/js/web call_MathMLElement_Focus1 2864 //go:noescape 2865 func CallMathMLElementFocus1( 2866 this js.Ref, retPtr unsafe.Pointer) 2867 2868 //go:wasmimport plat/js/web try_MathMLElement_Focus1 2869 //go:noescape 2870 func TryMathMLElementFocus1( 2871 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 2872 2873 //go:wasmimport plat/js/web has_MathMLElement_Blur 2874 //go:noescape 2875 func HasFuncMathMLElementBlur(this js.Ref) js.Ref 2876 2877 //go:wasmimport plat/js/web func_MathMLElement_Blur 2878 //go:noescape 2879 func FuncMathMLElementBlur(this js.Ref, fn unsafe.Pointer) 2880 2881 //go:wasmimport plat/js/web call_MathMLElement_Blur 2882 //go:noescape 2883 func CallMathMLElementBlur( 2884 this js.Ref, retPtr unsafe.Pointer) 2885 2886 //go:wasmimport plat/js/web try_MathMLElement_Blur 2887 //go:noescape 2888 func TryMathMLElementBlur( 2889 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 2890 2891 //go:wasmimport plat/js/web store_MediaCapabilitiesInfo 2892 //go:noescape 2893 func MediaCapabilitiesInfoJSStore( 2894 ptr unsafe.Pointer, ref js.Ref) 2895 2896 //go:wasmimport plat/js/web load_MediaCapabilitiesInfo 2897 //go:noescape 2898 func MediaCapabilitiesInfoJSLoad( 2899 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 2900 2901 //go:wasmimport plat/js/web store_MediaConfiguration 2902 //go:noescape 2903 func MediaConfigurationJSStore( 2904 ptr unsafe.Pointer, ref js.Ref) 2905 2906 //go:wasmimport plat/js/web load_MediaConfiguration 2907 //go:noescape 2908 func MediaConfigurationJSLoad( 2909 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 2910 2911 //go:wasmimport plat/js/web store_MediaEncryptedEventInit 2912 //go:noescape 2913 func MediaEncryptedEventInitJSStore( 2914 ptr unsafe.Pointer, ref js.Ref) 2915 2916 //go:wasmimport plat/js/web load_MediaEncryptedEventInit 2917 //go:noescape 2918 func MediaEncryptedEventInitJSLoad( 2919 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 2920 2921 //go:wasmimport plat/js/web new_MediaEncryptedEvent_MediaEncryptedEvent 2922 //go:noescape 2923 func NewMediaEncryptedEventByMediaEncryptedEvent( 2924 typ js.Ref, 2925 eventInitDict unsafe.Pointer) js.Ref 2926 2927 //go:wasmimport plat/js/web new_MediaEncryptedEvent_MediaEncryptedEvent1 2928 //go:noescape 2929 func NewMediaEncryptedEventByMediaEncryptedEvent1( 2930 typ js.Ref) js.Ref 2931 2932 //go:wasmimport plat/js/web get_MediaEncryptedEvent_InitDataType 2933 //go:noescape 2934 func GetMediaEncryptedEventInitDataType( 2935 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2936 2937 //go:wasmimport plat/js/web get_MediaEncryptedEvent_InitData 2938 //go:noescape 2939 func GetMediaEncryptedEventInitData( 2940 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2941 2942 //go:wasmimport plat/js/web constof_MediaKeyMessageType 2943 //go:noescape 2944 func ConstOfMediaKeyMessageType(str js.Ref) uint32 2945 2946 //go:wasmimport plat/js/web store_MediaKeyMessageEventInit 2947 //go:noescape 2948 func MediaKeyMessageEventInitJSStore( 2949 ptr unsafe.Pointer, ref js.Ref) 2950 2951 //go:wasmimport plat/js/web load_MediaKeyMessageEventInit 2952 //go:noescape 2953 func MediaKeyMessageEventInitJSLoad( 2954 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 2955 2956 //go:wasmimport plat/js/web new_MediaKeyMessageEvent_MediaKeyMessageEvent 2957 //go:noescape 2958 func NewMediaKeyMessageEventByMediaKeyMessageEvent( 2959 typ js.Ref, 2960 eventInitDict unsafe.Pointer) js.Ref 2961 2962 //go:wasmimport plat/js/web get_MediaKeyMessageEvent_MessageType 2963 //go:noescape 2964 func GetMediaKeyMessageEventMessageType( 2965 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2966 2967 //go:wasmimport plat/js/web get_MediaKeyMessageEvent_Message 2968 //go:noescape 2969 func GetMediaKeyMessageEventMessage( 2970 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2971 2972 //go:wasmimport plat/js/web store_MediaQueryListEventInit 2973 //go:noescape 2974 func MediaQueryListEventInitJSStore( 2975 ptr unsafe.Pointer, ref js.Ref) 2976 2977 //go:wasmimport plat/js/web load_MediaQueryListEventInit 2978 //go:noescape 2979 func MediaQueryListEventInitJSLoad( 2980 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 2981 2982 //go:wasmimport plat/js/web new_MediaQueryListEvent_MediaQueryListEvent 2983 //go:noescape 2984 func NewMediaQueryListEventByMediaQueryListEvent( 2985 typ js.Ref, 2986 eventInitDict unsafe.Pointer) js.Ref 2987 2988 //go:wasmimport plat/js/web new_MediaQueryListEvent_MediaQueryListEvent1 2989 //go:noescape 2990 func NewMediaQueryListEventByMediaQueryListEvent1( 2991 typ js.Ref) js.Ref 2992 2993 //go:wasmimport plat/js/web get_MediaQueryListEvent_Media 2994 //go:noescape 2995 func GetMediaQueryListEventMedia( 2996 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2997 2998 //go:wasmimport plat/js/web get_MediaQueryListEvent_Matches 2999 //go:noescape 3000 func GetMediaQueryListEventMatches( 3001 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 3002 3003 //go:wasmimport plat/js/web store_MediaRecorderOptions 3004 //go:noescape 3005 func MediaRecorderOptionsJSStore( 3006 ptr unsafe.Pointer, ref js.Ref) 3007 3008 //go:wasmimport plat/js/web load_MediaRecorderOptions 3009 //go:noescape 3010 func MediaRecorderOptionsJSLoad( 3011 ptr unsafe.Pointer, create, ref js.Ref) js.Ref