Searched defs:zero_bytes (Results 1 – 7 of 7) sorted by relevance
193 const size_t zero_bytes = channels * sizeof(uint8_t) + XNN_EXTRA_BYTES; in xnn_create_average_pooling2d_nhwc_qu8() local389 const size_t zero_bytes = channels * sizeof(uint16_t) + XNN_EXTRA_BYTES; in xnn_create_average_pooling2d_nhwc_f16() local565 const size_t zero_bytes = channels * sizeof(float) + XNN_EXTRA_BYTES; in xnn_create_average_pooling2d_nhwc_f32() local
168 const uint64_t zero_bytes = zero_lines * HEX_LINE_SIZE; in pvr_dump_hex_print_zero_lines() local193 const uint64_t zero_bytes = in pvr_dump_hex_print_trailing_zeroes() local
128 std::vector<uint32_t> zero_bytes = {0}; in FindOrCreateFloatZeroAndOne() local
122 const int32_t* zero_bytes, const int zero_bytes_len) { in DilatedIm2col()
1263 fn zero_bytes(&mut self, address: u64, length: usize) -> std::io::Result<()> { in zero_bytes() method