Searched refs:depth_index (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | cumsum.h | 61 for (size_t depth_index = 0; depth_index < depth; depth_index++) { in CumSum() local 64 depth_index_adj = (depth - 1) - depth_index; in CumSum() 66 depth_index_adj = depth_index; in CumSum() 134 for (size_t depth_index = 0; depth_index < depth; depth_index++) { in CumSum() local 137 depth_index_adj = (depth - 1) - depth_index; in CumSum() 139 depth_index_adj = depth_index; in CumSum()
|
/external/tensorflow/tensorflow/core/util/ |
D | padding.cc | 53 const int32_t depth_index = GetTensorFeatureDimIndex(num_dims, data_format); in CheckValidPadding() local 56 explicit_paddings[2 * depth_index] != 0 || in CheckValidPadding() 57 explicit_paddings[2 * depth_index + 1] != 0) { in CheckValidPadding()
|
/external/fonttools/Lib/fontTools/ |
D | tfmLib.py | 256 def depth_index(c): function 277 r = 4 * (depth_base + depth_index(c)) 366 if depth_index(c) > 0:
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_uint8_transitional.h | 2582 for (int depth_index = 0; depth_index < 4; ++depth_index) { 2583 memcpy(selected_data[k_height][depth_index], 2584 &left_bank[k_height][depth_index][offset], 4 - offset); 2585 memcpy(&selected_data[k_height][depth_index][4 - offset], 2586 right_bank[k_height][depth_index], offset); 3017 for (int depth_index = 0; depth_index < 4; ++depth_index) { 3019 left_bank_0[depth_index][z] = 3020 left_bank_0[depth_index][z + 1]; 3021 left_bank_1[depth_index][z] = 3022 left_bank_1[depth_index][z + 1]; [all …]
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayStencilAttachments.cpp | 608 …for (glw::GLuint depth_index = 0; depth_index < m_cube_map_array_data[test_index].getDepth(); dept… in fillStencilData() local 617 depth_index; in fillStencilData()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorImagePatch.h | 440 … const int depth_index = static_cast<int>(Layout) == static_cast<int>(ColMajor) ? 0 : NumDims - 1; 441 const Index depth = index - (index / m_fastOutputDepth) * m_dimensions[depth_index]; 496 … const int depth_index = static_cast<int>(Layout) == static_cast<int>(ColMajor) ? 0 : NumDims - 1; 497 const Index depth = index - (index / m_fastOutputDepth) * m_dimensions[depth_index];
|
D | TensorVolumePatch.h | 407 … const int depth_index = static_cast<int>(Layout) == static_cast<int>(ColMajor) ? 0 : NumDims - 1; 408 const Index depth = index - (index / m_fastOutputDepth) * m_dimensions[depth_index]; 495 … const int depth_index = static_cast<int>(Layout) == static_cast<int>(ColMajor) ? 0 : NumDims - 1; 496 const Index depth = index - (index / m_fastOutputDepth) * m_dimensions[depth_index];
|
/external/tensorflow/tensorflow/core/ops/ |
D | array_ops.cc | 2829 int32_t depth_index = (axis + new_rank) % new_rank; in __anon091a71b73b02() local 2834 TF_RETURN_IF_ERROR(c->Subshape(indices, 0, depth_index, &front)); in __anon091a71b73b02() 2835 TF_RETURN_IF_ERROR(c->Subshape(indices, depth_index, &back)); in __anon091a71b73b02()
|