You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_convert_to_tflite creates a tempdir using absltest's create_tempdir
function. It then passes this tempdir (which is a _Tempdir type) to a
function expecting a string. This works, but should be using full_path
to keep the internal type checker happy, which this commit does.
0 commit comments