Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 130 for CheckM (0.12 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize.cc

          indices_type.getDimSize(1) != 1)
        return false;
    
      // Checks the `params_type` is equal to `output_type`. If not equal, we
      // cannot replace the scatter_nd/gather_nd op with `params`.
      if (params_type != output_type) return false;
    
      // Checks the value in `indices` is from 0 to n-1.
      int cur_value = 0;
      for (const auto &v : indices.getValues<APInt>()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    				Port:    echo.Port{ServicePort: 12346, Protocol: protocol.HTTP},
    				Timeout: time.Millisecond * 100,
    				Check:   check.OK(),
    			},
    		})
    	}
    }
    
    func externalNameCases(t TrafficContext) {
    	calls := func(name string, checks ...echo.Checker) []TrafficCall {
    		checks = append(checks, check.OK())
    		ch := []TrafficCall{}
    		for _, c := range t.Apps.A {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

    }
    // CHECK-LABEL: pad_with_interior_padding
    // CHECK-SAME: %[[ARG0:.+]]: tensor<2x3x!quant.uniform<i8:f32, 2.000000e+00:-1>>
    // CHECK-SAME: %[[ARG1:.+]]: tensor<!quant.uniform<i8:f32, 2.000000e+00:-1>>
    // CHECK: %[[PADDING:.+]] = arith.constant
    // CHECK{LITERAL}: dense<[[0, 2], [1, 1]]> : tensor<2x2xi32>
    // CHECK: %[[INTERIOR:.+]] = arith.constant
    // CHECK{LITERAL}: dense<[1, 2]> : tensor<2xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  4. src/reflect/all_test.go

    	CheckI("&sp", &sp, 2)
    
    	wv := Twordv(3)
    	CheckI("wv", wv, 3)
    	CheckI("&wv", &wv, 3)
    
    	wp := Twordp(4)
    	CheckI("&wp", &wp, 4)
    
    	bv := Tbigv([2]uintptr{5, 6})
    	CheckI("bv", bv, 11)
    	CheckI("&bv", &bv, 11)
    
    	bp := Tbigp([2]uintptr{7, 8})
    	CheckI("&bp", &bp, 15)
    
    	t4 := Tm4{}
    	t3 := Tm3{&t4}
    	t2 := Tm2{&t3}
    	t1 := Tm1{t2}
    	CheckI("t4", t4, 40)
    	CheckI("&t4", &t4, 40)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  5. pkg/config/validation/validation.go

    						errs = appendErrors(errs, check(len(src.Principals) != 0, "From.Principals"))
    						errs = appendErrors(errs, check(len(src.NotPrincipals) != 0, "From.NotPrincipals"))
    						errs = appendErrors(errs, check(len(src.RequestPrincipals) != 0, "From.RequestPrincipals"))
    						errs = appendErrors(errs, check(len(src.NotRequestPrincipals) != 0, "From.NotRequestPrincipals"))
    					}
    				}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/prepare-composite-functions-tf.mlir

    }
    
    // NOTE: Assertions have been autogenerated by utils/generate-test-checks.py
    // CHECK-LABEL:   func @embedding(
    // CHECK-SAME:              [[VAL_0:%.*]]: tensor<*xf32>, [[VAL_1:%.*]]: tensor<*xi32>) -> tensor<*xf32>
    
    // CHECK-LABEL:   attributes  {tf._implements = "embedding_lookup", tf._reference = "mlir"} {
    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/tensorflow/tests/extract_outside_compilation.mlir

      // CHECK-LABEL: func @nodep_single_cluster_multiple_ops_outside_compilation
      func.func @nodep_single_cluster_multiple_ops_outside_compilation() -> () {
         // CHECK: "tf_device.parallel_execute"
         // CHECK-NEXT: "tf_device.launch"
         // CHECK-NEXT: "tf.B"
         // CHECK-NEXT: "tf.C"
         // CHECK-NEXT: "tf.D"
         // CHECK-NOT: _xla_outside_compilation
         // CHECK: "tf_device.cluster"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      // CHECK: %0 = "tf.Bitcast"(%arg0) : (tensor<8x16x32x64xf32>) -> tensor<8x16x32x64x2xi16>
      // CHECK: %1 = "tf.Bitcast"(%arg0) {device = "/job:localhost/replica:0/task:0/device:GPU:0"} : (tensor<8x16x32x64xf32>) -> tensor<8x16x32x64xi32>
      // CHECK: %2 = "tf.Identity"(%0) : (tensor<8x16x32x64x2xi16>) -> tensor<8x16x32x64x2xi16>
      // CHECK: return %1, %2
    }
    
    // CHECK-LABEL: testSameCastType
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

          }
          // CHECK: tf_executor.Merge
          // CHECK-SAME: : (tensor<32x?x4xf32>, tensor<?x?x?xf32>) ->
          // CHECK: tf_executor.Switch
          // CHECK-SAME: : (tensor<32x?x4xf32>, tensor<i1>) ->
          // CHECK: tf_executor._SwitchN
          // CHECK-SAME: : tensor<?x?x?xf32>
          // CHECK: tf_executor.Enter
          // CHECK-SAME: : (tensor<32x?x4xf32>) ->
          // CHECK: tf_executor.Exit
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

    // CHECK-LABEL:reverse_v2_i64
    // CHECK:  "tfl.cast"
    // CHECK:  "tfl.reverse_v2"
    // CHECK:  return
    }
    
    func.func @matrix_diag(%arg0: tensor<8x16xf32>) -> tensor<8x16x16xf32> {
      %0 = "tf.MatrixDiag"(%arg0) : (tensor<8x16xf32>) -> tensor<8x16x16xf32>
      func.return %0 : tensor<8x16x16xf32>
    
    // CHECK-LABEL:matrix_diag
    // CHECK:  "tfl.matrix_diag"(%arg0) : (tensor<8x16xf32>) -> tensor<8x16x16xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
Back to top