Home
last modified time | relevance | path

Searched defs:op_func (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/ops/parallel_for/
Dpfor.py2152 def _convert_softmax(pfor_input, op_type, op_func): argument
2165 def _convert_identity(pfor_input, op_type, op_func): argument
2231 def _convert_searchsorted(pfor_input, _, op_func): argument
2473 def _convert_transpose(pfor_input, _, op_func): argument
2804 def _convert_reduction(pfor_input, _, op_func): argument
2815 def _convert_argmax_argmin(pfor_input, _, op_func): argument
2841 def _convert_cumfoo(pfor_input, _, op_func): argument
2883 def _convert_unsortedsegmentsum(pfor_input, _, op_func): argument
2930 def _convert_sparse_segment(pfor_input, _, op_func): argument
2969 def _convert_sparse_segment_grad(pfor_input, _, op_func): argument
[all …]
Dmath_test.py526 def test_sparse_segment(self, op_func, with_num_segments): argument
563 def test_sparse_segment_grad(self, op_func): argument
Dcontrol_flow_ops_test.py2737 def test_fft(self, op_func): argument
2755 def test_rfft(self, op_func): argument
2776 def test_irfft(self, op_func): argument
/external/tensorflow/tensorflow/python/framework/
Dpython_api_parameter_converter_test.py54 def makeApiInfoForGenOp(self, op_name, op_func): argument
/external/autotest/server/hosts/
Dremote.py260 def op_func(): function
/external/autotest/client/common_lib/hosts/
Dbase_classes.py552 def log_op(self, op, op_func): argument
/external/autotest/server/
Dserver_job.py1107 def run_op(self, op, op_func, get_kernel_func): argument
/external/tensorflow/tensorflow/python/ops/
Dcheck_ops.py355 def _binary_assert(sym, opname, op_func, static_func, x, y, data, summarize, argument