Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 39 of 39 for copiedS (0.3 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      let arguments = (ins
        Variadic<TFL_Control>:$controlInputs
      );
    
      // Adds a single value of type !tfl.control as the last output (all other
      // outputs are copied from the wrapped region.)
      let results = (outs
        Variadic<AnyTensor>:$outputs,
        TFL_Control:$control
      );
    
      let regions = (region SizedRegion<1>:$body);
    
      let extraClassDeclaration = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    // copies of the Software, and to permit persons to whom the Software is
    // furnished to do so, subject to the following conditions:
    //
    // The above copyright notice and this permission notice shall be included in
    // all copies or substantial portions of the Software.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  3. src/runtime/proc.go

    	// before allgptr to ensure that allglen is always <= len(allgptr). New
    	// Gs appended during the race can be missed. For a consistent view of
    	// all Gs, allglock must be held.
    	//
    	// allgptr copies should always be stored as a concrete type or
    	// unsafe.Pointer, not uintptr, to ensure that GC can still reach it
    	// even if it points to a stale array.
    	allglen uintptr
    	allgptr **g
    )
    
    func allgadd(gp *g) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    istio-cni excludeNamespaces: - kube-system manifests/charts/istiod-remote/NOTES.txt Install for a remote cluster using an external control plane. The templates in this directory are copies of base and istio-discovery templates. DO NOT EDIT! Make changes in the corresponding files in base or istio-discovery and they will be copied here by make gen. manifests/charts/istio-cni/Chart.yaml apiVersion: v1 name: cni # This version is never actually shipped. istio/release-builder will replace it at build-time #...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (ConstNil) => (MOVDconst [0])
    (ConstBool [t]) => (MOVDconst [b2i(t)])
    
    (Slicemask <t> x) => (SRAconst (NEG <t> x) [63])
    
    // truncations
    // Because we ignore high parts of registers, truncates are just copies.
    (Trunc16to8  ...) => (Copy ...)
    (Trunc32to8  ...) => (Copy ...)
    (Trunc32to16 ...) => (Copy ...)
    (Trunc64to8  ...) => (Copy ...)
    (Trunc64to16 ...) => (Copy ...)
    (Trunc64to32 ...) => (Copy ...)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/generic.rules

                f0 mem))))
    
    // Putting struct{*byte} and similar into direct interfaces.
    (IMake _typ (StructMake1 val)) => (IMake _typ val)
    (StructSelect [0] (IData x)) => (IData x)
    
    // un-SSAable values use mem->mem copies
    (Store {t} dst (Load src mem) mem) && !CanSSA(t) =>
    	(Move {t} [t.Size()] dst src mem)
    (Store {t} dst (Load src mem) (VarDef {x} mem)) && !CanSSA(t) =>
    	(Move {t} [t.Size()] dst src (VarDef {x} mem))
    
    // array ops
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  7. src/net/http/serve_test.go

    			// “[block] until all outstanding requests on this server have completed”,
    			// causing the call to Logf below to race with the end of the test.
    			//
    			// Since the client doesn't cancel the request until we have copied half
    			// the body, this call to add happens before the test is cleaned up,
    			// preventing the race.
    			wg.Add(1)
    			defer wg.Done()
    
    			n, err := io.CopyN(rw, req.Body, bodySize)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  8. src/reflect/all_test.go

    			}
    			if got := tc.val.UnsafePointer(); got != tc.wantUnsafePointer {
    				t.Errorf("unexpected unsafe.Pointer result, got %#x, want %#x", got, tc.wantUnsafePointer)
    			}
    		})
    	}
    }
    
    // Test cases copied from ../../test/unsafebuiltins.go
    func TestSliceAt(t *testing.T) {
    	const maxUintptr = 1 << (8 * unsafe.Sizeof(uintptr(0)))
    	var p [10]byte
    
    	typ := TypeOf(p[0])
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  9. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    about squaring Curvilinear Figures, or comparing them with the Conic Sections, or other the simplest Figures with which they may be compared. And some Years ago I lent out a Manuscript containing such Theorems, and having since met with some Things copied out of it, I have on this Occasion made it publick, prefixing to it an_ Introduction, _and subjoining a_ Scholium _concerning that Method. And I have joined with it another small Tract concerning the Curvilinear Figures of the Second Kind, which was...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top