Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 78 for minMax (0.15 sec)

  1. tensorflow/compiler/mlir/lite/tests/end2end/quant_stats.pbtxt.stats

    entries {
      name: "Add"
      params {
        min_max {
          min: -1
          max: 1
        }
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 08 10:14:32 UTC 2019
    - 88 bytes
    - Viewed (0)
  2. src/internal/trace/batchcursor.go

    }
    
    func min3(b []*batchCursor, i0, i1, i2 int) int {
    	minIdx := i0
    	minT := maxTime
    	if i0 < len(b) {
    		minT = b[i0].ev.time
    	}
    	if i1 < len(b) {
    		if t := b[i1].ev.time; t < minT {
    			minT = t
    			minIdx = i1
    		}
    	}
    	if i2 < len(b) {
    		if t := b[i2].ev.time; t < minT {
    			minT = t
    			minIdx = i2
    		}
    	}
    	return minIdx
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/passes/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.2K bytes
    - Viewed (0)
  4. src/math/acos_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 ·acosrodataL13<> + 0(SB)/8, $0.314159265358979323E+01   //pi
    DATA ·acosrodataL13<> + 8(SB)/8, $-0.0
    DATA ·acosrodataL13<> + 16(SB)/8, $0x7ff8000000000000    //Nan
    DATA ·acosrodataL13<> + 24(SB)/8, $-1.0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 20 17:42:08 UTC 2018
    - 3.7K bytes
    - Viewed (0)
  5. src/math/tan_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 ·tanrodataL13<> + 0(SB)/8, $0.181017336383229927e-07
    DATA ·tanrodataL13<> + 8(SB)/8, $-.256590857271311164e-03
    DATA ·tanrodataL13<> + 16(SB)/8, $-.464359274328689195e+00
    DATA ·tanrodataL13<> + 24(SB)/8, $1.0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 27 23:30:00 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  6. src/runtime/os_plan9_arm.go

    // 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.
    
    package runtime
    
    func checkgoarm() {
    	return // TODO(minux)
    }
    
    //go:nosplit
    func cputicks() int64 {
    	// runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
    	return nanotime()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 375 bytes
    - Viewed (0)
  7. src/math/cbrt_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 ·cbrtrodataL9<> + 0(SB)/8, $-.00016272731015974436E+00
    DATA ·cbrtrodataL9<> + 8(SB)/8, $0.66639548758285293179E+00
    DATA ·cbrtrodataL9<> + 16(SB)/8, $0.55519402697349815993E+00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.9K bytes
    - Viewed (0)
  8. src/math/atan_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 ·atanrodataL8<> + 0(SB)/8, $0.199999999999554423E+00
    DATA ·atanrodataL8<> + 8(SB)/8, $0.111111110136634272E+00
    DATA ·atanrodataL8<> + 16(SB)/8, $-.142857142828026806E+00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 3.7K bytes
    - Viewed (0)
  9. src/math/log10_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 coefficients and other constants
    DATA log10rodataL19<>+0(SB)/8, $0.000000000000000000E+00
    DATA log10rodataL19<>+8(SB)/8, $-1.0
    DATA log10rodataL19<>+16(SB)/8, $0x7FF8000000000000   //+NanN
    DATA log10rodataL19<>+24(SB)/8, $.15375570329280596749
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.7K bytes
    - Viewed (0)
  10. src/math/asin_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 ·asinrodataL15<> + 0(SB)/8, $-1.309611320495605469
    DATA ·asinrodataL15<> + 8(SB)/8, $0x3ff921fb54442d18
    DATA ·asinrodataL15<> + 16(SB)/8, $0xbff921fb54442d18
    DATA ·asinrodataL15<> + 24(SB)/8, $1.309611320495605469
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 20 17:42:08 UTC 2018
    - 4.2K bytes
    - Viewed (0)
Back to top