Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for involved (0.16 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      let description = [{
        This pass analyzes control dependencies between islands and warns about
        dependencies that are not explainable by side effects of the involved ops.
        More precisely, for every minimal unexplainable control dependency path
        we emit op warnings for all involved ops. The pass does not report
        intermediate dummy ops for grouping control dependencies (Identity, NoOp),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // with explicit package arguments (for example 'go test math', 'go
    // test ./...', and even 'go test .'). In this mode, go test compiles
    // and tests each of the packages listed on the command line. If a
    // package test passes, go test prints only the final 'ok' summary
    // line. If a package test fails, go test prints the full test output.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/side-effect-analysis-test.mlir

    }
    
    // -----
    
    // Tests two side-effecting ops operating on resources that are allocated in the
    // same function. The expectation is that the ops are treated as independent
    // (as the involved resource allocators have the `UniqueResourceAllocation`
    // trait).
    func.func @side_effecting_ops_with_different_resources_and_allocations(
      // expected-remark@above {{ID: 9}}
      %arg0: tensor<i32>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 129.7K bytes
    - Viewed (0)
  4. tests/integration/pilot/common/routing.go

    		// In these cases, we expect success
    		// There is no sniffer on either side
    		{"tcp-server", "DISABLE", "DISABLE", check.OK()},
    
    		// On outbound, we have no sniffer involved
    		// On inbound, the request is TLS, so its not server first
    		{"tcp-server", "ISTIO_MUTUAL", "PERMISSIVE", check.OK()},
    		{"tcp-server", "ISTIO_MUTUAL", "STRICT", check.OK()},
    	}
    	for _, client := range from {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  5. src/cmd/go/internal/load/pkg.go

    	}
    	appendSetting("CGO_ENABLED", cgo)
    	// https://go.dev/issue/52372: only include CGO flags if -trimpath is not set.
    	// (If -trimpath is set, it is possible that these flags include system paths.)
    	// If cgo is involved, reproducibility is already pretty well ruined anyway,
    	// given that we aren't stamping header or library versions.
    	//
    	// TODO(bcmills): perhaps we could at least parse the flags and stamp the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    			},
    			wantStatusCode: map[string]framework.Code{
    				"node-a": framework.Success,
    				"node-b": framework.Unschedulable,
    			},
    		},
    		{
    			// In this unit test, NodeAffinity plugin is not involved, so node-b still fits
    			name: "incoming pod has nodeAffinity, pods spread as 0/~2~/0/1, hence node-a fits",
    			pod: st.MakePod().Name("p").Label("foo", "").
    				NodeAffinityNotIn("node", []string{"node-b"}).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

        return attr_value.value_case() == AttrValue::kList;
      return false;
    }
    
    void LoadImporterDialects(mlir::MLIRContext& context) {
      // Load dialects involved in the conversion
      mlir::DialectRegistry registry;
      mlir::RegisterAllTensorFlowDialectsImpl(registry, false);
      context.appendDialectRegistry(registry);
      for (llvm::StringRef name : registry.getDialectNames())
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  8. samples/addons/grafana.yaml

    href=\"https://istio.io/docs/concepts/traffic-management/\" target=\"_blank\">connect</a>, and \n    <a href=\"https://istio.io/docs/concepts/observability/\" target=\"_blank\">monitor</a> microservices.\n    <br>\n    Need help? <a href=\"https://istio.io/get-involved/\" target=\"_blank\">Join the Istio community</a>.\n  </div>\n</div>","mode":"html"},"pluginVersion":"10.1.5","style":{"font-size":"18pt"},"targets":[{"datasource":{"type":"prometheus","uid":"${datasource}"},"refId":"A"}],"transparent":true,"typ...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

              You gave us three or more;
            They all returned from him to you,
              Though they were mine before.
    
            If I or she should chance to be
              Involved in this affair,
            He trusts to you to set them free,
              Exactly as we were.
    
            My notion was that you had been
              (Before she had this fit)
            An obstacle that came between
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

              You gave us three or more;
            They all returned from him to you,
              Though they were mine before.
    
            If I or she should chance to be
              Involved in this affair,
            He trusts to you to set them free,
              Exactly as we were.
    
            My notion was that you had been
              (Before she had this fit)
            An obstacle that came between
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
Back to top