Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 65 for Prepare (3.85 sec)

  1. pom.xml

    					<goal>run</goal>
    				</goals>
    			</plugin>
    			<plugin>
    				<artifactId>maven-resources-plugin</artifactId>
    				<executions>
    					<execution>
    						<id>copy-resources-deb</id>
    						<phase>prepare-package</phase>
    						<goals>
    							<goal>copy-resources</goal>
    						</goals>
    						<configuration>
    							<outputDirectory>${project.build.directory}/generated-packaging/deb/</outputDirectory>
    							<filters>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  2. apache-maven/src/main/appended-resources/licenses/EPL-2.0.txt

    Contributor.
    
    2. GRANT OF RIGHTS
    
      a) Subject to the terms of this Agreement, each Contributor hereby
      grants Recipient a non-exclusive, worldwide, royalty-free copyright
      license to reproduce, prepare Derivative Works of, publicly display,
      publicly perform, Distribute and sublicense the Contribution of such
      Contributor, if any, and such Derivative Works.
    
      b) Subject to the terms of this Agreement, each Contributor hereby
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 04 06:45:16 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating/dispatcher.go

    			}
    		} else {
    			admissionmetrics.Metrics.ObserveWebhook(ctx, hook.Name, time.Since(t), rejected, versionedAttr.Attributes, "admit", 200)
    		}
    		if changed {
    			// Patch had changed the object. Prepare to reinvoke all previous webhooks that are eligible for re-invocation.
    			webhookReinvokeCtx.RequireReinvokingPreviouslyInvokedPlugins()
    			reinvokeCtx.SetShouldReinvoke()
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tf_tfl_passes.cc

        layout_optimization_options.skip_fold_transpose_in_ops = true;
        mlir::TF::CreateLayoutOptimizationPipeline(
            pass_manager->nest<mlir::func::FuncOp>(), layout_optimization_options);
        // Prepare for TFLite dialect, rerun canonicalization, and then legalize to
        // the TFLite dialect.
        pass_manager->addNestedPass<mlir::func::FuncOp>(
            mlir::TFL::CreatePrepareTFPass(pass_config.unfold_batch_matmul,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 18:45:51 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/quantize.mlir

    // RUN: tf-opt %s -tfl-prepare-quantize -tfl-quantize  | FileCheck %s
    // RUN: tf-opt %s -tfl-quantize="legacy-quantize=true" | FileCheck --check-prefix=LEGACY %s
    // RUN: tf-opt %s -tfl-prepare-quantize -tfl-quantize="ops-blocklist=tfl.fully_connected,tfl.softmax locs-blocklist=Block,NullBlock" | FileCheck --check-prefix=BLOCK %s
    
    // CHECK-LABEL: QuantizeFloatConst
    func.func @QuantizeFloatConst() -> tensor<2x2x!quant.uniform<u8:f32, 7.8431372549019615E-4:128>> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:10:13 UTC 2024
    - 39.7K bytes
    - Viewed (0)
  6. src/runtime/race_ppc64le.s

    	MOVD	R1, R16			// callee-saved, preserved across C call
    	MOVD	m_g0(R7), R10		// g0 for m
    	CMP	R10, g			// same g0?
    	BEQ	call			// already on g0
    	MOVD	(g_sched+gobuf_sp)(R10), R1 // switch R1
    call:
    	// prepare frame for C ABI
    	SUB	$32, R1			// create frame for callee saving LR, CR, R2 etc.
    	RLDCR   $0, R1, $~15, R1	// align SP to 16 bytes
    	MOVD	R8, CTR			// R8 = caller addr
    	MOVD	R8, R12			// expected by PPC64 ABI
    	BL	(CTR)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 17K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/etcd3/store_test.go

    				if err := store.Create(ctx, key, obj, out, 0); err != nil {
    					b.Fatalf("Set failed: %v", err)
    				}
    				originalRevision = out.(metav1.Object).GetResourceVersion()
    			}
    
    			// prepare result and pred
    			pred := storage.SelectionPredicate{
    				Label: tc.selector,
    				Field: fields.Everything(),
    				GetAttrs: func(obj runtime.Object) (labels.Set, fields.Set, error) {
    					pod, ok := obj.(*examplev1.Pod)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  8. .space/CODEOWNERS

    /plugins/power-assert/ Brian.Norman "Kotlin Common Backend"
    /plugins/sam-with-receiver/ "Kotlin Compiler Core"
    /plugins/scripting/ "Kotlin Compiler Core"
    /plugins/plugins-interactions-testing/ "Kotlin Compiler Core"
    
    
    /prepare/ "Kotlin Build Infrastructure"
    
    /repo/ "Kotlin Build Infrastructure"
    
    /resources/ "Kotlin Build Infrastructure"
    
    # UNKNOWN: /spec-docs/
    
    /scripts/ "Kotlin Build Infrastructure"
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:55:49 UTC 2024
    - 24K bytes
    - Viewed (2)
  9. src/cmd/internal/obj/objfile.go

    	tmpSym      goobj.Sym
    	tmpReloc    goobj.Reloc
    	tmpAux      goobj.Aux
    	tmpHash64   goobj.Hash64Type
    	tmpHash     goobj.HashType
    	tmpRefFlags goobj.RefFlags
    	tmpRefName  goobj.RefName
    }
    
    // prepare package index list
    func (w *writer) init() {
    	w.pkglist = make([]string, len(w.ctxt.pkgIdx)+1)
    	w.pkglist[0] = "" // dummy invalid package for index 0
    	for pkg, i := range w.ctxt.pkgIdx {
    		w.pkglist[i] = pkg
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 24K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/DefaultModelRegistry.java

            }
    
            @Override
            public boolean calculateDependencies(GoalGraph graph, Collection<ModelGoal> dependencies) {
                if (!bindInputs) {
                    // Must prepare to bind inputs first
                    dependencies.add(new TryBindInputs(binder));
                    bindInputs = true;
                    return false;
                }
                // Must close each input first
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 45.7K bytes
    - Viewed (0)
Back to top