Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 2,449 for pass2 (0.04 sec)

  1. src/image/png/testdata/pngsuite/README.original

    this directory:
    
    Testing basn0g01.png: PASS (524 zero samples)
     Filter 0 was used 32 times
    Testing basn0g02.png: PASS (448 zero samples)
     Filter 0 was used 32 times
    Testing basn0g04.png: PASS (520 zero samples)
     Filter 0 was used 32 times
    Testing basn0g08.png: PASS (3 zero samples)
     Filter 1 was used 9 times
     Filter 4 was used 23 times
    Testing basn0g16.png: PASS (1 zero samples)
     Filter 1 was used 1 times
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 2.7K bytes
    - Viewed (0)
  2. src/cmd/internal/test2json/testdata/smiley.json

    {"Action":"pass","Test":"Test☺☹/7"}
    {"Action":"pass","Test":"Test☺☹"}
    {"Action":"output","Test":"Test☺☹Dirs","Output":"--- PASS: Test☺☹Dirs (0.01s)\n"}
    {"Action":"output","Test":"Test☺☹Dirs/testingpkg","Output":"    --- PASS: Test☺☹Dirs/testingpkg (0.06s)\n"}
    {"Action":"pass","Test":"Test☺☹Dirs/testingpkg"}
    {"Action":"output","Test":"Test☺☹Dirs/divergent","Output":"    --- PASS: Test☺☹Dirs/divergent (0.05s)\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 12.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/metrics/error_collector_inst.h

      // Instrumentation hooks. These hooks don't need to be thread-safe. The pass
      // manager runs each pass for the entire module, then it walks through
      // each op in the module and runs the pass on them, may be in async mode.
      void runBeforePass(Pass *pass, Operation *module) override;
      void runAfterPass(Pass *pass, Operation *module) override;
      void runAfterPassFailed(Pass *pass, Operation *module) override;
    
      // The handler to capture error messages.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 25 01:48:36 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. src/cmd/internal/test2json/testdata/framefuzz.test

    === NAME  TestAddrStringAllocs
    --- PASS: TestAddrStringAllocs (0.00s)
        --- PASS: TestAddrStringAllocs/zero (0.00s)
        --- PASS: TestAddrStringAllocs/ipv4 (0.00s)
        --- PASS: TestAddrStringAllocs/ipv6 (0.00s)
        --- PASS: TestAddrStringAllocs/ipv6+zone (0.00s)
        --- PASS: TestAddrStringAllocs/ipv4-in-ipv6 (0.00s)
        --- PASS: TestAddrStringAllocs/ipv4-in-ipv6+zone (0.00s)
    === NAME
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 19:50:36 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/internal/passes/clustering_passes.h

    #include "mlir/IR/BuiltinOps.h"  // from @llvm-project
    #include "mlir/Pass/Pass.h"  // from @llvm-project
    
    namespace tensorflow {
    namespace tf2xla {
    namespace internal {
    
    // Verifies that all MLIR Ops have the expected attributes.
    std::unique_ptr<mlir::OperationPass<mlir::func::FuncOp>>
    CreateVerifyClusteringPass();
    
    // Creates a pass that forms clusters from operations of the same
    // `_replication_info` attribute.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 02:01:13 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  6. src/cmd/internal/test2json/testdata/issue23920.json

    {"Action":"output","Test":"TestWithColons","Output":"--- PASS: TestWithColons (0.00s)\n"}
    {"Action":"output","Test":"TestWithColons/[::1]","Output":"    --- PASS: TestWithColons/[::1] (0.00s)\n"}
    {"Action":"pass","Test":"TestWithColons/[::1]"}
    {"Action":"output","Test":"TestWithColons/127.0.0.1:0","Output":"    --- PASS: TestWithColons/127.0.0.1:0 (0.00s)\n"}
    {"Action":"pass","Test":"TestWithColons/127.0.0.1:0"}
    {"Action":"pass","Test":"TestWithColons"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 956 bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/assign/assign.go

    			if analysisutil.HasSideEffects(pass.TypesInfo, lhs) ||
    				analysisutil.HasSideEffects(pass.TypesInfo, rhs) ||
    				isMapIndex(pass.TypesInfo, lhs) {
    				continue // expressions may not be equal
    			}
    			if reflect.TypeOf(lhs) != reflect.TypeOf(rhs) {
    				continue // short-circuit the heavy-weight gofmt check
    			}
    			le := analysisutil.Format(pass.Fset, lhs)
    			re := analysisutil.Format(pass.Fset, rhs)
    			if le == re {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/atomic/atomic.go

    	Requires:         []*analysis.Analyzer{inspect.Analyzer},
    	RunDespiteErrors: true,
    	Run:              run,
    }
    
    func run(pass *analysis.Pass) (interface{}, error) {
    	if !analysisutil.Imports(pass.Pkg, "sync/atomic") {
    		return nil, nil // doesn't directly import sync/atomic
    	}
    
    	inspect := pass.ResultOf[inspect.Analyzer].(*inspector.Inspector)
    
    	nodeFilter := []ast.Node{
    		(*ast.AssignStmt)(nil),
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/tf_saved_model_passes.h

    // variable assignments will be done via lifting variables pass by converting
    // the read-only variables to constant ops, instead. This pass removes the
    // redundant operations. This pass should be located in front of the pass for
    // lifting read-only variables.
    std::unique_ptr<OperationPass<ModuleOp>>
    CreateRemoveVariablesInSessionInitializerPass();
    
    // Creates a pass that removes duplicate 'tf_saved_model.bound_input' bindings.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 09 19:11:34 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/bools/bools.go

    //
    //	e && e
    //	e || e
    //
    // Exprs must contain only side effect free expressions.
    func (op boolOp) checkRedundant(pass *analysis.Pass, exprs []ast.Expr) {
    	seen := make(map[string]bool)
    	for _, e := range exprs {
    		efmt := analysisutil.Format(pass.Fset, e)
    		if seen[efmt] {
    			pass.ReportRangef(e, "redundant %s: %s %s %s", op.name, efmt, op.tok, efmt)
    		} else {
    			seen[efmt] = true
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 4.9K bytes
    - Viewed (0)
Back to top