Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 80 for 0111 (0.04 sec)

  1. src/os/types_windows.go

    	// loops, so it is not safe to walk them without special handling.
    	if !fs.isReparseTagNameSurrogate() {
    		if fs.FileAttributes&syscall.FILE_ATTRIBUTE_DIRECTORY != 0 {
    			m |= ModeDir | 0111
    		}
    
    		switch fs.filetype {
    		case syscall.FILE_TYPE_PIPE:
    			m |= ModeNamedPipe
    		case syscall.FILE_TYPE_CHAR:
    			m |= ModeDevice | ModeCharDevice
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:44:48 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/tests/tfcompile_test.cc

      add.arg0_data()[0] = 111;
      EXPECT_TRUE(add.Run());
      EXPECT_EQ(add.error_msg(), "");
      EXPECT_EQ(add.result0(), 153);
      EXPECT_EQ(add.result0_data()[0], 153);
      EXPECT_EQ(add.result0_data(), add.results()[0]);
    
      const AddWithCkptComp& add_const = add;
      EXPECT_EQ(add_const.error_msg(), "");
      EXPECT_EQ(add_const.arg0(), 111);
      EXPECT_EQ(add_const.arg0_data()[0], 111);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 26.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/asm_zos_s390x.s

    	// if r3 is not zero (failed) then branch to finish
    	BYTE $0xB9; BYTE $0x02; BYTE $0x00; BYTE $0x33 // lbl1     ltgr  3,3
    	BYTE $0xA7; BYTE $0x74; BYTE $0x00; BYTE $0x08 // brc   b'0111',lbl2
    
    	// stomic store shunt address in R5 into CEECAADMC
    	BYTE $0xE3; BYTE $0x52; BYTE $0x00; BYTE $0x00; BYTE $0x00; BYTE $0x24 // stg   5,0(2)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/insert_weight_param.mlir

        %0 = stablehlo.convolution(%arg0, %arg1) dim_numbers = [b, 0, 1, f]x[0, 1, i, o]->[b, 0, 1, f], window = {pad = [[0, 1], [1, 1]]} {batch_group_count = 1 : i64, feature_group_count = 1 : i64} : (tensor<1x3x4x3xf32>, tensor<2x3x3x2xf32>) -> tensor<1x3x4x2xf32>
        return %0 : tensor<1x3x4x2xf32>
      }
      // CHECK: func private @composite_conv_fn
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 05:56:10 UTC 2024
    - 22K bytes
    - Viewed (0)
  5. src/runtime/mpallocbits_test.go

    			},
    		},
    		"OddBound": {
    			init: []BitRange{{0, 111}},
    			tests: []test{
    				{0, 1, 1},
    				{5, 3, 3},
    				{2, 11, 11},
    				{110, 2, 1},
    				{99, 50, 12},
    				{110, 1, 1},
    				{111, 1, 0},
    				{99, 1, 1},
    				{120, 1, 0},
    				{PallocChunkPages / 2, PallocChunkPages / 2, 0},
    				{0, PallocChunkPages, 111},
    			},
    		},
    		"Scattered": {
    			init: []BitRange{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 17 22:00:17 UTC 2020
    - 13.7K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/locking/AbstractLockingIntegrationTest.groovy

            lockfileFixture.verifyLockfile(['lockedConf': ["org:bar:${resolved}"], 'subConf': ['org:bar:1.1']])
    
            where:
            version     | resolved
            "[1.0,)"    | "2.1"
            "[1.0,2.0)" | "1.1"
            "[1.0,2.0]" | "2.0"
            "(,2.0)"    | "1.1"
            "1.+"       | "1.1"
            "+"         | "2.1"
        }
    
        def "does not lock a configuration that is marked with deactivateDependencyLocking"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 02:50:41 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolutionIssuesIntegrationTest.groovy

            buildFile << """
                plugins {
                    id 'java-library'
                    id 'dev.jacomet.logging-capabilities' version '0.11.1'
                }
    
                ${mavenCentralRepository()}
    
                dependencies {
                    implementation 'eu.medsea.mimeutil:mime-util:2.1.3'
                    implementation 'org.slf4j:slf4j-api:2.0.7'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 04:02:23 UTC 2024
    - 30K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/tpu-merge-variables-with-execute.mlir

      // CHECK-NEXT: "tf.TPUExecuteAndUpdateVariables"(%[[ARG_0]], %[[ARG_1]], %[[ARG_3]], %[[ARG_4]], %[[COMPILE]]#1)
      // CHECK-SAME: device_var_reads_indices = [0, 1, 2, 3],
      // CHECK-SAME: device_var_updates_indices = [0, 1, -1, -1]
      %execute:3 = "tf_device.launch"() ({
        %0:3 = "tf.TPUExecute"(%read0, %read1, %read2, %read5, %compile#1) {
          Targs = [tensor<32xf32>, tensor<64xf32>, tensor<8xf32>, tensor<2xf32>],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 24.5K bytes
    - Viewed (0)
  9. tensorflow/cc/gradients/math_grad_test.cc

        return CRV({{-1.0f, 0.5f}, {1.0f, 0.5f}, {2, -1}});
      };
      TestCWiseGrad<complex64, complex64>(RSQRT, x_fn);
    }
    
    TEST_F(CWiseUnaryGradTest, Exp) {
      auto x_fn = [this](const int i) {
        return RV({0, -1, 1, -1.5f, 1.5f, -2, 2});
      };
      TestCWiseGrad<float, float>(EXP, x_fn);
    }
    
    TEST_F(CWiseUnaryGradTest, Exp_Complex) {
      auto x_fn = [this](const int i) { return CRV({{-1, 0}, {1, 0}, {2, -1}}); };
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 36K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/quantize.mlir

      %0 = arith.constant dense<[[-0.75, -0.5, -0.25, 0.0], [0.25, 0.5, 0.75, 1.0]]> : tensor<2x4xf32>
      %1 = "tfl.quantize"(%0) {qtype = tensor<2x4x!quant.uniform<i4:f32, 2.500000e-01:-1>>} : (tensor<2x4xf32>) -> tensor<2x4x!quant.uniform<i4:f32, 2.500000e-01:-1>>
      func.return %1 : tensor<2x4x!quant.uniform<i4:f32, 2.500000e-01:-1>>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:10:13 UTC 2024
    - 39.7K bytes
    - Viewed (0)
Back to top