Home
last modified time | relevance | path

Searched defs:array_view (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/audio_processing/
Dhigh_pass_filter_unittest.cc124 std::vector<float> CreateVector(const rtc::ArrayView<const float>& array_view) { in CreateVector()
/external/webrtc/pc/
Drtp_transport.cc250 auto array_view = rtc::MakeArrayView(data, len); in OnReadPacket() local
/external/rust/beto-rust/nearby/presence/np_ffi_core/src/serialize/
Dv1.rs330 let array_view = adv_builder.into_advertisement().into_array_view(); in into_advertisement() localVariable
/external/rust/beto-rust/nearby/presence/np_ffi_core/src/deserialize/
Dv1.rs686 let array_view: ArrayView<u8, 127> = ArrayView::try_from_slice(contents_as_slice).unwrap(); in from() localVariable
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc1513 StridedArrayView<DenseIntElementsAttr> array_view( in MatchIotaConst() local