MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / total_function_cache

Function total_function_cache

tensorflow/python/eager/function_test.py:84–88  ·  view source on GitHub ↗
(defined)

Source from the content-addressed store, hash-verified

82
83
84def 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
91class MiniModel(keras_training.Model):

Calls

no outgoing calls

Tested by

no test coverage detected