Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 231 for dumpbv (0.18 sec)

  1. 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)
  2. src/cmd/covdata/tool_test.go

    				found = true
    				break
    			}
    		}
    		if !found {
    			t.Errorf("dump output regexp match failed for %q", testpoint.tag)
    			bad = true
    		}
    	}
    	if bad {
    		dumplines(lines)
    	}
    }
    
    func testPercent(t *testing.T, s state) {
    	// Run the dumper on the two dirs we generated.
    	dargs := []string{"-pkg=" + mainPkgPath, "-i=" + s.outdirs[0] + "," + s.outdirs[1]}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 20:46:32 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  3. pkg/test/framework/testcontext.go

    		// make sure we dump suite-level/top-level resources, but don't dump sibling tests or their children
    		for _, scope := range c.topLevelScopes() {
    			scope.dump(c, false)
    		}
    		c.scope.dump(c, true)
    		scopes.Framework.Debugf("Completed dumping testContext: %q", c.id)
    	} else {
    		scopes.Framework.Debugf("Begin skipping dump of testContext: %q. Maximum number of test dumps exceeded", c.id)
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/passes/add_dump_tensor_op.cc

        rewriter.setInsertionPointAfterValue(result);
    
        // In Whole model, we first need to set file_name as
        // unquantized_tensor_data.pb as it is used by unquantized dump model.
        // After saving unquantized dump model, the file name will be changed to
        // quantized_tensor_data.pb.
        // Since this process doesn't happen for per layer, we need to set file_name
        // as quantized_tensor_data.pb here.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 13K bytes
    - Viewed (0)
  5. src/crypto/tls/handshake_test.go

    		written += int64(n)
    		if err != nil {
    			return written, err
    		}
    		dumper := hex.Dumper(w)
    		n, err = dumper.Write(flow)
    		written += int64(n)
    		if err != nil {
    			return written, err
    		}
    		err = dumper.Close()
    		if err != nil {
    			return written, err
    		}
    		clientToServer = !clientToServer
    	}
    	return written, nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc

      if (!status.ok()) {
        LOG(WARNING) << "error writing to file '" << prefix
                     << "': " << status.message();
        return;
      }
      (void)file_writer->Close();
      VLOG(1) << "Dumped MLIR module to " << prefix;
    }
    
    MlirOptimizationPassRegistry& MlirOptimizationPassRegistry::Global() {
      static auto* global = new MlirOptimizationPassRegistry();
      return *global;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  7. architecture/environments/operator.md

    - [profile](../operator/cmd/mesh/profile.go): dumps the default values for a selected profile, it has the following subcommands:
        - [diff](../operator/cmd/mesh/profile-diff.go): the diff subcommand is used to display the difference between two Istio configuration profiles.
        - [dump](../operator/cmd/mesh/profile-dump.go): the dump subcommand is used to dump the values in an Istio configuration profile.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 09 22:09:18 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/dump/dump_test.go

    		{tcs, "(dump.customString) (len=4) \"test\"\n"},
    		{&tcs, "(*dump.customString)((len=4) \"test\")\n"},
    		{tpcs, "(dump.pCustomString) (len=5) \"&test\"\n"},
    		{&tpcs, "(*dump.pCustomString)((len=5) \"&test\")\n"},
    		{tce, "(dump.customError) 0\n"},
    		{&tce, "(*dump.customError)(0)\n"},
    		{tpce, "(dump.pCustomError) 0\n"},
    		{&tpce, "(*dump.pCustomError)(0)\n"},
    		{
    			struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 27 01:24:22 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/python/converter_python_api.cc

                                     absl::string_view error_message,
                                     toco::GraphVizDumpOptions* dump_options) {
      // Make sure the graphviz file will be dumped under the same folder.
      dump_options->dump_graphviz = toco_flags->conversion_summary_dir();
      // Here we construct the `toco::Model` class based on the input graph def,
      // it will then be used to populate the conversion log.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  10. pkg/util/iptables/testing/parse.go

    	return buffer.String()
    }
    
    func (dump *IPTablesDump) GetTable(table iptables.Table) (*Table, error) {
    	for i := range dump.Tables {
    		if dump.Tables[i].Name == table {
    			return &dump.Tables[i], nil
    		}
    	}
    	return nil, fmt.Errorf("no such table %q", table)
    }
    
    func (dump *IPTablesDump) GetChain(table iptables.Table, chain iptables.Chain) (*Chain, error) {
    	t, err := dump.GetTable(table)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 11.6K bytes
    - Viewed (0)
Back to top