Skip to content
Snippets Groups Projects
Select Git revision
  • 60b53ac34c34f207557d6d97bb5dce312d78df3d
  • main default
  • final_pytorch
  • phase-1-final
4 results

convert_trt.py

Blame
  • index.js 132 B
    var toString = {}.toString;
    
    module.exports = Array.isArray || function (arr) {
      return toString.call(arr) == '[object Array]';
    };