Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py698 check_mutation(func_args_before, func_args)
699 check_mutation(func_kwargs_before, func_kwargs)
770 def check_mutation(n1, n2): function