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

Function xla_compile_wrapper

tensorflow/python/compiler/xla/xla.py:105–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 if context.executing_eagerly():
104 @def_function.function
105 def xla_compile_wrapper():
106 return _compile_internal(computation, inputs)
107
108 return xla_compile_wrapper()
109

Callers 1

compileFunction · 0.85

Calls 1

_compile_internalFunction · 0.85

Tested by

no test coverage detected