Home
last modified time | relevance | path

Searched refs:class_method_to_instance_method (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Ddef_function.py1262 function_lib.class_method_to_instance_method(self, instance))
H A Dfunction.py2595 self._descriptor_cache[instance] = class_method_to_instance_method(
3186 def class_method_to_instance_method(original_function, instance): function