Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,354 for opticks (0.97 sec)

  1. tensorflow/compiler/mlir/tfrt/function/function.cc

      }
      pass_options.enable_optimizer = options.enable_optimizer;
      // Use TFRT TPU OpKernel for training.
      pass_options.target_tpurt = false;
      pass_options.tpu_use_core_selector = options.tpu_use_core_selector;
      pass_options.tpu_use_bundled_transfer = options.tpu_use_bundled_transfer;
      pass_options.tpu_lower_to_fallback = options.tpu_lower_to_fallback;
      pass_options.tpu_fuse_ops = options.tpu_fuse_ops;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 08:13:15 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/cmd/phases/join/preflight.go

    		InheritFlags: []string{
    			options.CfgPath,
    			options.IgnorePreflightErrors,
    			options.TLSBootstrapToken,
    			options.TokenStr,
    			options.ControlPlane,
    			options.APIServerAdvertiseAddress,
    			options.APIServerBindPort,
    			options.NodeCRISocket,
    			options.NodeName,
    			options.FileDiscovery,
    			options.TokenDiscovery,
    			options.TokenDiscoveryCAHash,
    			options.TokenDiscoverySkipCAHash,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 03:55:23 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/get_compiler_ir.cc

      XlaCompiler::Options options;
      if (platform_info.device_type() == DEVICE_TPU) {
        options = GenerateCompilerOptionsForTfrtTpu(*xla_device_compiler, *flr);
      } else {
        options.device_type = compilation_device_type;
        options.flib_def = flr->GetFunctionLibraryDefinition();
        options.graph_def_version = flr->graph_def_version();
        options.allow_cpu_custom_calls =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 19K bytes
    - Viewed (0)
  4. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/testng/TestNGTestFramework.java

                options.getUseDefaultListeners(), options.getThreadPoolFactoryClass(),
                options.getIncludeGroups(), options.getExcludeGroups(), options.getListeners(),
                options.getConfigFailurePolicy(), options.getPreserveOrder(), options.getGroupByInstances(), dryRun.get()
            );
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  5. maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java

        protected Options options;
    
        @SuppressWarnings("checkstyle:linelength")
        public CLIManager() {
            options = new Options();
            options.addOption(Option.builder(Character.toString(HELP))
                    .longOpt("help")
                    .desc("Display help information")
                    .build());
            options.addOption(Option.builder(Character.toString(ALTERNATE_POM_FILE))
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/pjrt_device_compiler_client.cc

    namespace tensorflow {
    
    xla::CompileOptions GetPjRtCompileOptions(
        const XlaCompiler::Options& options,
        const XlaCompiler::CompilationResult& result) {
      xla::CompileOptions pjrt_compile_options;
      pjrt_compile_options.argument_layouts = result.xla_input_shapes;
      pjrt_compile_options.executable_build_options =
          GetExecutableBuildOptions(options, result, /*default_device_ordinal=*/-1);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/multicluster.go

    		configCluster := opts.ClusterID == cluster.ID
    
    		options := opts
    		options.ClusterID = cluster.ID
    		if !configCluster {
    			options.SyncTimeout = features.RemoteClusterTimeout
    		}
    		log.Infof("Initializing Kubernetes service registry %q", options.ClusterID)
    		options.ConfigCluster = configCluster
    		kubeRegistry := NewController(client, options)
    		kubeController := &kubeController{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  8. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/AbstractPluginValidationIntegrationSpec.groovy

                    @Input
                    long goodTime
    
                    @Nested Options options = new Options()
    
                    @javax.inject.Inject
                    org.gradle.api.internal.file.FileResolver fileResolver
    
                    long badTime
    
                    static class Options {
                        @Input String goodNested = "good nested"
                        String badNested
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/device_compiler_client.h

      virtual absl::StatusOr<std::string> BuildSerializedExecutable(
          const XlaCompiler::Options& options,
          const XlaCompiler::CompilationResult& result) = 0;
    
      // Loads `serialized_executable` into an `ExecutableType` using `ClientType`.
      virtual StatusOr<std::unique_ptr<ExecutableType>> LoadExecutable(
          const XlaCompiler::Options& options,
          const XlaCompiler::CompilationResult& result,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/exec/Crawler.java

            final Options options = new Options();
    
            final CmdLineParser parser = new CmdLineParser(options);
            try {
                parser.parseArgument(args);
            } catch (final CmdLineException e) {
                System.err.println(e.getMessage());
                System.err.println("java " + Crawler.class.getCanonicalName() + " [options...] arguments...");
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 24.1K bytes
    - Viewed (0)
Back to top