tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

tanh.https.any.js (328B)


      1 // META: title=validation tests for WebNN API tanh operation
      2 // META: global=window
      3 // META: variant=?cpu
      4 // META: variant=?gpu
      5 // META: variant=?npu
      6 // META: script=../resources/utils_validation.js
      7 
      8 'use strict';
      9 
     10 validateInputFromAnotherBuilder('tanh');
     11 
     12 const label = 'tanh-xxx';
     13 validateSingleInputOperation('tanh', label);