Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 120 for 00101100 (0.48 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/tpu_rewrite_device_util_test.cc

            std::make_tuple(
                2, 1, TopologyWithDeviceCoordinates({0, -1, 0, 0, 1, 0, 0, 0}),
                std::vector<int64_t>(),
                "device coordinate (0, -1, 0, 0) in 'topology' is outside "
                "of mesh shape (2, 1, 1, 1)"),
            std::make_tuple(
                2, 1, TopologyWithDeviceCoordinates({0, 1, 0, 0, 1, 0, 0, 0}),
                std::vector<int64_t>(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  2. src/image/draw/clip_test.go

    	{
    		"basic",
    		image.Rect(0, 0, 100, 100),
    		image.Rect(0, 0, 100, 100),
    		image.Rect(0, 0, 100, 100),
    		image.Rectangle{},
    		image.Point{},
    		image.Point{},
    		true,
    		image.Rect(0, 0, 100, 100),
    		image.Point{},
    		image.Point{},
    	},
    	{
    		"clip dr",
    		image.Rect(0, 0, 100, 100),
    		image.Rect(40, 40, 60, 60),
    		image.Rect(0, 0, 100, 100),
    		image.Rectangle{},
    		image.Point{},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 18:07:05 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.json

    {"Name":"UABAL, UABAL2","Bits":"0|0|1|0|1|1|1|0|size:2|1|Rm:5|0|1|0|1|0|0|Rn:5|Rd:5","Arch":"Three registers, not all the same type variant","Syntax":"UABAL <Vd>.<Ta>, <Vn>.<Tb>, <Vm>.<Tb>","Code":"","Alias":""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 234.7K bytes
    - Viewed (0)
  4. src/cmd/gofmt/testdata/composites.golden

    	"bar": ([]int{1, 2}),
    	"bal": {3, 4},
    }
    
    // from exp/4s/data.go
    var pieces4 = []Piece{
    	{0, 0, Point{4, 1}, []Point{{0, 0}, {1, 0}, {1, 0}, {1, 0}}, nil, nil},
    	{1, 0, Point{1, 4}, []Point{{0, 0}, {0, 1}, {0, 1}, {0, 1}}, nil, nil},
    	{2, 0, Point{4, 1}, []Point{{0, 0}, {1, 0}, {1, 0}, {1, 0}}, nil, nil},
    	{3, 0, Point{1, 4}, []Point{{0, 0}, {0, 1}, {0, 1}, {0, 1}}, nil, nil},
    }
    
    var _ = [42]*T{
    	{},
    	{1, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 12 03:55:43 UTC 2016
    - 2.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/tests/composite-lowering.mlir

    // CHECK: %cst = arith.constant dense<[0, 2, 3, 1]> : tensor<4xi32>
    // CHECK: %0 = "tfl.transpose"(%arg0, %cst) : (tensor<1x1x1x8xf32>, tensor<4xi32>) -> tensor<1x1x8x1xf32>
    // CHECK{LITERAL}: %cst_0 = arith.constant dense<[[0, 0], [0, 0], [1, 1], [0, 0]]> : tensor<4x2xi32>
    // CHECK: %1 = "tfl.pad"(%0, %cst_0) : (tensor<1x1x8x1xf32>, tensor<4x2xi32>) -> tensor<1x1x10x1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 18:45:51 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  6. src/crypto/subtle/constant_time_test.go

    		}
    	}
    }
    
    type TestConstantTimeByteEqStruct struct {
    	a, b uint8
    	out  int
    }
    
    var testConstandTimeByteEqData = []TestConstantTimeByteEqStruct{
    	{0, 0, 1},
    	{0, 1, 0},
    	{1, 0, 0},
    	{0xff, 0xff, 1},
    	{0xff, 0xfe, 0},
    }
    
    func byteEq(a, b uint8) int {
    	if a == b {
    		return 1
    	}
    	return 0
    }
    
    func TestConstantTimeByteEq(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 10 03:47:57 UTC 2017
    - 2.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/utils/convert_tensor_test.cc

      ASSERT_NO_FATAL_FAILURE(VerifyConversion<std::complex<float>>(
          {{0.0, 1.0}, {1.0, 0.0}}, DT_COMPLEX64,
          mlir::ComplexType::get(mlir::FloatType::getF32(&context))));
      ASSERT_NO_FATAL_FAILURE(VerifyConversion<std::complex<double>>(
          {{0.0, 1.0}, {1.0, 0.0}}, DT_COMPLEX128,
          mlir::ComplexType::get(mlir::FloatType::getF64(&context))));
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/quantize/quantize_op_with_region.mlir

        // CHECK: %[[CALL:.*]] = call @quantized_dot_general_fn_1(%[[Q2]], %[[Q1]])
    
        // CHECK: %[[REDUCE:.*]] = "stablehlo.reduce_window"(%[[CALL]], %[[Q0]])
        // CHECK{LITERAL}: padding = dense<[[0, 0], [1, 1], [1, 1], [0, 0]]> : tensor<4x2xi64>
        // CHECK-SAME: window_dimensions = array<i64: 1, 3, 3, 1>
        // CHECK: %[[ARG1:.*]]: tensor<!quant.uniform<i8:f32, 3.000000e-01:1>>, %[[ARG2:.*]]: tensor<!quant.uniform<i8:f32, 3.000000e-01:1>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 20:32:46 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/bucketize.mlir

      // CHECK-NEXT:         outputs: [ 2 ],
      // CHECK-NEXT:         builtin_options_type: BucketizeOptions,
      // CHECK-NEXT:         builtin_options: {
      // CHECK-NEXT:           boundaries: [ 0.0, 10.0, 100.0 ]
      // CHECK-NEXT:         }
      // CHECK-NEXT:       } ],
      // CHECK-NEXT:       name: "main"
      // CHECK-NEXT:     } ],
      // CHECK-NEXT:     description: "MLIR Converted.",
      // CHECK-NEXT:     buffers: [ {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 14 16:41:28 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  10. src/net/http/range_test.go

    	{"bytes=0-499", 10000, []httpRange{{0, 500}}},
    	{"bytes=500-999", 10000, []httpRange{{500, 500}}},
    	{"bytes=-500", 10000, []httpRange{{9500, 500}}},
    	{"bytes=9500-", 10000, []httpRange{{9500, 500}}},
    	{"bytes=0-0,-1", 10000, []httpRange{{0, 1}, {9999, 1}}},
    	{"bytes=500-600,601-999", 10000, []httpRange{{500, 101}, {601, 399}}},
    	{"bytes=500-700,601-999", 10000, []httpRange{{500, 201}, {601, 399}}},
    
    	// Match Apache laxity:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 25 17:52:35 UTC 2016
    - 2.4K bytes
    - Viewed (0)
Back to top