telemint icon indicating copy to clipboard operation
telemint copied to clipboard

Load_dict vs load_maybe_ref

Open bminaiev opened this issue 1 year ago • 0 comments

In a bunch of places load_dict is used for things, which are not dictionaries. example.

It is a matter of style (tvm op codes are the same), but I think using load_maybe_ref could make the code less confusing.

bminaiev avatar Oct 24 '22 15:10 bminaiev