Home
last modified time | relevance | path

Searched refs:permutation_index (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgeneric_layout_optimizer_transposer.h600 const int permutation_index = permutation[i / 2]; in PermuteDouble() local
601 (*values)[i] = elements[permutation_index * 2]; in PermuteDouble()
602 (*values)[i + 1] = elements[permutation_index * 2 + 1]; in PermuteDouble()
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp6690 for (int permutation_index = 14; permutation_index >= 0; permutation_index--) in test_shader_compilation() local
6698 if (permutation_index & (1 << sub_script_entry_index)) in test_shader_compilation()
6733 (initialiser_selector == 0 || permutation_index == 7), in test_shader_compilation()