Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 78 for minMax (0.13 sec)

  1. src/math/acosh_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 ·acoshrodataL11<> + 0(SB)/8, $-1.0
    DATA ·acoshrodataL11<> + 8(SB)/8, $.41375273347623353626
    DATA ·acoshrodataL11<> + 16(SB)/8, $.51487302528619766235E+04
    DATA ·acoshrodataL11<> + 24(SB)/8, $-1.67526912689208984375
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.3K bytes
    - Viewed (0)
  2. src/math/atanh_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 ·atanhrodataL10<> + 0(SB)/8, $.41375273347623353626
    DATA ·atanhrodataL10<> + 8(SB)/8, $.51487302528619766235E+04
    DATA ·atanhrodataL10<> + 16(SB)/8, $-1.67526912689208984375
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 23 20:52:57 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess/ckb-iq/protwords.txt

    mînak...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Jun 06 14:42:24 UTC 2017
    - 7 bytes
    - Viewed (0)
  4. src/math/log_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 approximations
    DATA ·logrodataL21<> + 0(SB)/8, $-.499999999999999778E+00
    DATA ·logrodataL21<> + 8(SB)/8, $0.333333333333343751E+00
    DATA ·logrodataL21<> + 16(SB)/8, $-.250000000001606881E+00
    DATA ·logrodataL21<> + 24(SB)/8, $0.199999999971603032E+00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/transforms/prepare_quantize.cc

              return;
            }
    
            auto min_max = GetMinMaxValuesForArgument(func_name, i);
            // The input min/max or mean/std are not specified, then skip.
            if (!min_max.first.has_value() || !min_max.second.has_value()) return;
    
            TypeAttr params = quant::GetQuantizedTypeAttr(
                builder, input_type, builder.getF64FloatAttr(min_max.first.value()),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  6. src/math/expm1_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 approximation and other constants
    DATA ·expm1rodataL22<> + 0(SB)/8, $-1.0
    DATA ·expm1rodataL22<> + 8(SB)/8, $800.0E+00
    DATA ·expm1rodataL22<> + 16(SB)/8, $1.0
    DATA ·expm1rodataL22<> + 24(SB)/8, $-.231904681384629956E-16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 5.3K bytes
    - Viewed (0)
  7. src/runtime/os_openbsd_arm.go

    // Copyright 2013 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.
    
    package runtime
    
    func checkgoarm() {
    	// TODO(minux): FP checks like in os_linux_arm.go.
    
    	// osinit not called yet, so ncpu not set: must use getncpu directly.
    	if getncpu() > 1 && goarm < 7 {
    		print("runtime: this system has multiple CPUs and must use\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 662 bytes
    - Viewed (0)
  8. src/math/exp_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 approximation and other constants
    DATA ·exprodataL22<> + 0(SB)/8, $800.0E+00
    DATA ·exprodataL22<> + 8(SB)/8, $1.0000000000000022e+00
    DATA ·exprodataL22<> + 16(SB)/8, $0.500000000000004237e+00
    DATA ·exprodataL22<> + 24(SB)/8, $0.166666666630345592e+00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.6K bytes
    - Viewed (0)
  9. src/math/tanh_s390x.s

    // Copyright 2016 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 approximations
    DATA tanhrodataL18<>+0(SB)/8, $-1.0
    DATA tanhrodataL18<>+8(SB)/8, $-2.0
    DATA tanhrodataL18<>+16(SB)/8, $1.0
    DATA tanhrodataL18<>+24(SB)/8, $2.0
    DATA tanhrodataL18<>+32(SB)/8, $0.20000000000000011868E+01
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/python/tf_tfl_flatbuffer_helpers.cc

          if (flag.has_mean_value() && flag.has_std_value()) {
            TF_ASSIGN_OR_RETURN(
                auto min_max, InputStatsToMinMax(flag.mean_value(),
                                                 flag.std_value(), inference_type));
            node_mins->push_back(min_max.first);
            node_maxs->push_back(min_max.second);
          } else {
            node_mins->push_back(std::nullopt);
            node_maxs->push_back(std::nullopt);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top