Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 118 of 118 for necessarily (0.32 sec)

  1. src/cmd/go/internal/test/test.go

    leave the test binary in pkg.test for use when analyzing the profiles.
    
    When 'go test' runs a test binary, it does so from within the
    corresponding package's source code directory. Depending on the test,
    it may be necessary to do the same when invoking a generated test
    binary directly. Because that directory may be located within the
    module cache, which may be read-only and is verified by checksums, the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// APIVersion defines the version of this resource that this field set
    	// applies to. The format is "group/version" just like the top-level
    	// APIVersion field. It is necessary to track the version of a field
    	// set because it cannot be automatically converted.
    	APIVersion string `json:"apiVersion,omitempty" protobuf:"bytes,3,opt,name=apiVersion"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
  3. pkg/kubelet/pod_workers.go

    			klog.V(4).InfoS("Pod is terminal", "pod", podRef, "podUID", podUID, "updateType", update.WorkType)
    			p.completeSync(podUID)
    			phaseTransition = true
    		}
    
    		// queue a retry if necessary, then put the next event in the channel if any
    		p.completeWork(podUID, phaseTransition, err)
    		if start := update.Options.StartTime; !start.IsZero() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    Finally, using `@link:{javadocPath}/org/gradle/api/tasks/InputDirectory.html[InputDirectory]` implies `@IgnoreEmptyDirectories`, so no changes are necessary when using this annotation.
    The same is true for `link:{javadocPath}/org/gradle/api/tasks/TaskInputs.html#dir-java.lang.Object-[inputs.dir()]` when registering an input directory via the runtime API.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/lib.go

    	Archrelocvariant func(target *Target, ldr *loader.Loader, rel loader.Reloc,
    		rv sym.RelocVariant, sym loader.Sym, offset int64, data []byte) (relocatedOffset int64)
    
    	// Generate a trampoline for a call from s to rs if necessary. ri is
    	// index of the relocation.
    	Trampoline func(ctxt *Link, ldr *loader.Loader, ri int, rs, s loader.Sym)
    
    	// Assembling the binary breaks into two phases, writing the code/data/
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  6. src/cmd/link/internal/loader/loader.go

    // a given function symbol. The aux sym only exists for Go function stubs that
    // have been annotated with the //go:wasmimport directive.  The aux sym
    // contains the information necessary for the linker to add a WebAssembly
    // import statement.
    // (https://webassembly.github.io/spec/core/syntax/modules.html#imports)
    func (l *Loader) WasmImportSym(fnSymIdx Sym) (Sym, bool) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  7. src/reflect/type.go

    	}
    
    	// Compute the ABI layout.
    	abid = newAbiDesc(t, rcvr)
    
    	// build dummy rtype holding gc program
    	x := &abi.Type{
    		Align_: goarch.PtrSize,
    		// Don't add spill space here; it's only necessary in
    		// reflectcall's frame, not in the allocated frame.
    		// TODO(mknyszek): Remove this comment when register
    		// spill space in the frame is no longer required.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

          } : () -> tensor<i32>
          tf_executor.fetch %outputs : tensor<i32>
        }
        return %0 : tensor<i32>
      }
    ```
    ### `-tf-executor-update-control-dependencies`
    
    _Computes and applies all necessary control dependencies based on side effect analysis._
    
    This pass is intended to run after the split_into_island_per_op
    pass. That pass splits up multi-op islands into multiple individual islands
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top