Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 4,862 for sresource (0.15 sec)

  1. platforms/documentation/docs/src/snippets/tasks/incrementalBuild-incrementalBuildAdvanced/kotlin/src/test/resources/org/gradle/test-resource.xml

    <some-resource/>...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 16 bytes
    - Viewed (0)
  2. hack/testdata/multi-resource-1.yaml

    apiVersion: v1
    kind: Pod
    metadata:
      name: test-pod
      namespace: multi-resource-ns
      labels:
        name: test-pod-label
    spec:
      containers:
      - name: kubernetes-pause
        image: registry.k8s.io/pause:3.10
    ---
    apiVersion: v1
    kind: Namespace
    metadata:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 462 bytes
    - Viewed (0)
  3. hack/testdata/multi-resource-4.yaml

    # Tests that initial failures to not block subsequent applies.
    # Initial apply for Widget fails, since CRD is not applied yet,
    # but the CRD apply should succeed. Subsequent custom resource
    # apply of Widget should succeed.
    apiVersion: example.com/v1
    kind: Widget
    metadata:
      name: foo
    ---
    apiVersion: apiextensions.k8s.io/v1
    kind: CustomResourceDefinition
    metadata:
      name: widgets.example.com
    spec:
      group: example.com
      scope: Namespaced
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 19 14:06:37 UTC 2021
    - 669 bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/resource-alias-analysis-test.mlir

      // expected-remark@below {{Result #0, ID 1 : 1}}
      %stack_handle2 = "tf.StackV2"(%arg0) {elem_type = f32, stack_name = "s"} : (tensor<i32>) -> tensor<!tf_type.resource>
      func.return
    }
    
    // -----
    
    !tf_res = tensor<*x!tf_type.resource<tensor<f32>>>
    
    // Tests that ops with different known resource types get different resource IDs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jul 21 17:19:47 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  5. hack/testdata/multi-resource-2.yaml

    # Simple test that errors should not block apply of valid
    # resources. The ConfigMap should successfully apply, while
    # the custom resource fails because the CRD is missing.
    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: foo
    ---
    apiVersion: example.com/v1
    kind: Bogus
    metadata:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 04 22:48:31 UTC 2020
    - 292 bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/resource-device-inference.mlir

    // RUN: tf-opt -split-input-file -verify-diagnostics -tf-resource-device-inference %s | FileCheck %s
    
    !tf_res = tensor<*x!tf_type.resource<tensor<32xf32>>>
    
    // Tests that the pass can correctly propagate device attributes inside the same
    // function.
    
    // CHECK-LABEL: func @propagate_in_function
    func.func @propagate_in_function(
      %arg0: !tf_res {tf.device = "/TPU:0"},
      %arg1: !tf_res {tf.device = "/TPU:1"}) {
      tf_executor.graph {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 17 16:01:45 UTC 2022
    - 18.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/windows-resources/groovy/build-resource-only-dll.gradle

    plugins {
        id 'windows-resources'
    }
    
    // tag::resource-only-library[]
    model {
        components {
            helloRes(NativeLibrarySpec) {
                binaries.all {
                    rcCompiler.args "/v"
                    linker.args "/noentry", "/machine:x86"
                }
                // tag::windows-resource-set[]
                sources {
                    rc {
                        source {
                            srcDirs "src/hello/rc"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 690 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/java-library/quickstart/groovy/src/main/resources/org/gradle/resource.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/groovy/quickstart/groovy/src/main/resources/resource.txt

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/multiproject/basic-dependencies/kotlin/api/src/main/resources/org/gradle/resource.txt

    Laura Kassovic <******@****.***> 1706138984 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:29:44 UTC 2024
    - Viewed (0)
Back to top