Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DumpTensorOp (0.23 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/add_dump_tensor_op.cc

            tensorflow::io::JoinPath(log_dir_path_, f_attr.getValue());
    
        // Attach DumpTensorOp to its output layer.
        SmallVector<NamedAttribute> dump_attributes =
            CreateDumpAttributes(rewriter, folder_name, file_name,
                                 /*enabled=*/true, func_name, node_name);
        rewriter.create<TF::DumpTensorOp>(op->getLoc(), TypeRange{}, result,
                                          dump_attributes);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 13K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/quantization_config.proto

      repeated QuantizationSpec specs = 1;
    }
    
    // Configuration for quantization debugger.
    // The debugging model assumes it should be run on CPU based server, since the
    // model contains TF::DumpTensorOp.
    // NEXT ID: 4
    message DebuggerConfig {
      // Type of quantization debugger. Depending on the type, inputs and outputs
      // are wired differently.
      // NEXT ID: 4
      enum DebuggerType {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 14.3K bytes
    - Viewed (0)
Back to top