Searched defs:GetIndices (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/perception/ | ||
D | max_pool_with_argmax_test.cc | 59 std::vector<int32_t> GetIndices() { return ExtractVector<int32_t>(indices_); } in GetIndices() function in tflite::ops::custom::__anoncc076f5f0111::MaxpoolingWithArgMaxOpModel |
/external/mesa3d/src/gallium/auxiliary/tessellator/ | ||
D | tessellator.hpp | 391 …int* GetIndices() {return CHWTessellator::GetIndices();} // Get CHLSLTessellator owned poi… in GetIndices() function in CHLSLTessellator |
D | tessellator.cpp | 1617 int* CHWTessellator::GetIndices() in GetIndices() function in CHWTessellator |