Home
last modified time | relevance | path

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

/external/llvm-project/lldb/docs/use/
Dformatting.rst147 | ``script.target:python_func`` | Use a Python function to generate a piece of …
149 | ``script.process:python_func`` | Use a Python function to generate a piece of …
151 | ``script.thread:python_func`` | Use a Python function to generate a piece of …
153 | ``script.frame:python_func`` | Use a Python function to generate a piece of …
269 For both thread and frame formats, you can use ${script.target:python_func},
270 ${script.process:python_func} and ${script.thread:python_func} (and of course
271 ${script.frame:python_func} for frame formats) In all cases, the signature of
272 python_func is expected to be:
276 def python_func(object,unused):
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py814 python_func, argument
960 (str(python_func), type(x)))
968 _, original_func = tf_decorator.unwrap(python_func)
992 python_func = tf_decorator.rewrap(python_func, original_func,
996 _, original_func = tf_decorator.unwrap(python_func)
998 func_outputs = python_func(*func_args, **func_kwargs)
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Derror_handling.md100 func_outputs = python_func(*func_args, **func_kwargs)
/external/tensorflow/tensorflow/python/eager/
Dfunction.py720 python_func=_backprop_function,