Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for _123 (0.05 sec)

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

      %1 = arith.constant dense<[-1]> : tensor<1xi32>
      %2 = arith.constant dense<[-1]> : tensor<1xi32>
      %3 = arith.constant dense<[0, 0]> : tensor<2xi32>
      %4 = "tf.MatrixDiagV2"(%arg0, %0, %1, %2, %3) : (tensor<8x16xf32>, tensor<1xi32>, tensor<1xi32>, tensor<1xi32>, tensor<2xi32>) -> tensor<8x16x16xf32>
      func.return %4 : tensor<8x16x16xf32>
    
    // CHECK-LABEL:   func @matrix_diag_v2_no_match(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

      %1 = "stablehlo.dot_general"(%arg0, %0) {
        dot_dimension_numbers = #stablehlo.dot<
          lhs_batching_dimensions = [0, 1, 2, 3],
          rhs_batching_dimensions = [0, 1, 2, 3],
          lhs_contracting_dimensions = [5],
          rhs_contracting_dimensions = [4]
        >,
        precision_config = [#stablehlo<precision DEFAULT>, #stablehlo<precision DEFAULT>]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___ATANHL_B                      = 0x848 // 2120
    	SYS___CBRTF_B                       = 0x849 // 2121
    	SYS___CBRTL_B                       = 0x84A // 2122
    	SYS___COPYSIGNF_B                   = 0x84B // 2123
    	SYS___COPYSIGNL_B                   = 0x84C // 2124
    	SYS___COTANF_B                      = 0x84D // 2125
    	SYS___COTAN_B                       = 0x84E // 2126
    	SYS___COTANL_B                      = 0x84F // 2127
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  4. pkg/apis/admissionregistration/validation/validation_test.go

    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "dev": true,
          "engines": {
            "node": ">=0.10.0"
          }
        },
        "node_modules/object-inspect": {
          "version": "1.12.3",
          "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
          "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
          "dev": true,
          "funding": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/prepare-composite-functions-tf.mlir

      %2 = "tf.Const"() {value = dense<0.0> : tensor<f32>} : () -> tensor<f32>
      %3 = "tf.Const"() {value = dense<0.0> : tensor<f32>} : () -> tensor<f32>
      func.return %0, %1, %2, %3 : tensor<f32>, tensor<f32>, tensor<f32>, tensor<f32>
    }
    
    // CHECK-LABEL: func @tflite_custom_nms(
    // CHECK-SAME:                          %[[VAL_0:.*]]: tensor<1x100x4xf32>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 122.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/ops.mlir

    }
    
    // -----
    
    func.func @testTFLiteDetectionPostProcess(%arg0: tensor<1x64x64x32xf32>, %arg1: tensor<1x64x64x32xf32>, %arg2: tensor<1x64x64x32xf32>) -> (tensor<1x32x32x32xf32>, tensor<1x32x32x32xf32>) {
      %0, %1, %2, %3 = "tfl.custom_tf"(%arg0, %arg1, %arg2) ({
      ^bb0(%a0: tensor<1x64x64x32xf32>, %a1: tensor<1x64x64x32xf32>, %a2: tensor<1x64x64x32xf32>):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  8. pkg/config/validation/validation.go

    				}
    			}
    		}
    
    		errs = AppendValidation(errs, validateExportTo(cfg.Namespace, serviceEntry.ExportTo, true, false))
    		return errs.Unwrap()
    	})
    
    // ValidatePortName validates a port name to DNS-1123
    func ValidatePortName(name string) error {
    	if !labels.IsDNS1123Label(name) {
    		return fmt.Errorf("invalid port name: %s", name)
    	}
    	return nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.5.md

      * Docker version 1.12.1 [has been validated](https://github.com/kubernetes/kubernetes/issues/28698) through the Kubernetes docker automated validation framework as has Docker version 1.12.3
     *  Docker 1.10.3 contains [backports provided by RedHat](https://github.com/docker/docker/compare/v1.10.3...runcom:docker-1.10.3-stable) for known issues
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
Back to top