Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 69 for vtoc (0.05 sec)

  1. tensorflow/compiler/mlir/g3doc/tf_passes.md

    # TensorFlow passes
    
    [TOC]
    
    ## TF dialect passes
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 22 15:00:03 UTC 2022
    - 77 bytes
    - Viewed (0)
  2. releasenotes/notes/cncf-ebpf.yaml

    kind: bug-fix
    area: installation
    issue:
      - 45162
    releaseNotes:
      - |
        **Removed** eBPF support is temporarily disabled pending CNCF establishing guidance around dual-licensed eBPF bytecode
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 26 16:40:22 UTC 2023
    - 288 bytes
    - Viewed (0)
  3. src/runtime/sys_aix_ppc64.s

    // NOT USING GO CALLING CONVENTION
    // runtime.asmsyscall6 is a function descriptor to the real asmsyscall6.
    DATA	runtime·asmsyscall6+0(SB)/8, $asmsyscall6<>(SB)
    DATA	runtime·asmsyscall6+8(SB)/8, $TOC(SB)
    DATA	runtime·asmsyscall6+16(SB)/8, $0
    GLOBL	runtime·asmsyscall6(SB), NOPTR, $24
    
    TEXT asmsyscall6<>(SB),NOSPLIT,$256
    	// Save libcall for later
    	MOVD	R3, 112(R1)
    	MOVD	libcall_fn(R3), R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 19:29:00 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/stylesheets/userGuideHtmlCommon.xsl

    1 1 2 0 0 0 0 0 0 0 0 0 DUMMY book toc,title,example figure before example before equation before table before procedure before 0 .cls-1 { fill: #02303a; } Gradle DSL Reference Community Community Home Community Forums Community Plugins Training News Newsletter Blog Twitter Develocity github Docs User Manual DSL Reference Release Notes Javadoc News Blog Newsletter Twitter Products Build Scan™ Build Cache Develocity Docs Get Help Forums GitHub Training Services Stay UP-TO-DATE on new features and...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 13 16:51:07 UTC 2023
    - 24.2K bytes
    - Viewed (0)
  5. src/go/types/example_test.go

    	var files []*ast.File
    	for _, src := range []string{
    		`package main
    import "fmt"
    func main() {
    	freezing := FToC(-18)
    	fmt.Println(freezing, Boiling) }
    `,
    		`package main
    import "fmt"
    type Celsius float64
    func (c Celsius) String() string { return fmt.Sprintf("%g°C", c) }
    func FToC(f float64) Celsius { return Celsius(f - 32 / 9 * 5) }
    const Boiling Celsius = 100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/css/release-notes.css

      font: 0.9em bold sans-serif;
      margin-left: 3em;
      margin-right: 0.4em;
    }
    
    h4 {
      margin-top: 1rem;
      font-size: 1.0625rem;
      font-style: italic;
    }
    
    pre {
        overflow: auto;
    }
    
    ul.toc-sub {
      margin-bottom: 0;
    }
    
    button.display-toggle {
      cursor: pointer;
    }
    
    a.incubating-marker {
      display: inline;
      color: white;
      font-style: italic;
      font-size: 0.6em;
      text-shadow: none;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  7. maven-core/src/site/apt/default-bindings.apt.vm

      in {{{./apidocs/org/apache/maven/lifecycle/providers/packaging/package-summary.html}<<<org.apache.maven.lifecycle.providers.packaging>>>}} package
      because they are specific for each packaging:
    
    %{toc|fromDepth=2}
    
      Versions of the plugins are shared in a few constants:
    
    %{snippet|id=versions|file=${project.basedir}/src/main/java/org/apache/maven/lifecycle/providers/packaging/AbstractLifecycleMappingProvider.java}
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Mar 08 17:45:23 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  8. build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/SortAcceptedApiChangesTask.kt

        }
    
        /**
         * It appears there is no way to configure Gson to use 4 spaces instead of 2 for indentation.
         *
         * See: https://github.com/google/gson/blob/master/UserGuide.md#TOC-Compact-Vs.-Pretty-Printing-for-JSON-Output-Format
         */
        private
        fun adjustIndentation(initalJsonString: String): String {
            val indentationRegex = """^\s+""".toRegex(RegexOption.MULTILINE)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 14:00:46 UTC 2024
    - 2K bytes
    - Viewed (0)
  9. src/runtime/internal/sys/consts.go

    // It is zero on x86 and PtrSize on most non-x86 (LR-based) systems.
    // On PowerPC it is larger, to cover three more reserved words:
    // the compiler word, the link editor word, and the TOC save word.
    const MinFrameSize = goarch.MinFrameSize
    
    // StackAlign is the required alignment of the SP register.
    // The stack must be at least word aligned, but some architectures require more.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 16:26:25 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  10. maven-core/src/site/apt/lifecycles.apt.vm

     -----
     2013-08-02
     -----
    
    Lifecycles Reference
    
      Maven defines 4 lifecycles in {{{./apidocs/org/apache/maven/lifecycle/providers/package-summary.html}<<<org.apache.maven.lifecycle.providers>>>}} package:
    
    %{toc|fromDepth=2}
    
    * <<<default>>> Lifecycle
    
      <<<default>>> lifecycle is defined only with phases, <<without>> any associated plugin binding:
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Jan 08 14:57:39 UTC 2022
    - 2.1K bytes
    - Viewed (0)
Back to top