Home
last modified time | relevance | path

Searched refs:dst_depth_aligned (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_buffer_1x1.h133 const int dst_depth_aligned = AlignByN(dst_depth, conv_params_.block_size.z); in UploadWeights() local
135 weights.shape.h * weights.shape.w * src_depth * dst_depth_aligned * 4; in UploadWeights()