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