Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for var0 (0.06 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK: [[VAL1:%.+]] = mhlo.constant
      %1 = "tf.Const"()  {value = dense<-1> : tensor<i32>}  : () -> tensor<i32>
      // CHECK: [[VAL2:%.+]]:3 = mhlo.while([[ITER_ARG0:.*]] = [[VAL0]], [[ITER_ARG1:.*]] =  [[VAL1]], [[ITER_ARG2:.*]] =  [[VAL0]])
      %2:3 = "tf.WhileRegion"(%0, %1, %0) ({
      ^cond(%carg0: tensor<i32>, %carg1: tensor<i32>, %carg2: tensor<i32>):
        // CHECK: [[VAL3:%.+]] = mhlo.constant
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    const isNotPositiveErrorMsg string = `must be greater than zero`
    
    var pdPartitionErrorMsg string = validation.InclusiveRangeError(1, 255)
    var fileModeErrorMsg = "must be a number between 0 and 0777 (octal), both inclusive"
    
    // BannedOwners is a black list of object that are not allowed to be owners.
    var BannedOwners = apimachineryvalidation.BannedOwners
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. ChangeLog.md

    - [`KT-28369`](https://youtrack.jetbrains.com/issue/KT-28369) Var not-null smartcasts are wrong if reassignments are used inside another expressions
    - [`KT-26612`](https://youtrack.jetbrains.com/issue/KT-26612) Smartcast don't work in not-null checks + NotNull contract
    - [`KT-7676`](https://youtrack.jetbrains.com/issue/KT-7676) Redundant cast of var is not redundant?
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/core/v1/generated.proto

    }
    
    // ResourceFieldSelector represents container resources (cpu, memory) and their output format
    // +structType=atomic
    message ResourceFieldSelector {
      // Container name: required for volumes, optional for env vars
      // +optional
      optional string containerName = 1;
    
      // Required: resource to select
      optional string resource = 2;
    
      // Specifies the output format of the exposed resources, defaults to "1"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	FieldPath string
    }
    
    // ResourceFieldSelector represents container resources (cpu, memory) and their output format
    type ResourceFieldSelector struct {
    	// Container name: required for volumes, optional for env vars
    	// +optional
    	ContainerName string
    	// Required: resource to select
    	Resource string
    	// Specifies the output format of the exposed resources, defaults to "1"
    	// +optional
    	Divisor resource.Quantity
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (ResourceClaim) SwaggerDoc() map[string]string {
    	return map_ResourceClaim
    }
    
    var map_ResourceFieldSelector = map[string]string{
    	"":              "ResourceFieldSelector represents container resources (cpu, memory) and their output format",
    	"containerName": "Container name: required for volumes, optional for env vars",
    	"resource":      "Required: resource to select",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

    }
    
    // ResourceFieldSelector represents container resources (cpu, memory) and their output format
    // +structType=atomic
    message ResourceFieldSelector {
      // Container name: required for volumes, optional for env vars
      // +optional
      optional string containerName = 1;
    
      // Required: resource to select
      optional string resource = 2;
    
      // Specifies the output format of the exposed resources, defaults to "1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

            "properties": {
              "containerName": {
                "description": "Container name: required for volumes, optional for env vars",
                "type": "string"
              },
              "divisor": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  9. docs/en/docs/release-notes.md

    * 👷 Update GitHub actions to download and upload artifacts to v4, for docs and coverage. PR [#11550](https://github.com/tiangolo/fastapi/pull/11550) by [@tamird](https://github.com/tamird).
    * 👷 Tweak CI for test-redistribute, add needed env vars for slim. PR [#11549](https://github.com/tiangolo/fastapi/pull/11549) by [@tiangolo](https://github.com/tiangolo).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top