Home
last modified time | relevance | path

Searched defs:sub_size (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed.h126 int sub_size = SizeOf(weights_type) * 4 * texture_width * texture_height; in UploadWeights() local
188 int sub_size = float4_size * texture_width * texture_height; in UploadWeights() local
Dconv_powervr.h284 int sub_size = SizeOf(weights_type) * 4 * texture_width * texture_height; in UploadWeights() local
345 int sub_size = float4_size * texture_width * texture_height; in UploadWeights() local
Dconv_weights_converter_test_util.cc70 int sub_size = SizeOf(weights_type) * 4 * texture_width * texture_height; in ConvolutionWeightsConverterTest() local
/external/google-breakpad/src/third_party/libdisasm/
Dia32_insn.c377 size_t size = 1, sub_size = 0, next_len; in ia32_table_lookup() local
/external/libwebsockets/lib/roles/mqtt/
Dprivate-lib-roles-mqtt.h332 uint16_t sub_size; member
/external/libgav1/libgav1/src/tile/
Dtile.cc2254 const BlockSize sub_size = kSubSize[partition][block_size]; in ProcessPartition() local