Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InsertRestoreOpPass (0.16 sec)

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

    // function and replaces tf.Consts with the results of RestoreV2.
    class InsertRestoreOpPass
        : public PassWrapper<InsertRestoreOpPass, OperationPass<ModuleOp>> {
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(InsertRestoreOpPass)
    
      explicit InsertRestoreOpPass() = default;
    
      // The argument used to refer to the pass in the textual format (e.g. on the
      // commandline).
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Mar 12 06:02:20 UTC 2023
    - 9K bytes
    - Viewed (0)
Back to top