Searched defs:zero_bytes (Results 1 – 6 of 6) sorted by relevance
185 const size_t zero_bytes = channels * sizeof(uint8_t) + XNN_EXTRA_BYTES; in xnn_create_average_pooling2d_nhwc_qu8() local356 const size_t zero_bytes = channels * sizeof(float) + XNN_EXTRA_BYTES; in xnn_create_average_pooling2d_nhwc_f32() local
127 std::vector<uint32_t> zero_bytes = {0}; in FindOrCreateFloatZeroAndOne() local
125 std::vector<uint32_t> zero_bytes = {0}; in FindOrCreateFloatZeroAndOne() local
121 const int32_t* zero_bytes, const int zero_bytes_len) { in DilatedIm2col()
1327 fn zero_bytes(&mut self, address: u64, length: usize) -> std::io::Result<()> { in zero_bytes() method