(defined)
| 82 | |
| 83 | |
| 84 | def total_function_cache(defined): |
| 85 | # pylint: disable=protected-access |
| 86 | return (set(defined._function_cache.primary) |
| 87 | | set(defined._function_cache.arg_relaxed)) |
| 88 | # pylint: enable=protected-access |
| 89 | |
| 90 | |
| 91 | class MiniModel(keras_training.Model): |
no outgoing calls
no test coverage detected