ONE - On-device Neural Engine
|
Go to the source code of this file.
Namespaces | |
namespace | gen_h5_random_inputs |
Variables | |
gen_h5_random_inputs.parser = argparse.ArgumentParser() | |
gen_h5_random_inputs.type | |
gen_h5_random_inputs.str | |
gen_h5_random_inputs.required | |
gen_h5_random_inputs.int | |
gen_h5_random_inputs.args = parser.parse_args() | |
gen_h5_random_inputs.model = args.model | |
gen_h5_random_inputs.num_data = args.num_data | |
gen_h5_random_inputs.output_path = args.output | |
gen_h5_random_inputs.interpreter = tf.lite.Interpreter(model) | |
gen_h5_random_inputs.input_details = interpreter.get_input_details() | |
gen_h5_random_inputs.h5_file = h5.File(output_path, 'w') | |
gen_h5_random_inputs.group = h5_file.create_group("value") | |
gen_h5_random_inputs.sample = group.create_group(str(i)) | |
gen_h5_random_inputs.input_detail = input_details[j] | |
gen_h5_random_inputs.input_data | |
gen_h5_random_inputs.data | |