Lines Matching full:with
6 # not use this file except in compliance with the License.
55 """ Create a test with given parameters """
203 """ Convert a model generated with keras to tflite-format """
240 with output_fpath.open("wb") as f:
289 with config_fpath.open("w+") as f:
309 with test_data_fpath.open("w") as f:
327 with fname.open("w+") as f:
350 with test_data_fpath.open("a") as f:
358 with fname.open("a") as f:
379 with test_functions_fpath.open("a") as f:
383 with unity_fpath.open("a") as f:
390 # Generate json with values from template
393 with json_template_fpath.open("r") as template:
394 with json_output_fpath.open("w+") as output: