Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for injecting (0.14 sec)

  1. pkg/proxy/ipvs/proxier.go

    	natChains        proxyutil.LineBuffer
    	filterChains     proxyutil.LineBuffer
    	natRules         proxyutil.LineBuffer
    	filterRules      proxyutil.LineBuffer
    	// Added as a member to the struct to allow injection for testing.
    	netlinkHandle NetLinkHandle
    	// ipsetList is the list of ipsets that ipvs proxier used.
    	ipsetList map[string]*IPSet
    	// nodePortAddresses selects the interfaces where nodePort works.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/loong64/asm.go

    		for i = 0; i < int32(o.size/4); i++ {
    			c.ctxt.Arch.ByteOrder.PutUint32(bp, out[i])
    			bp = bp[4:]
    		}
    	}
    
    	// Mark nonpreemptible instruction sequences.
    	// We use REGTMP as a scratch register during call injection,
    	// so instruction sequences that use REGTMP are unsafe to
    	// preempt asynchronously.
    	obj.MarkUnsafePoints(c.ctxt, c.cursym.Func().Text, c.newprog, c.isUnsafePoint, c.isRestartable)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

      // initially seeded with ops from the input MLIR graph that have the
      // _embedding_pipelining="backward" attribute which is set by the TF2
      // Embedding API.
      //
      // Since we're inserting a replication boundary around the backward pass
      // function, we'll also need to make sure TPUReplicatedInputOp and
      // TPUReplicatedOutputOp ops are inserted as necessary.
    
      // First, walk the Ops dependencies.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    When performing dependency resolution, Gradle creates an internal representation of the available link:{javadocPath}/org/gradle/api/artifacts/Configuration.html[Configuration]s.
    This requires inspecting all configurations and artifacts.
    Processing artifacts created by tasks causes those tasks to be realized and configured.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  5. src/runtime/mheap.go

    //     and then look up its span, the span state must be monotonic.
    //
    // Setting mspan.state to mSpanInUse or mSpanManual must be done
    // atomically and only after all other span fields are valid.
    // Likewise, if inspecting a span is contingent on it being
    // mSpanInUse, the state should be loaded atomically and checked
    // before depending on other fields. This allows the garbage collector
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
Back to top