Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 826 for raws (0.69 sec)

  1. test/fixedbugs/issue25776.go

    	blas_Upper  = 121
    	badTriangle = "bad triangle"
    )
    
    // Triangular represents a triangular matrix. Triangular matrices are always square.
    type Triangular interface {
    	// Triangular returns the number of rows/columns in the matrix and its
    	// orientation.
    	Tryangle() (mmmm int, kynd bool)
    	Triangle() (mmmm int, kynd bool)
    }
    
    // blas64_Triangular represents a triangular matrix using the conventional storage scheme.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 20:08:10 UTC 2018
    - 2.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/_index.yaml

    project_path: /mlir/_project.yaml
    description: An intermediate representation and compiler framework, MLIR unifies the
     infrastructure for high-performance ML models in TensorFlow.
    landing_page:
      custom_css_path: /site-assets/css/style.css
      rows:
      - heading: MLIR unifies the infrastructure for high-performance ML models in TensorFlow.
        items:
        - description: >
            The <a href="https://mlir.llvm.org/" class="external">MLIR</a> project defines a common
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 13 16:33:28 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  3. pkg/test/framework/components/echo/config/source.go

    		},
    	}
    }
    
    type sourceImpl struct {
    	read   func() (string, error)
    	params param.Params
    }
    
    func (s sourceImpl) Template() (*param.Template, error) {
    	raw, err := s.read()
    	if err != nil {
    		return nil, err
    	}
    
    	tpl, err := tmpl.Parse(raw)
    	if err != nil {
    		return nil, err
    	}
    	return param.Parse(tpl), nil
    }
    
    func (s sourceImpl) TemplateOrFail(t test.Failer) *param.Template {
    	t.Helper()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 5.2K bytes
    - Viewed (0)
  4. maven-model-builder/src/test/java/org/apache/maven/model/validation/DefaultModelValidatorTest.java

            SimpleProblemCollector result = validateRaw("raw-model/self-referencing-classifier.xml");
    
            assertViolations(result, 0, 0, 0);
        }
    
        @Test
        void testCiFriendlySha1() throws Exception {
            SimpleProblemCollector result = validateRaw("raw-model/ok-ci-friendly-sha1.xml");
            assertViolations(result, 0, 0, 0);
        }
    
        @Test
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 13:13:07 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/hash/MacHashFunctionTest.java

            Hashing.hmacSha1(keyData).toString());
    
        assertEquals(
            "Hashing.hmacSha256(Key[algorithm=HmacSHA256, format=RAW])",
            Hashing.hmacSha256(SHA256_KEY).toString());
        assertEquals(
            "Hashing.hmacSha256(Key[algorithm=HmacSHA256, format=RAW])",
            Hashing.hmacSha256(keyData).toString());
    
        assertEquals(
            "Hashing.hmacSha512(Key[algorithm=HmacSHA512, format=RAW])",
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/samples/readme-templates/application-summary.adoc.template

    * Run the build and view the test report
    * Execute a ${language.raw} application using the `run` task from the `application` plugin
    * Bundle the application in an archive
    
    == Next steps
    
    To learn more about how you can further customize ${language.raw} application projects, check out the following user manual chapters:
    
     - link:{userManualPath}/building_java_projects.html[Building Java & JVM projects]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 493 bytes
    - Viewed (0)
  7. releasenotes/notes/helm_chart_gateway_serviceaccount_annotations.yaml

    docs: []
    
    releaseNotes:
    - |
      **Added** values to the Istio Gateway Helm charts for configuring annotations on the ServiceAccount.  Can be used to enable [IAM Roles for Service Accounts](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) on AWS EKS.
    
    upgradeNotes: []
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 23 21:35:49 UTC 2021
    - 450 bytes
    - Viewed (0)
  8. test/slice3.go

    			}
    		}
    		// "no panic" is checked below
    	}()
    	
    	x := f()
    
    	arrayBase := uintptr(unsafe.Pointer(array))
    	raw := *(*[3]uintptr)(unsafe.Pointer(&x))
    	base, len, cap := raw[0] - arrayBase, raw[1], raw[2]
    	if xbase < 0 {
    		notOK()
    		println(desc, "=", base, len, cap, "want panic")
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 2.9K bytes
    - Viewed (0)
  9. docs/bucket/replication/delete-replication.sh

    versionId="$(./mc ls --json --versions myminio1/testbucket/dir/ | tail -n1 | jq -r .versionId)"
    
    aws configure set aws_access_key_id minioadmin --profile minioadmin
    aws configure set aws_secret_access_key minioadmin --profile minioadmin
    aws configure set default.region us-east-1 --profile minioadmin
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 3K bytes
    - Viewed (0)
  10. tests/integration/security/testdata/requestauthn/authn-only.yaml.tmpl

    kind: RequestAuthentication
    metadata:
      name: {{ .To.ServiceName }}
    spec:
      selector:
        matchLabels:
          app: {{ .To.ServiceName }}
      jwtRules:
      - issuer: "******@****.***"
        jwksUri: "https://raw.githubusercontent.com/istio/istio/master/tests/common/jwt/jwks.json"
        outputPayloadToHeader: "x-test-payload"
        outputClaimToHeaders:
        - header: "x-jwt-iss"
          claim: "iss"
        - header: "x-jwt-iat"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 725 bytes
    - Viewed (0)
Back to top