Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,180 for Option (0.48 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/DefaultDependencyResolverResult.java

         * So the modular test output directory usually needs to be placed in a {@code --path-module} option.
         *
         * <ul>
         *   <li>If the test output directory is modular, then:
         *     <ul>
         *       <li>If a test module name is identical to a main module name,
         *           place the test directory in a {@code --patch-module} option.</li>
         *       <li>Otherwise, place the test directory on the module-path. However, this case
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    === Setting system properties
    
    You have two options to add system properties listed in order of priority:
    
    1. *Command Line:* Using the `-D` command-line option, you can pass a system property to the JVM, which runs Gradle.
    The `-D` option of the `gradle` command has the same effect as the `-D` option of the `java` command.
    +
    [source,text]
    ----
    $ ./gradlew build -Dgradle.wrapperUser=myuser
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  3. platforms/jvm/scala/src/main/java/org/gradle/api/internal/tasks/scala/ZincScalaCompilerFactory.java

    import sbt.internal.inc.AnalyzingCompiler$;
    import sbt.internal.inc.RawCompiler;
    import sbt.internal.inc.ScalaInstance;
    import sbt.internal.inc.ZincUtil;
    import sbt.internal.inc.classpath.ClassLoaderCache;
    import scala.Option;
    import scala.collection.JavaConverters;
    import xsbti.ArtifactInfo;
    import xsbti.compile.ClasspathOptionsUtil;
    import xsbti.compile.ScalaCompiler;
    import xsbti.compile.ZincCompilerUtil;
    
    import java.io.File;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  4. operator/pkg/compare/compare.go

    			}
    			// Replace the original text yaml tree node with yaml objects
    			cur[dk] = vo
    		}
    	}
    	return
    }
    
    // genPathIgnoreOpt returns a cmp.Option to ignore paths specified in parameter ignorePaths.
    func genYamlIgnoreOpt(yamlStr string) (cmp.Option, error) {
    	tree := make(map[string]any)
    	if err := yaml.Unmarshal([]byte(yamlStr), &tree); err != nil {
    		return nil, err
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 01:29:35 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    //	apiVersion: kubelet.config.k8s.io/v1beta1
    //	kind: KubeletConfiguration
    //	# kubelet specific options here
    //	---
    //	apiVersion: kubeproxy.config.k8s.io/v1alpha1
    //	kind: KubeProxyConfiguration
    //	# kube-proxy specific options here
    //
    // # Kubeadm join configuration types
    //
    // When executing kubeadm join with the --config option, the JoinConfiguration type should be provided.
    //
    //	apiVersion: kubeadm.k8s.io/v1beta4
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_config.h

      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;
    
      // Whether to use the MLIR dynamic range quantizer instead of TOCO.
      bool enable_mlir_dynamic_range_quantizer = 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. src/html/template/template.go

    	for _, v := range ns.set {
    		m = append(m, v)
    	}
    	return m
    }
    
    // Option sets options for the template. Options are described by
    // strings, either a simple string or "key=value". There can be at
    // most one equals sign in an option string. If the option string
    // is unrecognized or otherwise invalid, Option panics.
    //
    // Known options:
    //
    // missingkey: Control the behavior during execution if a map is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 21:00:46 UTC 2024
    - 17K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/passes/preprocess_op.cc

      }
      StringRef getDescription() const final {
        // This is a brief description of the pass.
        return "Preprocess TF op prior to quantization";
      }
    
      void runOnOperation() override;
    
     private:
      Option<OpSet> op_set_{
          *this, "target-opset", llvm::cl::init(OpSet::UNIFORM_QUANTIZED),
          llvm::cl::desc("Choose target opset."),
          llvm::cl::values(
              clEnumValN(OpSet::TF, "TF",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tf_tfl_translate.cc

      }
      return kTrSuccess;
    }
    
    int main(int argc, char **argv) {
      // TODO(jpienaar): Revise the command line option parsing here.
      tensorflow::InitMlir y(&argc, &argv);
    
      // TODO(antiagainst): We are pulling in multiple transformations as follows.
      // Each transformation has its own set of command-line options; options of one
      // transformation can essentially be aliases to another. For example, the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 14K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/sys/cpu/cpu.go

    			continue field
    		}
    
    		if key == "all" {
    			for i := range options {
    				options[i].Specified = true
    				options[i].Enable = enable || options[i].Required
    			}
    			continue field
    		}
    
    		for i := range options {
    			if options[i].Name == key {
    				options[i].Specified = true
    				options[i].Enable = enable
    				continue field
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top