Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 78 for minMax (0.33 sec)

  1. src/internal/runtime/atomic/sys_nonlinux_arm.s

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build !linux
    
    #include "textflag.h"
    
    // TODO(minux): this is only valid for ARMv6+
    // bool armcas(int32 *val, int32 old, int32 new)
    // Atomically:
    //	if(*val == old){
    //		*val = new;
    //		return 1;
    //	}else
    //		return 0;
    TEXT	·Cas(SB),NOSPLIT,$0
    	JMP	·armcas(SB)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  2. src/math/atan2_s390x.s

    #define NegPi		0xC00921FB54442D18
    #define Pi3Div4		0x4002D97C7F3321D2	// 3Pi/4
    #define NegPi3Div4	0xC002D97C7F3321D2	// -3Pi/4
    #define PiDiv4		0x3FE921FB54442D18	// Pi/4
    #define NegPiDiv4	0xBFE921FB54442D18	// -Pi/4
    
    // Minimax polynomial coefficients and other constants
    DATA ·atan2rodataL25<> + 0(SB)/8, $0.199999999999554423E+00
    DATA ·atan2rodataL25<> + 8(SB)/8, $-.333333333333330928E+00
    DATA ·atan2rodataL25<> + 16(SB)/8, $0.111111110136634272E+00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 25 04:06:34 UTC 2020
    - 6.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/passes/insert_custom_aggregation_ops.cc

              "sets the value of calib_opts_ when test_mode_ is true."),
          llvm::cl::init(TEST_CASE_MIN_MAX),
          llvm::cl::values(
              clEnumValN(TEST_CASE_MIN_MAX, "MIN_MAX",
                         "Uses MIN_MAX calibration method"),
              clEnumValN(TEST_CASE_AVERAGE_MIN_MAX, "AVERAGE_MIN_MAX",
                         "Uses AVERAGE_MIN_MAX calibration method"),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  4. src/math/erf_s390x.s

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    #include "textflag.h"
    
    // Minimax polynomial coefficients and other constants
    DATA ·erfrodataL13<> + 0(SB)/8, $0.243673229298474689E+01
    DATA ·erfrodataL13<> + 8(SB)/8, $-.654905018503145600E+00
    DATA ·erfrodataL13<> + 16(SB)/8, $0.404669310217538718E+01
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 8.5K bytes
    - Viewed (0)
  5. android/guava-tests/benchmark/com/google/common/collect/MinMaxPriorityQueueBenchmark.java

        @Override
        protected Queue<T> delegate() {
          return mmHeap;
        }
    
        @Override
        public @Nullable T poll() {
          return mmHeap.pollLast();
        }
      }
    
      public enum HeapType {
        MIN_MAX {
          @Override
          public Queue<Integer> create(Comparator<Integer> comparator) {
            return MinMaxPriorityQueue.orderedBy(comparator).create();
          }
        },
        PRIORITY_QUEUE {
          @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 19 19:24:36 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/fess/sv/stopwords.txt

    mot
    alla
    under
    någon
    eller
    allt
    mycket
    sedan
    ju
    denna
    själv
    detta
    åt
    utan
    varit
    hur
    ingen
    mitt
    ni
    bli
    blev
    oss
    din
    dessa
    några
    deras
    blir
    mina
    samma
    vilken
    er
    sådan
    vår
    blivit
    dess
    inom
    mellan
    sådant
    varför
    varje
    vilka
    ditt
    vem
    vilket
    sitta
    sådana
    vart
    dina
    vars
    vårt
    våra
    ert
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 700 bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/quantization_config.proto

      CalibrationMethod calibration_method = 1;
    
      // Defines the parameters required for calibration. Parameters such as the
      // number of bins in the histogram and percentile belong to it.
      // MIN_MAX and AVERAGE_MIN_MAX don't require this parameter and methods
      // starting with HISTOGRAM require this parameter.
      CalibrationParameters calibration_parameters = 2;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  8. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/WithExternalRepository.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.performance
    
    import groovy.transform.CompileStatic
    import org.apache.mina.util.AvailablePortFinder
    import org.eclipse.jetty.server.Server
    import org.eclipse.jetty.util.resource.Resource
    import org.eclipse.jetty.webapp.WebAppContext
    import org.gradle.performance.fixture.CrossVersionPerformanceTestRunner
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-quant.mlir

      %zps = "tf.Const"() { value = dense<4> : tensor<2xi32> } : () -> tensor<2xi32>
    
      // tensor_proto that points to dense<127> of type !tf_type.qint32.
      // CHECK-DAG: %[[MIN_MAX:.*]] = mhlo.constant() <{value = dense<127> : tensor<3x2xi32>}> : () -> tensor<3x2x!quant.uniform<i32:f32:1, {2.000000e+00:4,2.000000e+00:4}>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 01:25:29 UTC 2024
    - 37.3K bytes
    - Viewed (0)
  10. src/math/erfc_s390x.s

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    #include "textflag.h"
    
    #define Neg2p11 0xC000E147AE147AE1
    #define Pos15   0x402E
    
    // Minimax polynomial coefficients and other constants
    DATA ·erfcrodataL38<> + 0(SB)/8, $.234875460637085087E-01
    DATA ·erfcrodataL38<> + 8(SB)/8, $.234469449299256284E-01
    DATA ·erfcrodataL38<> + 16(SB)/8, $-.606918710392844955E-04
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 14.4K bytes
    - Viewed (0)
Back to top