Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for nudge (0.17 sec)

  1. tensorflow/compiler/mlir/quantization/common/ir/FakeQuantSupport.cc

    // a consequence some values, which are supposed in the original [rmin, rmax]
    // range will be outside the shifted range and be clamped during quantization.
    // TODO: we should nudge the scale as well, but that requires the
    // fake quant op used in the training to use the nudged scale as well.
    static void getNudgedScaleAndZeroPoint(int64_t qmin, int64_t qmax, double rmin,
                                           double rmax, double &scale,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 11:52:27 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/internal/environment/GradleBuildEnvironmentIntegrationTest.groovy

                        assert buildEnvironment.isLongLivingProcess() == ${daemon}
                    }
                }
    
                task judge(type: DaemonJudge)
            """
            // Force to start a new JVM
            file("gradle.properties") << "org.gradle.jvmargs=-Xmx32m"
    
            expect:
            succeeds('judge', arg)
    
            where:
            daemon | arg
            true   | '--daemon'
            false  | '--no-daemon'
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 01 03:07:53 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/security_context_windows.go

    // https://github.com/kubernetes/enhancements/tree/master/keps/sig-windows/116-windows-node-support#v1container
    // Windows does not have a root user, we cannot judge the root identity of the windows container by the way to judge the root(uid=0) of the linux container.
    // According to the discussion of sig-windows, at present, we assume that ContainerAdministrator is the windows container root user,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 18 22:23:13 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/common/ir/FakeQuantSupport.h

    //   - numBits < 8 is promoted to uint8 or int8
    //   - "narrow_range" narrows the lower bound of the storage type's range by
    //     1
    //   - the specified min/max values are "nudged" so that the result has a zero
    //     that can be exactly expressed
    //   - min=max=0 implies scale=0 and zero_point=0
    //
    // With the above assumptions applied, every conforming specified FakeQuant op
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 11:52:27 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  5. pkg/volume/util/recyclerclient/recycler_client.go

    // whichever comes first. An attempt to delete a recycler pod is always
    // attempted before returning.
    //
    // In case there is a pod with the same namespace+name already running, this
    // function deletes it as it is not able to judge if it is an old recycler
    // or user has forged a fake recycler to block Kubernetes from recycling.//
    //
    //	 pod - the pod designed by a volume plugin to recycle the volume. pod.Name
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 8.5K bytes
    - Viewed (0)
Back to top