Home
last modified time | relevance | path

Searched defs:zero_byte (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dim2col_utils.h35 T* conv_buffer_data, uint8 zero_byte) { in ExtractPatchIntoBufferColumn()
160 const T zero_byte = zero_bytes_len > 1 ? static_cast<T>(zero_bytes[batch]) in DilatedIm2col() local
204 void DilatedIm2col(const ConvParams& params, uint8 zero_byte, in DilatedIm2col()
214 void Im2col(const ConvParams& params, int kheight, int kwidth, uint8 zero_byte, in Im2col()
273 uint8_t zero_byte = static_cast<uint8_t>(input_offsets[b]); in Im2col() local
294 uint8 zero_byte) { in ExtractPatchIntoBufferColumn3D()
375 uint8 zero_byte, const RuntimeShape& input_shape, in Im2col3D()
420 uint8 zero_byte, const RuntimeShape& input_shape, in DilatedIm2col3D()
H A Dlegacy_optimized_ops.h2366 int buffer_id, const T* in_data, T* conv_buffer_data, uint8 zero_byte) { in ExtractPatchIntoBufferColumn()
2378 const Dims<4>& output_dims, uint8 zero_byte, in DilatedIm2col()
2398 int kwidth, uint8 zero_byte, T* output_data, in Im2col()
2418 uint8 zero_byte, T* output_data, const Dims<4>& output_dims) { in Im2col()
2838 uint8 zero_byte, T* output_data, const Dims<4>& output_dims) { in Im2col()
2965 const Dims<4>& output_dims, uint8 zero_byte, in TransposeIm2col()
H A Doptimized_ops.h4821 void TransposeIm2col(const ConvParams& params, uint8 zero_byte, in TransposeIm2col()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/hash/
H A Dsip.rs267 fn zero_byte(val: u64, byte: usize) -> u64 { in test_hash_no_bytes_dropped_64() function
282 fn zero_byte(val: u32, byte: usize) -> u32 { in test_hash_no_bytes_dropped_32() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/hash/
H A Dsip.rs267 fn zero_byte(val: u64, byte: usize) -> u64 { in test_hash_no_bytes_dropped_64() function
282 fn zero_byte(val: u32, byte: usize) -> u32 { in test_hash_no_bytes_dropped_32() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/hash/
H A Dsip.rs267 fn zero_byte(val: u64, byte: usize) -> u64 { in test_hash_no_bytes_dropped_64() function
282 fn zero_byte(val: u32, byte: usize) -> u32 { in test_hash_no_bytes_dropped_32() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/hash/
H A Dsip.rs267 fn zero_byte(val: u64, byte: usize) -> u64 { in test_hash_no_bytes_dropped_64() function
282 fn zero_byte(val: u32, byte: usize) -> u32 { in test_hash_no_bytes_dropped_32() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/hash/
H A Dsip.rs267 fn zero_byte(val: u64, byte: usize) -> u64 { in test_hash_no_bytes_dropped_64() function
282 fn zero_byte(val: u32, byte: usize) -> u32 { in test_hash_no_bytes_dropped_32() function
/aosp_15_r20/external/rust/android-crates-io/crates/siphasher/src/
Dtests.rs265 fn zero_byte(val: u64, byte: usize) -> u64 { in test_hash_no_bytes_dropped_64() function
280 fn zero_byte(val: u32, byte: usize) -> u32 { in test_hash_no_bytes_dropped_32() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/oblivious_http/common/
H A Doblivious_http_header_key_config_test.cc66 uint8_t zero_byte = 0x00; in TEST() local
H A Doblivious_http_header_key_config.cc120 uint8_t zero_byte = 0x00; in SerializeRecipientContextInfo() local
/aosp_15_r20/system/keymint/common/src/
H A Dcrypto.rs544 let zero_byte: [u8; 1] = [0]; in ckdf() localVariable