Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Comparer (0.32 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - github.com/evanphx/json-patch: [v4.2.0+incompatible → e83c0a1](https://github.com/evanphx/json-patch/compare/v4.2.0...e83c0a1)
    - github.com/fsnotify/fsnotify: [v1.4.7 → v1.4.9](https://github.com/fsnotify/fsnotify/compare/v1.4.7...v1.4.9)
    - github.com/go-kit/kit: [v0.8.0 → v0.9.0](https://github.com/go-kit/kit/compare/v0.8.0...v0.9.0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Reader).Size", Method, 5},
    		{"(*Reader).UnreadByte", Method, 0},
    		{"(*Reader).UnreadRune", Method, 0},
    		{"(*Reader).WriteTo", Method, 1},
    		{"Buffer", Type, 0},
    		{"Clone", Func, 20},
    		{"Compare", Func, 0},
    		{"Contains", Func, 0},
    		{"ContainsAny", Func, 7},
    		{"ContainsFunc", Func, 21},
    		{"ContainsRune", Func, 7},
    		{"Count", Func, 0},
    		{"Cut", Func, 18},
    		{"CutPrefix", Func, 20},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. src/testdata/Isaac.Newton-Opticks.txt

    Colours are the yellow and orange. These affect the Senses more strongly
    than all the rest together, and next to these in strength are the red
    and green. The blue compared with these is a faint and dark Colour, and
    the indigo and violet are much darker and fainter, so that these
    compared with the stronger Colours are little to be regarded. The Images
    of Objects are therefore to be placed, not in the Focus of the mean
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewritegeneric.go

    	// match: (Load <t1> p1 (Store {t2} p2 x _))
    	// cond: isSamePtr(p1, p2) && t1.Compare(x.Type) == types.CMPeq && t1.Size() == t2.Size()
    	// result: x
    	for {
    		t1 := v.Type
    		p1 := v_0
    		if v_1.Op != OpStore {
    			break
    		}
    		t2 := auxToType(v_1.Aux)
    		x := v_1.Args[1]
    		p2 := v_1.Args[0]
    		if !(isSamePtr(p1, p2) && t1.Compare(x.Type) == types.CMPeq && t1.Size() == t2.Size()) {
    			break
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  5. RELEASE.md

          should run synchronously, as opposed to be parallelizable when
          `options.experimental_optimization.map_parallelization=True`. This saves
          memory compared to setting `num_parallel_calls=1`.
    * `tf.lite`
        * `Dequantize` op supports `TensorType_INT4`.
            * This change includes per-channel dequantization.
    
    ## Keras
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Given quantized `lhs` and quantized `rhs`, performs quantized add on `lhs` and `rhs` to make quantized `output`.
    
    `UniformQuantizedAdd` follows Numpy broadcasting rules.
    The two input array shapes are compared element-wise.
    Starting with the trailing dimensions, the two dimensions either have to be equal or one of them needs to be 1.
    
    `lhs` and `rhs` must be quantized Tensor, where data value is quantized using the formula:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2F4F          ; mapped                 ; 6BCB          # 3.0  KANGXI RADICAL DO NOT
    2F50          ; mapped                 ; 6BD4          # 3.0  KANGXI RADICAL COMPARE
    2F51          ; mapped                 ; 6BDB          # 3.0  KANGXI RADICAL FUR
    2F52          ; mapped                 ; 6C0F          # 3.0  KANGXI RADICAL CLAN
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg time, const DateTime = "2006-01-02 15:04:05" #52746
    pkg time, const DateTime ideal-string #52746
    pkg time, const TimeOnly = "15:04:05" #52746
    pkg time, const TimeOnly ideal-string #52746
    pkg time, method (Time) Compare(Time) int #50770
    pkg unicode/utf16, func AppendRune([]uint16, int32) []uint16 #51896
    # freebsd riscv64 port
    pkg log/syslog (freebsd-riscv64), const LOG_ALERT = 1 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
Back to top