/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | pfor.py | 2045 def _convert_softmax(pfor_input, op_type, op_func): argument 2057 def _convert_identity(pfor_input, op_type, op_func): argument 2123 def _convert_searchsorted(pfor_input, _, op_func): argument 2321 def _convert_transpose(pfor_input, _, op_func): argument 2599 def _convert_reduction(pfor_input, _, op_func): argument 2610 def _convert_argmax_argmin(pfor_input, _, op_func): argument 2636 def _convert_cumfoo(pfor_input, _, op_func): argument 2678 def _convert_unsortedsegmentsum(pfor_input, _, op_func): argument 2725 def _convert_sparse_segment(pfor_input, _, op_func): argument 2763 def _convert_sparse_segment_grad(pfor_input, _, op_func): argument [all …]
|
D | math_test.py | 519 def test_sparse_segment(self, op_func, with_num_segments): argument 555 def test_sparse_segment_grad(self, op_func): argument
|
D | control_flow_ops_test.py | 2348 def test_fft(self, op_func): argument 2363 def test_rfft(self, op_func): argument 2381 def test_irfft(self, op_func): argument
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_api_parameter_converter_test.py | 58 def makeApiInfoForGenOp(self, op_name, op_func): argument
|
/external/autotest/server/hosts/ |
D | remote.py | 246 def op_func(): function
|
/external/autotest/client/common_lib/hosts/ |
D | base_classes.py | 552 def log_op(self, op, op_func): argument
|
/external/autotest/server/ |
D | server_job.py | 1056 def run_op(self, op, op_func, get_kernel_func): argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | check_ops.py | 301 def _binary_assert(sym, opname, op_func, static_func, x, y, data, summarize, argument
|