Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 216 for stage1 (0.11 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/model/ConfigurationMetadata.java

    import java.util.List;
    import java.util.Set;
    
    /**
     * <p>Note that this type is being replaced by several other interfaces that separate out the data and state required at various stages of dependency resolution.
     * You should try to use those interfaces instead of using this interface or introduce a new interface that provides a view over this type but exposes only the
     * data required.
     * </p>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 19 19:13:04 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_ant.adoc

    TIP: This is one example of a staged migration. It may make more sense to include resource processing — such as properties files — and packaging with the compilation in this stage.
    
    One important question you will have to ask yourself is how many tasks to migrate in each stage.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/InstrumentedInputAccessListener.kt

        "java.compiler",
        "file.separator",
        "path.separator",
        "line.separator",
        "user.name",
        "user.home",
        "java.runtime.version"
        // Not java.io.tmpdir and user.dir at this stage
    )
    
    
    @ServiceScope(Scope.BuildTree::class)
    internal
    class InstrumentedInputAccessListener(
        listenerManager: ListenerManager,
        configurationCacheProblemsListener: ConfigurationCacheProblemsListener,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/internal/clustering_bridge_passes.cc

      bool strict_clusters =
          tensorflow::GetMlirCommonFlags()->tf_mlir_enable_strict_clusters;
      pm.addNestedPass<FuncOp>(
          mlir::tf_executor::CreateTFExecutorGraphPruningPass(ops_to_preserve));
      // It is assumed at this stage there are no V1 control flow ops as Graph
      // functionalization is ran before import. Ops can be lifted out of
      // tf_executor dialect islands/graphs.
      pm.addNestedPass<FuncOp>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 16:09:14 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

      }
    
      NodeBuilder node_builder(name, "Stage", opts.op_registry());
      node_builder.Input(values);
      return opts.FinalizeBuilder(&node_builder);
    }
    }  // namespace
    
    TEST(XlaCompilationTest, StagePipelinePreservedByClusterScopingPass) {
      auto build_staged_graph = [](std::unique_ptr<Graph>* graph) -> Status {
        // Construct a graph as below with two pipeline stages and test that nodes
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  6. cmd/bucket-notification-handlers.go

    					config.QueueList = append(config.QueueList[:i],
    						config.QueueList[i+1:]...)
    				}
    				// This is a one time activity we shall do this
    				// here and allow stale ARN to be removed. We shall
    				// never reach a stage where we will have stale
    				// notification configs.
    			}
    		} else {
    			writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    			return
    		}
    	}
    
    	configData, err := xml.Marshal(config)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.pb.go

    	dAtA[i] = 0x2a
    	i -= len(m.RequestURI)
    	copy(dAtA[i:], m.RequestURI)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.RequestURI)))
    	i--
    	dAtA[i] = 0x22
    	i -= len(m.Stage)
    	copy(dAtA[i:], m.Stage)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Stage)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.AuditID)
    	copy(dAtA[i:], m.AuditID)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.AuditID)))
    	i--
    	dAtA[i] = 0x12
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 81.4K bytes
    - Viewed (0)
  8. src/runtime/debuglog.go

    		printunlock()
    		return
    	}
    	state := (*[1 << 20]readState)(state1)[:n]
    	{
    		l := all
    		for i := range state {
    			s := &state[i]
    			s.debugLogReader = l.w.r
    			s.first = true
    			s.lost = l.w.r.begin
    			s.nextTick = s.peek()
    			l = l.allLink
    		}
    	}
    
    	// Print records.
    	for {
    		// Find the next record.
    		var best struct {
    			tick uint64
    			i    int
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 15:10:48 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  9. docs/tr/docs/project-generation.md

        * **Vuex**.
        * **Vue-router**.
        * **Vuetify** güzel material design kompanentleri için.
        * **TypeScript**.
        * **Nginx** tabanlı Docker sunucusu (Vue-router için yapılandırılmış).
        * Docker ile multi-stage yapı, böylece kodu derlemeniz, kaydetmeniz veya işlemeniz gerekmez.
        * Derleme zamanında Frontend testi (devre dışı bırakılabilir).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jan 22 19:55:41 UTC 2024
    - 6K bytes
    - Viewed (0)
  10. .teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt

        val extraBuildScanTags: List<String> = if (isRetry) listOf("RetriedBuild") else emptyList()
    
        val buildScanTags = model.buildScanTags + listOfNotNull(stage?.id) + extraBuildScanTags
        val parameters = (
            buildToolGradleParameters(daemon, maxParallelForks = maxParallelForks) +
                listOf(extraParameters) +
                buildScanTags.map { buildScanTag(it) } +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top