Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 265 for __resource (0.12 sec)

  1. platforms/documentation/docs/src/snippets/multiproject/basic-dependencies/groovy/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)
  2. platforms/documentation/docs/src/snippets/multiproject/basic-dependencies/kotlin/shared/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)
  3. platforms/documentation/docs/src/snippets/java-library/quickstart/kotlin/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)
  4. hack/testdata/CRD/resource.yaml

    juanvallejo <******@****.***> 1517847660 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 15 15:33:06 UTC 2018
    - 94 bytes
    - Viewed (0)
  5. test/fixedbugs/issue59709.dir/bresource.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package bresource
    
    type Resource[T any] struct {
    	name        string
    	initializer Initializer[T]
    	cfg         ResConfig
    	value       T
    }
    
    func Should[T any](r *Resource[T], e error) bool {
    	return r.cfg.ShouldRetry(e)
    }
    
    type ResConfig struct {
    	ShouldRetry func(error) bool
    	TearDown    func()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 05 21:04:28 UTC 2023
    - 643 bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/internal/mlir_bridge_pass_util_test.cc

    namespace {
    
    // Produce a valid graph with a resource-type input.
    FunctionDef PassThroughResource() {
      return FunctionDefHelper::Define(
          /*function_name=*/"PassThroughResource",
          /*arg_def=*/{"in: resource"},
          /*ret_def=*/{"out: resource"},
          /*attr_def=*/{},
          /*node_def=*/
          {{{"out"}, "Identity", {"in"}, {{"T", DataType::DT_RESOURCE}}}});
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 19:51:50 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/shape-attrs.pbtxt

    node {
      name: "args_0"
      op: "_Arg"
      attr {
        key: "T"
        value {
          type: DT_RESOURCE
        }
      }
      attr {
        key: "index"
        value {
          i: 0
        }
      }
    }
    node {
      name: "args_1"
      op: "_Arg"
      attr {
        key: "T"
        value {
          type: DT_RESOURCE
        }
      }
      attr {
        key: "index"
        value {
          i: 1
        }
      }
    }
    node {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Dec 04 18:02:53 UTC 2020
    - 5K bytes
    - Viewed (0)
  8. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/EclipseWtpComponent.java

     *       minusConfigurations &lt;&lt; configurations.anotherConfiguration
     *
     *       //you can add a wb-resource elements; mandatory keys: 'sourcePath', 'deployPath':
     *       //if sourcePath points to non-existing folder it will *not* be added.
     *       resource sourcePath: 'extra/resource', deployPath: 'deployment/resource'
     *
     *       //you can add a wb-property elements; mandatory keys: 'name', 'value':
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-as-function-control-ret.pbtxt

    # mapped correctly.
    
    # CHECK-LABEL: func @main
    # CHECK-SAME:  (%{{.*}}: tensor<*xf32>, %[[ARG_1:.*]]: tensor<*x!tf_type.resource<tensor<f32>>>, %[[ARG_2:.*]]: tensor<*x!tf_type.resource<tensor<f32>>>)
    # CHECK-SAME:  control_outputs = "var1_add,var2_add"
    # CHECK-SAME:  inputs = "arg0,arg1,arg2"
    # CHECK-SAME:  outputs = "ret"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 29 04:41:05 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  10. pkg/apis/core/resource.go

    func (rl *ResourceList) Storage() *resource.Quantity {
    	return rl.Name(ResourceStorage, resource.BinarySI)
    }
    
    // Pods returns the list of pods
    func (rl *ResourceList) Pods() *resource.Quantity {
    	return rl.Name(ResourcePods, resource.DecimalSI)
    }
    
    // StorageEphemeral returns the list of ephemeral storage volumes, if any
    func (rl *ResourceList) StorageEphemeral() *resource.Quantity {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 10 21:09:13 UTC 2020
    - 1.8K bytes
    - Viewed (0)
Back to top