Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for newLru (0.23 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Adds a value to the current value of a variable.";
    
      let description = [{
    Any ReadVariableOp with a control dependency on this op is guaranteed to
    see the incremented value or a subsequent newer one.
      }];
    
      let arguments = (ins
        Arg<TF_ResourceTensor, [{handle to the resource in which to store the variable.}], [TF_VariableRead, TF_VariableWrite]>:$resource,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    			s.Spec.ClusterIPs = []string{core.ClusterIPNone}
    		},
    		// in the v1 API, targetPorts on headless services were tolerated.
    		// once we have version-specific validation, we can reject this on newer API versions, but until then, we have to tolerate it for compatibility.
    		// numErrs: 1,
    		numErrs: 0,
    	}, {
    		name: "invalid port headless 2",
    		tweakSvc: func(s *core.Service) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. RELEASE.md

                AVX512_BF16, AMX, etc.
                ([Intel Cascade Lake](https://www.intel.com/content/www/us/en/products/platforms/details/cascade-lake.html)
                and newer CPUs.)
                *   [Example performance speedups.](https://medium.com/intel-analytics-software/leverage-intel-deep-learning-optimizations-in-tensorflow-129faa80ee07)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top