We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8607e25 commit 7a9922bCopy full SHA for 7a9922b
src/relax/backend/contrib/codegen_json/codegen_json.h
@@ -202,7 +202,9 @@ class JSONSerializer : public relax::MemoizedExprTranslator<NodeEntries> {
202
* \param constant_names The names of all constants in the original module.
203
*/
204
explicit JSONSerializer(const ffi::Map<Constant, ffi::String>& constant_names)
205
- : constant_names_(constant_names) {}
+ : constant_names_(constant_names) {
206
+ LOG(WARNING) << "JSONSerializer";
207
+ }
208
209
void serialize(Function func) {
210
// First we convert all the parameters into input nodes.
0 commit comments