Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for compared (0.25 sec)

  1. 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)
  2. 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)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Res<TF_Float32Tensor, [{A 1D Tensor for the computed batch mean, to be used by TensorFlow
    to compute the running mean.}]>:$batch_mean,
        Res<TF_Float32Tensor, [{A 1D Tensor for the computed batch variance, to be used by
    TensorFlow to compute the running variance.}]>:$batch_variance,
        Res<TF_Float32Tensor, [{A 1D Tensor for the computed batch mean, to be reused
    in the gradient computation.}]>:$reserve_space_1,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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