Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 551 for input1 (0.32 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheValueSourceIntegrationTest.groovy

            outputContains("ON CI")
    
            when: "changing the value of the input doesn't invalidate cache"
            executer.withEnvironmentVars(ci: "2")
            configurationCacheRun("-Dci=2", "build")
    
            then:
            configurationCache.assertStateLoaded()
            outputContains("ON CI")
    
            when: "removing the input invalidates cache"
            configurationCacheRun("build")
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/xla_launch_util.h

    // Converts input tensors and variables which are parameters of the
    // XlaComputation into PjRtBuffers to be fed as input to the
    // PjRtLoadedExecutable.
    //
    // Assumes that the first `num_missing_prefix_ctx_inputs` inputs to the
    // compilation_result are missing in `inputs` and adjusts indexing into `inputs`
    // accordingly.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/python/saved_model_to_tfl_flatbuffer.cc

      }
    
      // Get the list of input Op names from the function attribute.
      mlir::DictionaryAttr tf_attrs =
          entry_function->getAttrOfType<mlir::DictionaryAttr>("tf.entry_function");
      llvm::SmallVector<llvm::StringRef, 4> function_input_names;
      function_input_names.reserve(model_flags.input_arrays().size());
      auto input_attr = tf_attrs.get("inputs");
      if (!input_attr) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 11K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/stablehlo/passes/quantization_patterns.h

          // Collect all the quantized inputs and "clone" the matched op by these
          // inputs.
          SmallVector<Value, 4> inputs;
          inputs.reserve(candidate_op->getNumOperands());
          for (auto operand : candidate_op->getOperands()) {
            Type operand_type = operand.getType();
            if (mlir::isa<NoneType>(operand_type)) {
              inputs.push_back(operand);
              continue;
            }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/CollectionPropertyIntegrationTest.groovy

        def "task ad hoc input property is implicitly finalized when task starts execution"() {
            given:
            buildFile """
    
    def prop = project.objects.listProperty(String)
    
    task thing {
        inputs.property("prop", prop)
        prop.set(["value 1"])
        doLast {
            prop.set(["ignored"])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 19:57:00 UTC 2024
    - 15K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/executor_island_coarsening.cc

        for (Value input : island.getControlInputs()) {
          Operation* def = input.getDefiningOp();
          DCHECK_EQ(def->getParentOp(), graph);
          try_update_current_candidate(def);
        }
    
        // Check island data operands.
        island.walk([&](Operation* op) {
          for (Value input : op->getOperands()) {
            Operation* def = input.getDefiningOp();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/implementing_custom_tasks.adoc

    [[sec:task_in_out]]
    == Task inputs and outputs
    
    Actionable tasks have inputs and outputs.
    Inputs and outputs can be files, directories, or variables.
    
    In actionable tasks:
    
    - *Inputs* consist of a collection of files, folders, and/or configuration data. +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 05:34:54 UTC 2024
    - 37.2K bytes
    - Viewed (0)
  8. pilot/pkg/xds/bench_test.go

    		if c.Namespace == "" {
    			c.Namespace = "default"
    		}
    		configs[i] = c
    	}
    	configCache[input] = configs
    	k8sConfigCache[input] = k8sTypes
    	return configs, k8sTypes
    }
    
    func parseKubernetesTypes(inputs string) (string, int) {
    	matches := 0
    	sb := strings.Builder{}
    	for _, text := range strings.Split(inputs, "\n---") {
    		if strings.Contains(text, "kind: Secret") {
    			sb.WriteString(text + "\n---\n")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 22 18:13:40 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  9. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/TaskNodeCodec.kt

            }
        })
        return properties
    }
    
    
    private
    fun collectRegisteredInputsOf(task: Task): List<RegisteredProperty> {
    
        val properties = mutableListOf<RegisteredProperty>()
    
        (task.inputs as TaskInputsInternal).visitRegisteredProperties(object : PropertyVisitor {
    
            override fun visitInputFileProperty(
                propertyName: String,
                optional: Boolean,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/PPC64Ops.go

    		gp2xer1xer  = regInfo{inputs: []regMask{gp | sp | sb, gp | sp | sb, xer}, outputs: []regMask{gp, xer}, clobbers: xer}
    		gp31        = regInfo{inputs: []regMask{gp | sp | sb, gp | sp | sb, gp | sp | sb}, outputs: []regMask{gp}}
    		gp1cr       = regInfo{inputs: []regMask{gp | sp | sb}}
    		gp2cr       = regInfo{inputs: []regMask{gp | sp | sb, gp | sp | sb}}
    		crgp        = regInfo{inputs: nil, outputs: []regMask{gp}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 43.8K bytes
    - Viewed (0)
Back to top