Home
last modified time | relevance | path

Searched defs:create_vector (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/tests/validation/UNIT/
DWindowIterator.cpp54 std::vector<T> create_vector(std::initializer_list<T> list_objs) in create_vector() function
/external/flatbuffers/rust/flatbuffers/src/
Dbuilder.rs370 pub fn create_vector<'a: 'b, 'b, T: Push + Copy + 'b>( in create_vector() method