Home
last modified time | relevance | path

Searched defs:first_param (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/scripts/
Dformat_doxygen.py6 def process_comment(fd, comment, first_param, last_param): argument
106 first_param = -1 variable
145 first_param = len(comment) - 1 variable
165 first_param = -1 variable
/external/python/cpython2/Lib/test/
Dtest_posix.py303 def _test_all_chown_common(self, chown_func, first_param, stat_func): argument
/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1457 ir_rvalue *first_param = (ir_rvalue *)parameters->get_head_raw(); in emit_inline_vector_constructor() local
1660 ir_rvalue *const first_param = (ir_rvalue *) parameters->get_head_raw(); in emit_inline_matrix_constructor() local
/external/python/cpython3/Lib/test/
Dtest_posix.py711 def _test_all_chown_common(self, chown_func, first_param, stat_func): argument
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc2269 auto first_param = context->tensors[node->inputs->data[0]].params; in Validate() local