Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for visio (0.08 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

                }
    
                if (managed) {
                    interfaceTypes.add(MANAGED_TYPE.getInternalName());
                }
    
                includeNotInheritedAnnotations();
    
                visit(V1_8, ACC_PUBLIC | ACC_SYNTHETIC, generatedType.getInternalName(), null,
                    superclass.getInternalName(), interfaceTypes.toArray(EMPTY_STRINGS));
    
                generateInitMethod();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        // Reverse DFS from send_from_host_main_graph, and stop at start_node.
        struct Visit {
          Node* n;
          bool is_exiting;
        };
        std::vector<Visit> stack{{send_node_in_host_graph, false}};
        std::map<Node*, Node*> node_map;
        node_map[host_graph->source_node()] = g->source_node();
        while (!stack.empty()) {
          Visit& curr = stack.back();
          if (curr.is_exiting) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            succeeds("resolve")
    
            then:
            outputContains("files: [b.jar]")
        }
    
        @ToBeFixedForConfigurationCache(because = "treating file collection visit failures as a configuration cache problem adds an additional failure to the build summary; exception chain is different when transform input cannot be resolved")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  4. pkg/test/framework/features/allowlist.txt

    security,TestReachability/automtls-partial-sidecar-dr-disable/a->http://multiversion:http/vistio
    security,TestReachability/automtls-partial-sidecar-dr-disable/a->http://multiversion:http/vlegacy
    security,TestReachability/automtls-partial-sidecar-dr-mutual
    security,TestReachability/automtls-partial-sidecar-dr-mutual/a->http://multiversion:http/vistio
    security,TestReachability/automtls-partial-sidecar-dr-mutual/a->http://multiversion:http/vlegacy
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // interface.
      Status ConvertLibFunction(llvm::StringRef func_name);
    
      // Returns the list of nodes in the graph. Nodes are presented in the reverse
      // order of a post-order depth-first visit starting from the graph's source
      // nodes.
      llvm::ArrayRef<Node*> GetOrderedNodes() const { return ordered_nodes_; }
    
      // Returns the inferred input type at index `idx` of the `node` in the
      // context.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  6. src/cmd/go/internal/load/pkg.go

    		// (if any), as well as packages/files specifically named on the
    		// command line.
    		match = []func(*Package) bool{matchMainModAndCommandLine}
    	}
    
    	// Visit the packages being built or installed, along with all of
    	// their dependencies, and mark them to be instrumented, taking
    	// into account the matchers we've set up in the sequence above.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // vip : 2015-01-22 Registry Services, LLC
    vip
    
    // virgin : 2014-09-25 Virgin Enterprises Limited
    virgin
    
    // visa : 2015-07-30 Visa Worldwide Pte. Limited
    visa
    
    // vision : 2013-12-05 Binky Moon, LLC
    vision
    
    // viva : 2014-11-07 Saudi Telecom Company
    viva
    
    // vivo : 2015-07-31 Telefonica Brasil S.A.
    vivo
    
    // vlaanderen : 2014-02-06 DNS.be vzw
    vlaanderen
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  8. samples/addons/grafana.yaml

    sses)","interval":"","legendFormat":"misses","refId":"B"},{"datasource":{"type":"prometheus","uid":"${datasource}"},"expr":"avg(envoy_wasm_remote_load_cache_negative_hits)","interval":"","legendFormat":"negative hits","refId":"C"}],"title":"Cache Visit","type":"timeseries"},{"datasource":{"type":"prometheus","uid":"${datasource}"},"fieldConfig":{"defaults":{"color":{"mode":"palette-classic"},"custom":{"axisCenteredZero":false,"axisColorMode":"text","axisLabel":"","axisPlacement":"auto","barAlign...
    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. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    "legendFormat": "misses", "refId": "B" }, { "expr": "avg(envoy_wasm_remote_load_cache_negative_hits)", "interval": "", "legendFormat": "negative hits", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Cache Visit", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:233", "format": "short", "label": null,...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top