MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Run

Method Run

tensorflow/compiler/mlir/lite/quantization/quantization_driver.cc:856–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854}
855
856void QuantizationDriver::Run() {
857 Initialize();
858 if (PropagateParams()) {
859 Finalize();
860 }
861}
862
863void ApplyQuantizationParamsPropagation(
864 mlir::FuncOp func, bool is_signed, bool disable_per_channel,

Callers 1

Calls 1

InitializeFunction · 0.50

Tested by

no test coverage detected