Searched refs:python_func (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/docs/use/ |
D | formatting.rst | 147 | ``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/ |
D | func_graph.py | 814 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/ |
D | error_handling.md | 100 func_outputs = python_func(*func_args, **func_kwargs)
|
/external/tensorflow/tensorflow/python/eager/ |
D | function.py | 720 python_func=_backprop_function,
|