Home
last modified time | relevance | path

Searched defs:dst_elements (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dflops_util.cc22 uint64_t dst_elements = dst_shape.b * dst_shape.h * dst_shape.w * dst_shape.c; in GetConvolutionFlops() local
41 uint64_t dst_elements = dst_shape.b * dst_shape.h * dst_shape.w * dst_shape.c; in GetDepthwiseConvolutionFlops() local
48 uint64_t dst_elements = dst_shape.b * dst_shape.h * dst_shape.w * dst_shape.c; in GetFullyConnectedFlops() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Duniform_query.cpp1639 const unsigned dst_elements = dst_components * vectors; in copy_uniform_matrix_to_storage() local