Searched refs:tfr_gen_from_module (Results 1 – 6 of 6) sorted by relevance
27 from tensorflow.compiler.mlir.tfr.python.tfr_gen import tfr_gen_from_module54 generated_code = tfr_gen_from_module(sys.modules[__name__], '_composite_')
28 from tensorflow.compiler.mlir.tfr.python.tfr_gen import tfr_gen_from_module60 generated_code = tfr_gen_from_module(sys.modules[__name__], '_override_')
30 from tensorflow.compiler.mlir.tfr.python.tfr_gen import tfr_gen_from_module158 generated_code = tfr_gen_from_module(sys.modules[__name__], '_composite_')
30 from tensorflow.compiler.mlir.tfr.python.tfr_gen import tfr_gen_from_module207 generated_code = tfr_gen_from_module(sys.modules[__name__], '_composite_',)
29 from tensorflow.compiler.mlir.tfr.python.tfr_gen import tfr_gen_from_module as tfr_gen
1423 def tfr_gen_from_module(source, method_prefix=None, op_libraries=None): function