Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 77 for additional (0.17 sec)

  1. src/internal/trace/traceviewer/static/webcomponents.min.js

     * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
     * Code distributed by Google as part of the polymer project is also
     * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
     */
    // @version 0.7.24
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
  2. src/reflect/value.go

    			// TODO(mknyszek): We make a new allocation for each register-allocated
    			// value, but previously we could always point into the heap-allocated
    			// stack frame. This is a regression that could be fixed by adding
    			// additional space to the allocated stack frame and storing the
    			// register-allocated return values into the allocated stack frame and
    			// referring there in the resulting Value.
    			s := unsafe_New(tv)
    			for _, st := range steps {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

                                            ret_nodes, control_ret_nodes,
                                            conversion_metadata.attributes));
    
        // Additional function bodies could be discovered during the deferred
        // loading of the current function. Add them to the working queue.
        while (!importer.deferred_functions_.empty()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/generic.rules

    //  - the first occurrence of a variable defines that variable.  Subsequent
    //    uses must match (be == to) the first use.
    //  - v is defined to be the value matched.
    //  - an additional conditional can be provided after the match pattern with "&&".
    // on the generated side
    //  - the type of the top-level expression is the same as the one on the left-hand side.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  5. pkg/registry/batch/job/strategy_test.go

    				},
    				Spec: batch.JobSpec{
    					Selector:    validSelector,
    					Template:    validPodTemplateSpec,
    					Parallelism: ptr.To[int32](4),
    				},
    			},
    		},
    		"invalid addition of both Failed=True and Complete=True; allowed because feature gate disabled": {
    			enableJobManagedBy: false,
    			job: &batch.Job{
    				ObjectMeta: validObjectMeta,
    			},
    			newJob: &batch.Job{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "string"
            },
            "ports": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/ppc64/asm9.go

    				// Marks may be adjusted if a too-far conditional branch is
    				// fixed up above. Likewise, inserting a NOP may cause a
    				// branch target to become too far away.  We need to run
    				// another iteration and verify no additional changes
    				// are needed.
    				if mark != p.Mark {
    					bflag = 1
    					p.Mark = mark
    				}
    
    				// Check for 16 or 32B crossing of this prefixed insn.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    // conditions are not all independent. So we just check I->{CI, BI}, O->BO, and
    // in addition I->O. BO->BI mismatch cannot be independently created without
    // breaking one of these mismatches. That gives us 4x2 tests. In addition
    // condition result needs to be tensor<i1>, for which we have 3
    // additional validation tests. All these tests are based on the following
    // valid while
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  9. src/reflect/all_test.go

    		var f func() error
    		f = MakeFunc(TypeOf(f), func([]Value) []Value {
    			return []Value{ValueOf(int(7))}
    		}).Interface().(func() error)
    		f()
    	})
    	// Assigning to an interface with additional methods.
    	shouldPanic("", func() {
    		var f func() io.ReadWriteCloser
    		f = MakeFunc(TypeOf(f), func([]Value) []Value {
    			var w io.WriteCloser = &WC{}
    			return []Value{ValueOf(&w).Elem()}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  10. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    museum.om
    net.om
    org.om
    pro.om
    
    // onion : https://tools.ietf.org/html/rfc7686
    onion
    
    // org : https://en.wikipedia.org/wiki/.org
    org
    
    // pa : http://www.nic.pa/
    // Some additional second level "domains" resolve directly as hostnames, such as
    // pannet.pa, so we add a rule for "pa".
    pa
    ac.pa
    gob.pa
    com.pa
    org.pa
    sld.pa
    edu.pa
    net.pa
    ing.pa
    abo.pa
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top