Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RegisterOpsHook (0.12 sec)

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

    namespace mlir {
    namespace quant {
    
    void RegisterOpsHook(TF::TensorFlowDialect &dialect) {
      dialect.addOperations<
    #define GET_OP_LIST
    #include "tensorflow/compiler/mlir/quantization/tensorflow/passes/tf_quant_ops.cc.inc"
          >();
    }
    
    void RegisterOps() {
      TF_DIALECT_REGISTER_ADDITIONAL_OPERATIONS(RegisterOpsHook);
    }
    
    static auto kRegistration = (RegisterOps(), true);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 24 12:48:34 UTC 2022
    - 1.3K bytes
    - Viewed (0)
Back to top