Home
last modified time | relevance | path

Searched refs:function_index (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler.py134 function_index = len(self._function_key_to_function) + 1
136 function.id = function_index
141 return function_index
/external/python/cpython3/Lib/test/
Dtest_clinic.py645 """, signatures_in_block=3, function_index=2)
773 def parse_function(self, text, signatures_in_block=2, function_index=1): argument
778 assert isinstance(s[function_index], clinic.Function)
779 return s[function_index]
/external/libgav1/libgav1/src/tile/
Dprediction.cc606 const int function_index = prediction_parameters.is_wedge_inter_intra in InterIntraPrediction() local
613 dsp_.inter_intra_mask_blend_8bpp[function_index]( in InterIntraPrediction()