Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/
H A Dvisualize.py429 def create_html(tflite_input, input_is_filepath=True): # pylint: disable=invalid-name function
543 html = create_html(tflite_input)
H A Dvisualize_test.py50 html_text = visualize.create_html(model_filename)
/aosp_15_r20/external/libopus/dnn/torch/testsuite/
H A Drun_test.py175 def create_html(output_folder, results, title, metric): function
279 create_html(os.path.join(output_folder, 'html', metric), results, setup['test'], metric)