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
40 size_t zero_bytes = zero_bits / CHAR_BIT; in IsSuffixZero() local
128 std::vector<uint32_t> zero_bytes = {0}; in FindOrCreateFloatZeroAndOne() local
125 std::vector<uint32_t> zero_bytes = {0}; in FindOrCreateFloatZeroAndOne() local
122 const int32_t* zero_bytes, const int zero_bytes_len) { in DilatedIm2col()
1238 fn zero_bytes(&mut self, address: u64, length: usize) -> std::io::Result<()> { in zero_bytes() method