Home
last modified time | relevance | path

Searched refs:fullpath (Results 1 – 1 of 1) sorted by relevance

/test/mlts/benchmark/jni/
Drun_tflite.cpp645 char fullpath[1024]; in dumpAllLayers() local
646 snprintf(fullpath, 1024, "%s/dump_%.3d_seq_%.3d_order_%.3d_tensor_%.3d", path, in dumpAllLayers()
648 FILE* f = fopen(fullpath, "wb"); in dumpAllLayers()