Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 68 for dumphdr (0.16 sec)

  1. tensorflow/compiler/jit/flags.cc

                "multiple cpu devices."),
           Flag("tf_dump_graphs_in_tfg", &use_tfg_graph_dumper,
                "When tf_dump_graphs_in_tfg is true, graphs after transformations "
                "are dumped in MLIR TFG dialect and not in GraphDef"),
           Flag("tf_mlir_enable_tpu_variable_runtime_reformatting_pass",
                &enable_tpu_variable_runtime_reformatting_pass,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  2. .space/CODEOWNERS

    /plugins/android-extensions/ "Kotlin Compiler Core"
    /plugins/assign-plugin/ "Kotlin Compiler Core"
    /plugins/atomicfu/ "Kotlin Libraries"
    /plugins/compose/ Compose
    /plugins/fir-plugin-prototype/ "Kotlin Compiler Core"
    /plugins/imports-dumper/ "Kotlin Compiler Core"
    /plugins/jvm-abi-gen/ "Kotlin JVM"
    /plugins/kapt3/ "Kotlin Compiler Core"
    /plugins/kapt3/kapt3-compiler/test/ "Kotlin Compiler Core" "Kotlin JVM"
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:55:49 UTC 2024
    - 24K bytes
    - Viewed (0)
  3. tests/integration/README.md

    behavior. Specifically, more verbose logging output will be displayed, some of the timeout values will be more relaxed, and
    additional diagnostic data will be dumped into the working directory at the end of the test execution.
    
    The flag is not enabled by default to provide a better U/X when running tests locally (i.e. additional logging can clutter
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  4. src/testing/benchmark.go

    // The other reporting methods, such as the variations of Log and Error,
    // may be called simultaneously from multiple goroutines.
    //
    // Like in tests, benchmark logs are accumulated during execution
    // and dumped to standard output when done. Unlike in tests, benchmark logs
    // are always printed, so as not to hide output whose existence may be
    // affecting benchmark results.
    type B struct {
    	common
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  5. cluster/log-dump/log-dump.sh

    # specified via $1 or $use_custom_instance_list. If not specified then the nodes
    # to dump logs for will be detected using detect-node-names(); if Windows nodes
    # are present then they will be detected and their logs will be dumped too.
    function dump_nodes() {
      local node_names=()
      local windows_node_names=()
      if [[ -n "${1:-}" ]]; then
        echo 'Dumping logs for nodes provided as args to dump_nodes() function'
        node_names=( "$@" )
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 21:15:57 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  6. pkg/test/framework/components/istio/kube.go

    	componentDeployTimeout = retry.Timeout(1 * time.Minute)
    	componentDeployDelay   = retry.BackoffDelay(200 * time.Millisecond)
    
    	_ io.Closer       = &istioImpl{}
    	_ Instance        = &istioImpl{}
    	_ resource.Dumper = &istioImpl{}
    )
    
    type istioImpl struct {
    	id                   resource.ID
    	cfg                  Config
    	ctx                  resource.Context
    	env                  *kube.Environment
    	externalControlPlane bool
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/html.go

    	if w == nil {
    		return
    	}
    	io.WriteString(w.w, "</tr>")
    	io.WriteString(w.w, "</table>")
    	io.WriteString(w.w, "</body>")
    	io.WriteString(w.w, "</html>")
    	w.w.Close()
    	fmt.Printf("dumped SSA for %s to %v\n", w.Func.NameABI(), w.path)
    }
    
    // WritePhase writes f in a column headed by title.
    // phase is used for collapsing columns and should be unique across the table.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  8. src/internal/trace/traceviewer/static/trace_viewer_full.html

    this.parseMemoryDumpTotals_(processMemoryDump,dumps,pid,dumpId);this.parseMemoryDumpVmRegions_(processMemoryDump,dumps,pid,dumpId);this.parseMemoryDumpHeapDumps_(processMemoryDump,dumps,pid,dumpId);this.parseMemoryDumpLevelOfDetail_(levelsOfDetail,dumps,pid,dumpId);this.parseMemoryDumpAllocatorDumps_(processMemoryDump,globalMemoryDump,processMemoryAllocatorDumpsByF...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  9. src/cmd/compile/internal/liveness/plive.go

    		if printed {
    			fmt.Printf("\n")
    		}
    	}
    
    	fmt.Printf("\n")
    }
    
    // Dumps a slice of bitmaps to a symbol as a sequence of uint32 values. The
    // first word dumped is the total number of bitmaps. The second word is the
    // length of the bitmaps. All bitmaps are assumed to be of equal length. The
    // remaining bytes are the raw bitmaps.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 15:22:22 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/rulegen.go

    		filename := fmt.Sprintf("%s_broken.go", arch.name)
    		if err := os.WriteFile(filename, buf.Bytes(), 0644); err != nil {
    			log.Printf("failed to dump broken code to %s: %v", filename, err)
    		} else {
    			log.Printf("dumped broken code to %s", filename)
    		}
    		log.Fatalf("failed to parse generated code for arch %s: %v", arch.name, err)
    	}
    	tfile := fset.File(file.Pos())
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 02 22:09:21 UTC 2023
    - 48.7K bytes
    - Viewed (0)
Back to top