Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction_spec.py334 def validate_inputs_with_signature(self, args, kwargs): member in FunctionSpec
H A Dfunction.py2522 self._function_spec.validate_inputs_with_signature(args, kwargs)