Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 124 of 124 for opset (0.04 sec)

  1. src/main/webapp/js/admin/popper.min.js.map

    fragments[divider].indexOf(',') === -1) {\n    console.warn(\n      'Offsets separated by white space(s) are deprecated, use a comma (,) instead.'\n    );\n  }\n\n  // If divider is found, we divide the list of values and operands to divide\n  // them by ofset X and Y.\n  const splitRegex = /\\s*,\\s*|\\s+/;\n  let ops = divider !== -1\n    ? [\n        fragments\n          .slice(0, divider)\n          .concat([fragments[divider].split(splitRegex)[0]]),\n        [fragments[divider].split(splitRegex)[1]].concat(\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.11.md

    * kubeadm now sets the kubelet `--resolv-conf` flag conditionally on init. ([#64665](https://github.com/kubernetes/kubernetes/pull/64665), [@stealthybox](https://github.com/stealthybox))
    * Added ipset and udevadm to the hyperkube base image. ([#61357](https://github.com/kubernetes/kubernetes/pull/61357), [@rphillips](https://github.com/rphillips))
    
    ### SIG GCP
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  3. test-site/activator-launch-1.3.2.jar

    scala.runtime.AbstractFunction1 implements scala.Serializable { private final String BootOnly$1; private final String MvnComp$1; private final String DescriptorOptional$1; private final String DontCheckConsistency$1; public final scala.collection.GenSet OptSet$1$406f491e; private Repository$Repository apply(scala.Tuple2); public void ConfigurationParser$$anonfun$getRepositories$1(String, String, String, String, scala.collection.GenSet); } xsbt/boot/Enumeration$Value.class package xsbt.boot; public final...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
  4. RELEASE.md

            be properly resized at runtime.
            *   Enabled experimental support for a new quantization mode with 16-bit
                activations and 8-bit weights. See
                `lite.OpsSet.EXPERIMENTAL_TFLITE_BUILTINS_ACTIVATIONS_INT16_WEIGHTS_INT8`.
    *   CPU
        *   Fix an issue w/ dynamic weights and `Conv2D` on x86.
        *   Add a runtime Android flag for enabling `XNNPACK` for optimized CPU
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top