Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 2,449 for pass2 (0.33 sec)

  1. hack/boilerplate/test/pass.go

    Jeff Grafton <******@****.***> 1500078406 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 03 01:32:50 UTC 2017
    - 584 bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tpu-dynamic-layout-pass.mlir

    // RUN: tf-opt %s -split-input-file -tf-tpu-dynamic-layout-pass | FileCheck %s
    
    // Tests that the pass can transform non-replicated execution.
    
    // CHECK: func @non_replicated(%[[ARG0:.*]]: tensor<*x!tf_type.resource> {tf.device = "/device:CPU:0"}) -> tensor<i32>
    func.func @non_replicated(%arg0: tensor<*x!tf_type.resource> {tf.device = "/device:CPU:0"}) -> tensor<i32> {
      // CHECK: %[[COMPILE:.*]]:2 = "tf_device.launch"
      // CHECK-NEXT: "tf._TPUCompileMlir"()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 29.6K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/pass-random1.bin

    Joe Tsai <******@****.***> 1456950113 -0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 03 02:53:34 UTC 2016
    - 1K bytes
    - Viewed (0)
  4. releasenotes/notes/peer-authn-port-level-pass-through-filter.yaml

    upgradeNotes:
      - title: PeerAuthentication per-port-level configuration will now also apply to pass through filter chains.
        content: |
          Previously the PeerAuthentication per-port-level configuration is ignored if the port number is not defined in a
          service and the traffic will be handled by a pass through filter chain. Now the per-port-level setting will be
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 13 22:43:51 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/pass-random2.bin

    Joe Tsai <******@****.***> 1456950113 -0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 03 02:53:34 UTC 2016
    - 65 bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/mlir_graph_optimization_pass.h

      void Add(std::unique_ptr<MlirV1CompatOptimizationPass> pass) {
        CHECK(pass_ == nullptr) << "Only a single pass can be registered";
        pass_ = std::move(pass);
      }
    
      MlirV1CompatOptimizationPass* pass() const {
        return pass_ ? pass_.get() : nullptr;
      }
    
      // Free the memory allocated for the single pass.
      // This method is used for testing mostly.
      void ClearPass() { pass_.reset(); }
    
     private:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 03 22:53:34 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  7. src/runtime/cgo/gcc_signal_ios_arm64.c

    		fprintf(stderr, "runtime/cgo: caught exc_bad_access\n");
    		fprintf(stderr, "__lr = %llx\n", thread_state.ts_64.__lr);
    		fprintf(stderr, "__pc = %llx\n", thread_state.ts_64.__pc);
    		static int pass1 = 0;
    		if (pass1) {
    			return KERN_FAILURE;
    		}
    		pass1 = 1;
    	}
    
    	ret = thread_set_state(thread, ARM_UNIFIED_THREAD_STATE, (thread_state_t)&thread_state, state_count);
    	if (ret) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 21:04:22 UTC 2024
    - 6K bytes
    - Viewed (0)
  8. src/crypto/tls/bogo_config.json

            "IgnoreClientVersionOrder": "TODO: first pass, this should be fixed",
            "SupportedVersionSelection-TLS12": "TODO: first pass, this should be fixed",
            "MajorVersionTolerance": "TODO: first pass, this should be fixed",
            "DuplicateExtensionServer-TLS-TLS1": "TODO: first pass, this should be fixed",
            "DuplicateExtensionClient-TLS-TLS1": "TODO: first pass, this should be fixed",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 15:52:42 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  9. src/cmd/internal/test2json/testdata/vet.test

        --- PASS: TestVet/7 (0.19s)
            vet_test.go:114: files: ["testdata/deadcode.go" "testdata/shift.go"]
    --- PASS: TestVetDirs (0.01s)
        --- PASS: TestVetDirs/testingpkg (0.06s)
        --- PASS: TestVetDirs/divergent (0.05s)
        --- PASS: TestVetDirs/buildtag (0.06s)
        --- PASS: TestVetDirs/incomplete (0.05s)
        --- PASS: TestVetDirs/cgo (0.04s)
    --- PASS: TestVetAsm (0.75s)
    PASS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 01 16:13:47 UTC 2020
    - 3.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/tests/tests.go

    				checkExampleName(pass, fn)
    				checkExampleOutput(pass, fn, f.Comments)
    			case strings.HasPrefix(fn.Name.Name, "Test"):
    				checkTest(pass, fn, "Test")
    			case strings.HasPrefix(fn.Name.Name, "Benchmark"):
    				checkTest(pass, fn, "Benchmark")
    			case strings.HasPrefix(fn.Name.Name, "Fuzz"):
    				checkTest(pass, fn, "Fuzz")
    				checkFuzz(pass, fn)
    			}
    		}
    	}
    	return nil, nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top