Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/testing/model_coverage/
Dmodel_coverage_lib.py405 tf_eval_func, argument
434 tf_results = tf_eval_func(input_data)
467 tf_eval_func, argument
501 tf_results = tf_eval_func(**input_data_func_map)
503 tf_results = tf_eval_func(constant_op.constant(input_data[0]))
705 tf_eval_func = evaluate_frozen_graph(filename, input_arrays, output_arrays)
708 tf_eval_func,
757 tf_eval_func = evaluate_saved_model(directory, tag_set, signature_key)
760 tf_eval_func,
940 tf_eval_func = evaluate_keras_model(filename)
[all …]