Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 671 for dumpbv (0.11 sec)

  1. src/cmd/vendor/golang.org/x/build/relnote/dump.go

    Michael Anthony Knyszek <******@****.***> 1717451199 +0000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/tests/add_dump_tensor_op.mlir

    // RUN: tf-quant-opt %s -split-input-file -quant-add-dump-tensor-op='debugger_type=whole_model' | FileCheck --check-prefix=WholeModel %s
    // RUN: tf-quant-opt %s -split-input-file -quant-add-dump-tensor-op='debugger_type=int_per_layer' | FileCheck --check-prefix=IntPerLayer %s
    // RUN: tf-quant-opt %s -split-input-file -quant-add-dump-tensor-op='debugger_type=float_per_layer' | FileCheck --check-prefix=FloatPerLayer %s
    
    
    module {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 37.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/utils/dump_graph.h

    #include "tensorflow/core/framework/function.h"
    #include "tensorflow/core/graph/graph.h"
    #include "tensorflow/core/platform/status.h"
    
    namespace tensorflow {
    
    struct MlirDumpConfig;
    
    // Dumps 'graph_def' to a file, as textual IR. Returns the file name chosen.
    //
    // Note: This is for debugging use and is not optimized for performance.
    Status DumpTextualIRToFile(const MlirDumpConfig& config, const Graph& graph,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Dec 24 09:43:29 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  4. src/encoding/hex/example_test.go

    }
    
    func ExampleDumper() {
    	lines := []string{
    		"Go is an open source programming language.",
    		"\n",
    		"We encourage all Go users to subscribe to golang-announce.",
    	}
    
    	stdoutDumper := hex.Dumper(os.Stdout)
    
    	defer stdoutDumper.Close()
    
    	for _, line := range lines {
    		stdoutDumper.Write([]byte(line))
    	}
    
    	// Output:
    	// 00000000  47 6f 20 69 73 20 61 6e  20 6f 70 65 6e 20 73 6f  |Go is an open so|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 10 21:40:16 UTC 2016
    - 2.3K bytes
    - Viewed (0)
  5. tests/integration/operator/operator_dumper.go

    import (
    	"istio.io/istio/pkg/test/framework/resource"
    	"istio.io/istio/pkg/test/kube"
    	"istio.io/istio/pkg/test/scopes"
    )
    
    // operatorDumper dumps the logs of in-cluster operator at suite completion
    type operatorDumper struct {
    	ns  string
    	rev string
    }
    
    func (d *operatorDumper) Dump(ctx resource.Context) {
    	scopes.Framework.Errorf("=== Dumping Istio Deployment State for %v...", ctx.ID())
    	ns := d.ns
    	if len(ns) < 1 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 29 14:15:33 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/diff/diff.go

    func ObjectReflectDiff(a, b interface{}) string {
    	return legacyDiff(a, b)
    }
    
    // ObjectGoPrintSideBySide prints a and b as textual dumps side by side,
    // enabling easy visual scanning for mismatches.
    func ObjectGoPrintSideBySide(a, b interface{}) string {
    	sA := dump.Pretty(a)
    	sB := dump.Pretty(b)
    
    	linesA := strings.Split(sA, "\n")
    	linesB := strings.Split(sB, "\n")
    	width := 0
    	for _, s := range linesA {
    		l := len(s)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:45:31 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  7. pkg/volume/downwardapi/downwardapi.go

    		return err
    	}
    
    	setupSuccess = true
    	return nil
    }
    
    // CollectData collects requested downwardAPI in data map.
    // Map's key is the requested name of file to dump
    // Map's value is the (sorted) content of the field to be dumped in the file.
    //
    // Note: this function is exported so that it can be called from the projection volume driver
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/operator/output/operator-dump.yaml

    John Howard <******@****.***> 1704863403 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/testdata/inline-dump.go

    David Chase <******@****.***> 1631219642 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 20 19:36:41 UTC 2021
    - 178 bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/operator/output/operator-dump.json

    John Howard <******@****.***> 1675992908 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 10 01:35:08 UTC 2023
    - 4.1K bytes
    - Viewed (0)
Back to top