Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 440 for dumpgs (0.16 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/bridge_logger.h

      // A hook that may be overridden by a derived config that checks if the IR
      // of 'operation' should be dumped *before* the pass 'pass' has been
      // executed. If the IR should be dumped, 'print_callback' should be invoked
      // with the stream to dump into.
      void printBeforeIfEnabled(mlir::Pass* pass, mlir::Operation* op,
                                PrintCallbackFn print_callback) override;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 06 22:29:51 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/tests/add_dump_tensor_op.mlir

    // IntPerLayer-DAG: "tf.DumpTensor"(%[[output1_unquantized]]) <{enabled = true, file_name = "unquantized_tensor_data.pb", func_name = "conv", log_dir_path = "/tmp/dumps/composite_conv2d_with_bias_and_relu6_fn_1", node_name = "Conv2D_1"}> : (tensor<*xf32>) -> ()
    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/quantization/tensorflow/tests/quantize_composit_functions_debugging.mlir

        "tf.DumpTensor"(%4) {device = "", enabled = true, file_name = "quantized_tensor_data.pb", func_name = "conv_with_dump", log_dir_path = "/tmp/dumps/composite_conv2d_with_bias_and_relu6_fn_1", node_name = "Conv2D_1"} : (tensor<*xf32>) -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 06 01:23:21 UTC 2023
    - 80.5K bytes
    - Viewed (0)
  4. tests/test_ws_dependencies.py

        await websocket.accept()
        await websocket.send_text(json.dumps(deps))
        await websocket.close()
    
    
    @router.websocket("/router", dependencies=[create_dependency("routerindex")])
    async def routerindex(websocket: WebSocket, deps: DepList):
        await websocket.accept()
        await websocket.send_text(json.dumps(deps))
        await websocket.close()
    
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jun 11 20:35:39 UTC 2023
    - 2.1K bytes
    - Viewed (1)
  5. tensorflow/compiler/mlir/quantization/tensorflow/debugging/mlir_dump.h

    namespace quantization {
    
    // Enables IR printing for `pm`. When the passes are run, each pass will dump to
    // its own file with prefix `file_name_prefix`.
    void EnableIrPrinting(mlir::PassManager &pm,
                          absl::string_view file_name_prefix);
    
    // If verbosity level >= 1, this will dump intermediate IRs of passes to a file.
    // The dumped mlir files with be under a directory determined by
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 03:17:14 UTC 2024
    - 2K bytes
    - Viewed (0)
  6. releasenotes/notes/48557.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 23:08:06 UTC 2024
    - 136 bytes
    - Viewed (0)
  7. 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)
  8. docs/ru/docs/tutorial/encoder.md

    Результатом её вызова является объект, который может быть закодирован с помощью функции из стандартной библиотеки Python – <a href="https://docs.python.org/3/library/json.html#json.dumps" class="external-link" target="_blank">`json.dumps()`</a>.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 23 13:56:12 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  9. docs/de/docs/tutorial/encoder.md

    Das Resultat dieses Aufrufs ist etwas, das mit Pythons Standard-<a href="https://docs.python.org/3/library/json.html#json.dumps" class="external-link" target="_blank">`json.dumps()`</a> kodiert werden kann.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:07:21 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  10. pkg/controller/garbagecollector/dump.go

    Jordan Liggitt <******@****.***> 1663901449 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 23 17:12:33 UTC 2022
    - 9.5K bytes
    - Viewed (0)
Back to top