Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dcumsum.h61 for (size_t depth_index = 0; depth_index < depth; depth_index++) { in CumSum() local
134 for (size_t depth_index = 0; depth_index < depth; depth_index++) { in CumSum() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dpadding.cc53 const int32_t depth_index = GetTensorFeatureDimIndex(num_dims, data_format); in CheckValidPadding() local
/aosp_15_r20/external/fonttools/Lib/fontTools/
H A DtfmLib.py256 def depth_index(c): function
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayStencilAttachments.cpp608 …for (glw::GLuint depth_index = 0; depth_index < m_cube_map_array_data[test_index].getDepth(); dept… in fillStencilData() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Darray_ops.cc2829 int32_t depth_index = (axis + new_rank) % new_rank; in __anon38bbb0e83b02() local