Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for Change (0.26 sec)

  1. staging/src/k8s.io/api/core/v1/generated.proto

      // randomly. If an address is specified manually, is in-range (as per
      // system configuration), and is not in use, it will be allocated to the
      // service; otherwise creation of the service will fail. This field may not
      // be changed through updates unless the type field is also being changed
      // to ExternalName (which requires this field to be blank) or the type
      // field is being changed from ExternalName (in which case this field may
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // randomly. If an address is specified manually, is in-range (as per
      // system configuration), and is not in use, it will be allocated to the
      // service; otherwise creation of the service will fail. This field may not
      // be changed through updates unless the type field is also being changed
      // to ExternalName (which requires this field to be blank) or the type
      // field is being changed from ExternalName (in which case this field may
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      // CHECK: %0 = tfl.mul %arg0, %cst {fused_activation_function = "NONE"} : tensor<2xf32>
      // CHECK: return %0 : tensor<2xf32>
    }
    
    // CHECK-LABEL: ConvertMul1WithBroadcastToIdentity
    // If the broadcast doesn't change the dimensions (i.e. constant is smaller than input)
    func.func @ConvertMul1WithBroadcastToIdentity(%arg0: tensor<2x2xf32>) -> tensor<2x2xf32> {
      %cst = arith.constant dense<1.0> : tensor<2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
Back to top