Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 96 for graphml (0.1 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/resolver/ResolutionOutputs.java

         */
        ArtifactCollection getArtifacts();
    
        /**
         * Creates a view of the resolved graph that can be used to filter the resolved artifacts,
         * perform transformations on the resolved artifacts, or reselect the variants of the resolved
         * graph to adjacent artifacts.
         */
        ArtifactView artifactView(Action<? super ArtifactView.ViewConfiguration> action);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:29:40 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/execution/taskgraph/RuleTaskExecutionIntegrationTest.groovy

                gradle.taskGraph.whenReady {
                    println "task container node state when task graph ready: ${registry.state(tasksPath)}"
                }
                gradle.buildFinished {
                    registry.atState(tasksPath, ModelNode.State.GraphClosed)
                    println "task container node state after graph closing: ${registry.state(tasksPath)}"
                }
            '''
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/load.go

    	if len(mismatches) == 0 {
    		// Since we're running as part of 'go mod tidy', the roots of the module
    		// graph should contain only modules that are relevant to some package in
    		// the package graph. We checked every package in the package graph and
    		// didn't find any mismatches, so that must mean that all of the roots of
    		// the module graph are also consistent.
    		//
    		// If we're wrong, Go 1.16 in -mod=readonly mode will error out with
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/google/pprof/internal/driver/webhtml.go

    		template.Must(templates.AddParseTree(name, sub.Tree))
    	}
    
    	// Embedded files.
    	def("css", loadCSS("html/common.css"))
    	def("header", loadFile("html/header.html"))
    	def("graph", loadFile("html/graph.html"))
    	def("graph_css", loadCSS("html/graph.css"))
    	def("script", loadJS("html/common.js"))
    	def("top", loadFile("html/top.html"))
    	def("sourcelisting", loadFile("html/source.html"))
    	def("plaintext", loadFile("html/plaintext.html"))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

        )
    
        # Tests table lookup to make sure the table has been initialized
        # successfully.
        with session.Session(graph=ops.Graph()) as sess:
          output_meta_graph_def = saved_model_loader.load(
              sess, tags=tags, export_dir=self._output_saved_model_path
          )
    
          # The graph should contain a quantized function call (it contains a
          # single f32 matmul node).
          self.assertTrue(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/api/v2/legalize_tf.cc

    #include "tensorflow/compiler/tf2xla/xla_helpers.h"
    #include "xla/hlo/ir/hlo_module.h"
    #include "xla/xla.pb.h"
    #include "tensorflow/core/framework/metrics.h"
    #include "tensorflow/core/graph/graph.h"
    #include "tensorflow/core/platform/status.h"
    #include "tensorflow/core/tpu/kernels/tpu_compile_op_support.h"
    #include "tensorflow/core/util/debug_data_dumper.h"
    #include "tensorflow/core/util/dump_graph.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 00:40:46 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/result/ResolutionResultGraphBuilderSpec.groovy

    import org.gradle.api.internal.artifacts.dependencies.DefaultImmutableVersionConstraint
    import org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.ResolvedGraphComponent
    import org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.ResolvedGraphDependency
    import org.gradle.internal.component.external.model.DefaultModuleComponentIdentifier
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/VintageBuildTreeWorkController.kt

        override fun scheduleAndRunRequestedTasks(taskSelector: EntryTaskSelector?): ExecutionResult<Void> {
            return taskGraph.withNewWorkGraph { graph: BuildTreeWorkGraph ->
                val finalizedGraph: BuildTreeWorkGraph.FinalizedGraph = workPreparer.scheduleRequestedTasks(graph, taskSelector)
                workExecutor.execute(finalizedGraph)
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/BuildTreeConfigurationCache.kt

         * writes the result to the cache.
         */
        fun loadOrScheduleRequestedTasks(graph: BuildTreeWorkGraph, graphBuilder: BuildTreeWorkGraphBuilder?, scheduler: (BuildTreeWorkGraph) -> BuildTreeWorkGraph.FinalizedGraph): WorkGraphResult
    
        /**
         * Loads the scheduled tasks from cache.
         */
        fun loadRequestedTasks(graph: BuildTreeWorkGraph, graphBuilder: BuildTreeWorkGraphBuilder?): BuildTreeWorkGraph.FinalizedGraph
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/translate/tf_mlir_translate_registration.cc

        GraphdefToSplattedMlirTranslateFunction);
    
    static Status CompileGraph(tensorflow::Graph* graph,
                               xla::CompileOnlyClient* client) {
      if (!graph || !client) {
        return Status(absl::StatusCode::kInvalidArgument,
                      "Invalid graph or client");
      }
    
      tensorflow::FunctionDefLibrary flib;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top