Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 136 for extractJob (0.35 sec)

  1. src/go/build/read.go

    func (r *importReader) findEmbed(first bool) bool {
    	// The import block scan stopped after a non-space character,
    	// so the reader is not at the start of a line on the first call.
    	// After that, each //go:embed extraction leaves the reader
    	// at the end of a line.
    	startLine := !first
    	var c byte
    	for r.err == nil && !r.eof {
    		c = r.readByteNoBuf()
    	Reswitch:
    		switch c {
    		default:
    			startLine = false
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. pilot/pkg/security/authn/policy_applier.go

    			},
    		})
    	}
    	return config
    }
    
    // AuthNFilter returns the Istio authn filter config:
    // - If RequestAuthentication is used, it overwrite the settings for request principal validation and extraction based on the new API.
    // - If RequestAuthentication is used, principal binding is always set to ORIGIN.
    func (a policyApplier) AuthNFilter(forSidecar bool) *hcm.HttpFilter {
    	var filterConfigProto *authn_filter.FilterConfig
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 09:47:21 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  3. maven-core/plugin-manager.txt

    h3. Plugins
    
    * Execution model
    * Metadata model
    * Metadata tooling
     ** Metadata extractor
     ** Metadata reader
     ** Metadata writer
     ** Metadata adapter (if required for the target system)
    * Maven packaging and lifecycle
    * Maven test harness for plugin execution model
    * Eclipse IDE tooling for plugin execution model and metadata model
    
    - we also seem to have information like the plugin lifecycle model that's buried inside the maven execution model
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jul 18 22:45:13 UTC 2022
    - 12.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/authentication/token/cache/cached_token_authenticator_test.go

    		}
    	})
    	b.StopTimer()
    
    	b.ReportMetric(float64(lookups)/float64(b.N), "lookups/op")
    }
    
    // Add a test version of the audit context with a pre-populated event for easy annotation
    // extraction.
    func withAudit(ctx context.Context) context.Context {
    	ctx = audit.WithAuditContext(ctx)
    	ac := audit.AuditContextFrom(ctx)
    	ac.Event.Level = auditinternal.LevelMetadata
    	return ctx
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 16:16:51 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/extract_head_tail_outside_compilation.mlir

    // RUN: tf-opt %s -split-input-file -verify-diagnostics -tf-extract-head-tail-outside-compilation | FileCheck %s
    
    // Tests extraction of a outside compiled ops at head of TPU computation.
    
    module attributes {tf.versions = {producer = 888 : i32}, tf.devices = ["/job:worker/replica:0/task:0/device:CPU:0", "/job:worker/replica:0/task:0/device:TPU_SYSTEM:0", "/job:worker/replica:0/task:0/device:TPU:0"]} {
      // CHECK-LABEL: func @head_single_outside_compiled_op
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 29.1K bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/bundling/ConcurrentArchiveIntegrationTest.groovy

                        ${server.callFromBuild("wait")}
                        archiveOperations.tarTree(parameters.archiveFile).visit { fcd ->
                            // This signals that the extraction has started. We're inside the lock at this point.
                            ${server.callFromBuild("extract")}
                            println "Extracting for thread " + parameters.index.get()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 17:32:21 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_device.cc

        // clusters within MLIR but that seems to trigger other failures but can be
        // considered again.
        // Old bridge only removes unsupported TPU types (only string for now)
        // during outside compilation extraction so this should be enough for
        // the parity.
        bool is_unsupported_type = mlir::isa<mlir::TF::StringType>(
            getElementTypeOrSelf(operand.get().getType()));
        Value result = operand.get();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/embedding_pipelining.mlir

    // RUN: tf-opt %s -split-input-file -verify-diagnostics -tf-embedding-pipelining | FILECHECK_OPTS="" FileCheck %s
    
    // This test verifies the handling of TPU replicated inputs and outputs as well as the extraction of the four main functions.
    module {
      func.func @main() {
        %cst_main = "tf.Const"() {value = dense<1> : tensor<i32>} : () -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/patch.go

    		ctx := req.Context()
    		// For performance tracking purposes.
    		ctx, span := tracing.Start(ctx, "Patch", traceFields(req)...)
    		defer span.End(500 * time.Millisecond)
    
    		// Do this first, otherwise name extraction can fail for unrecognized content types
    		// TODO: handle this in negotiation
    		contentType := req.Header.Get("Content-Type")
    		// Remove "; charset=" if included in header.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go

    		{name: "SLTIU", argLength: 1, reg: gp11, asm: "SLTIU", aux: "Int64"}, // arg0 < auxint, unsigned, result is 0 or 1
    
    		// Round ops to block fused-multiply-add extraction.
    		{name: "LoweredRound32F", argLength: 1, reg: fp11, resultInArg0: true},
    		{name: "LoweredRound64F", argLength: 1, reg: fp11, resultInArg0: true},
    
    		// Calls
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 30.7K bytes
    - Viewed (0)
Back to top