Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PassRegistration (0.24 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

    }
    
    }  // namespace
    
    std::unique_ptr<OperationPass<func::FuncOp>>
    CreateUniformQuantizedStableHloToTflPass() {
      return std::make_unique<UniformQuantizedStableHloToTflPass>();
    }
    
    static PassRegistration<UniformQuantizedStableHloToTflPass> pass;
    
    }  // namespace odml
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

      populateWithGenerated(*patterns);
    }
    
    std::unique_ptr<OperationPass<ModuleOp>> CreateLegalizeHloToTfPass() {
      return std::make_unique<LegalizeHloToTf>();
    }
    
    static PassRegistration<LegalizeHloToTf> pass;
    
    }  // end namespace odml
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
Back to top