| [ | |
| { | |
| "file": "tmp_poc/top_lambda_exec.keras", | |
| "top_layers": [ | |
| "InputLayer", | |
| "Lambda" | |
| ], | |
| "top_has_lambda": true, | |
| "recursive_lambda_count": 1 | |
| }, | |
| { | |
| "file": "tmp_poc/nested_lambda_exec.keras", | |
| "top_layers": [ | |
| "InputLayer", | |
| "Functional" | |
| ], | |
| "top_has_lambda": false, | |
| "recursive_lambda_count": 1 | |
| } | |
| ] |