Home
last modified time | relevance | path

Searched refs:hardSwish (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dwebnn.idl286 MLOperand hardSwish(MLOperand x);
287 MLOperator hardSwish();
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/webnn/
H A Didlharness.https.any.js.ini257 [MLGraphBuilder interface: operation hardSwish(MLOperand)]
260 [MLGraphBuilder interface: operation hardSwish()]
572 …[MLGraphBuilder interface: builder must inherit property "hardSwish(MLOperand)" with the proper ty…
575 …[MLGraphBuilder interface: calling hardSwish(MLOperand) on builder with too few arguments must thr…
578 [MLGraphBuilder interface: builder must inherit property "hardSwish()" with the proper type]
1093 [MLGraphBuilder interface: operation hardSwish(MLOperand)]
1096 [MLGraphBuilder interface: operation hardSwish()]
1408 …[MLGraphBuilder interface: builder must inherit property "hardSwish(MLOperand)" with the proper ty…
1411 …[MLGraphBuilder interface: calling hardSwish(MLOperand) on builder with too few arguments must thr…
1414 [MLGraphBuilder interface: builder must inherit property "hardSwish()" with the proper type]
/dports/misc/nn-insight/nn-insight-1.0.5/
H A Dcompute.cpp882 auto hardSwish = [](float x) { in compute() local
893 *output = hardSwish(*input); in compute()