Home
last modified time | relevance | path

Searched defs:block_y (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dfully_connected.h70 for (int block_y = 0; 4 * block_y < padded_dst_channels; block_y++) { in RearrangeFCWeightsToIOO4I4() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Dfc_fc_add.h51 for (int block_y = 0; 4 * block_y < padded_dst_channels; block_y++) { in RearrangeFCWeightsToIOO4I4() local
/external/pdfium/third_party/libopenjpeg/
Dsparse_array.c117 OPJ_UINT32 y, block_y; in opj_sparse_array_int32_read_or_write() local
/external/tensorflow/tensorflow/core/profiler/backends/gpu/
Dcupti_collector.h96 uint32 block_y; member
Drocm_tracer.h65 uint32_t block_y; member
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h1081 …rShape compute_batch_to_space_shape(const ITensorInfo *input, const int block_x, const int block_y) in compute_batch_to_space_shape()
1165 …e_space_to_batch_shape(const ITensorInfo *input, const int block_x, const int block_y, const Size2… in compute_space_to_batch_shape()
/external/libgav1/src/tile/
Dtile.cc1014 int block_y) { in ComputeTransformType()