Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for a$ (0.1 sec)

  1. RELEASE.md

    *   Fixes a invalid char to bool conversion in printing a tensor ([CVE-2022-41911](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41911))
    *   Fixes a heap overflow in `QuantizeAndDequantizeV2` ([CVE-2022-41910](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41910))
    *   Fixes a `CHECK` failure in `SobolSample` via missing validation ([CVE-2022-35935](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35935))
    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. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                          pattern: ^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
                          type: string
                        kind:
                          description: kind is kind of the target resource.
                          maxLength: 63
                          minLength: 1
                          pattern: ^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$
                          type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                          pattern: ^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
                          type: string
                        kind:
                          description: kind is kind of the target resource.
                          maxLength: 63
                          minLength: 1
                          pattern: ^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$
                          type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Compute the regularized incomplete beta integral \\(I_x(a, b)\\).
      }];
    
      let description = [{
    The regularized incomplete beta integral is defined as:
    
    
    \\(I_x(a, b) = \frac{B(x; a, b)}{B(a, b)}\\)
    
    where
    
    
    \\(B(x; a, b) = \int_0^x t^{a-1} (1 - t)^{b-1} dt\\)
    
    
    is the incomplete beta function and \\(B(a, b)\\) is the *complete*
    beta function.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "ports": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteARM64.go

    	// result: (FNMSUBD a x y)
    	for {
    		if v_0.Op != OpARM64FMULD {
    			break
    		}
    		y := v_0.Args[1]
    		x := v_0.Args[0]
    		a := v_1
    		if !(a.Block.Func.useFMA(v)) {
    			break
    		}
    		v.reset(OpARM64FNMSUBD)
    		v.AddArg3(a, x, y)
    		return true
    	}
    	// match: (FSUBD a (FNMULD x y))
    	// cond: a.Block.Func.useFMA(v)
    	// result: (FMADDD a x y)
    	for {
    		a := v_0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    	valid := []string{
    		"a.b.c.d",
    		"a",
    		"a_b",
    		"a-b",
    		"abc",
    		"abc.def",
    		"a/b/c/d",
    		"a/b.c",
    	}
    	invalid := []string{
    		"",
    		"*",
    		"รค",
    		"a_",
    		"_",
    		"__",
    		"_a",
    		"_a._b",
    		"-",
    		".",
    		"a.",
    		".a",
    		"a.b.",
    		"a*.b",
    		"a*b",
    		"*a",
    		"a.*",
    		"*",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top