OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_index
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/site_tests/video_PlaybackQuality/
video_PlaybackQuality.py
176
check_index
= 0
182
check_index
= (
check_index
+ 1) % len(self.EXPECTED_RGB)
188
color_name = self.EXPECTED_RGB[
check_index
][0]
189
expected_rgb = self.EXPECTED_RGB[
check_index
][1]
228
previous_index = ((
check_index
+ len(self.EXPECTED_RGB) - 1)
231
check_index
= previous_index
233
check_index
= (
check_index
+ 1) % len(self.EXPECTED_RGB)
/external/tensorflow/tensorflow/core/kernels/
map_stage_op.cc
164
Status
check_index
(const Tensor& key, std::size_t index)
184
TF_RETURN_IF_ERROR(
check_index
(key, index));
274
TF_RETURN_IF_ERROR(
check_index
(key, index));
296
TF_RETURN_IF_ERROR(
check_index
(key, index));
Completed in 2888 milliseconds