Home
last modified time | relevance | path

Searched defs:block_x (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dfully_connected.h72 for (int block_x = 0; 4 * block_x < padded_src_channels; block_x++) { in RearrangeFCWeightsToIOO4I4() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Dfc_fc_add.h53 for (int block_x = 0; 4 * block_x < padded_src_channels; block_x++) { in RearrangeFCWeightsToIOO4I4() local
/external/pdfium/third_party/libopenjpeg/
Dsparse_array.c127 OPJ_UINT32 x, block_x; in opj_sparse_array_int32_read_or_write() local
/external/tensorflow/tensorflow/core/profiler/backends/gpu/
Dcupti_collector.h94 uint32 block_x; member
Drocm_tracer.h63 uint32_t block_x; member
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h1081 inline TensorShape compute_batch_to_space_shape(const ITensorInfo *input, const int block_x, const … in compute_batch_to_space_shape()
1165 inline TensorShape compute_space_to_batch_shape(const ITensorInfo *input, const int block_x, const … in compute_space_to_batch_shape()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c190 block_x(int x) in block_x() function
/external/libgav1/src/tile/
Dtile.cc1013 TransformSize tx_size, int block_x, in ComputeTransformType()