Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LiftedOpT (0.07 sec)

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

    };
    
    template <typename LiftedOpT>
    class AddDumpTensorOp : public OpRewritePattern<LiftedOpT> {
     public:
      // Does not take ownership of context, which must refer to a valid value that
      // outlives this object.
      explicit AddDumpTensorOp(MLIRContext *context, DebuggerType debugger_type,
                               std::string log_dir_path)
          : OpRewritePattern<LiftedOpT>(context),
            debugger_type_(debugger_type),
    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