Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 508 for input1 (0.14 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_config.h

      // Whether to trigger quantization passses for post-training quantization.
      // If true, the model input doesn't require user specified input ranges.
      bool post_training_quantization = false;
    
      // Whether to allow dynamic range quantization. This is the easiest
      // quantization mode which doesn't require QAT or sample inputs.
      // This option only targets `DT_HALF` and `DT_QINT8` inference type.
      bool weight_quantization = false;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 13 10:16:19 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/tensorflow/python/representative_dataset.py

      """Constructs a feed_dict from input data.
    
      Note: This function should only be used in graph mode.
    
      This is a helper function that converts an 'input key -> input value' mapping
      to a feed dict. A feed dict is an 'input tensor name -> input value' mapping
      and can be directly passed to the `feed_dict` argument of `sess.run()`.
    
      Args:
        input_data: Input key -> input value mapping. The input keys should match
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  8. guava/src/com/google/common/base/Functions.java

        return new FunctionForMapNoDefault<>(map);
      }
    
      /**
       * Returns a function which performs a map lookup with a default value. The function created by
       * this method returns {@code defaultValue} for all inputs that do not belong to the map's key
       * set. See also {@link #forMap(Map)}, which throws an exception in this case.
       *
       * <p><b>Java 8+ users:</b> you can just write the lambda expression {@code k ->
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/stablehlo/passes/replace_stablehlo_ops_in_main_function_with_xla_call_module_ops.cc

                          arg_types, arg_locs);
    
      IRMapping mapper;
      // stablehlo_func_op has 1 extra arg for platform index.
      for (auto [input, stablehlo_func_arg] : llvm::zip_equal(
               inputs, stablehlo_func_op.getArguments().take_back(inputs.size()))) {
        mapper.map(input, stablehlo_func_arg);
      }
    
      for (Operation* subgraph_op : llvm::reverse(reverse_subgraph)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21K bytes
    - Viewed (0)
  10. tensorflow/c/c_api_function.cc

        TF_EXCLUSIVE_LOCKS_REQUIRED(fn_body->mu) {
      input_tensors->reserve(ninputs);
      for (int i = 0; i < ninputs; ++i) {
        Node* node = inputs[i].oper ? &inputs[i].oper->node : nullptr;
        int idx = inputs[i].index;
    
        TF_RETURN_WITH_CONTEXT_IF_ERROR(
            fn_body->graph.IsValidOutputTensor(node, idx),
            "Encountered while processing input ", i, " into function '", fn_name,
            "'");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 13.6K bytes
    - Viewed (0)
Back to top