Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddDumpTensorOpPass (0.17 sec)

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

    // input into a file - to quantizable layer's output.
    class AddDumpTensorOpPass
        : public PassWrapper<AddDumpTensorOpPass, OperationPass<ModuleOp>> {
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(AddDumpTensorOpPass)
    
      explicit AddDumpTensorOpPass() = default;
    
      explicit AddDumpTensorOpPass(DebuggerType debugger_type,
                                   std::string log_dir_path)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top