Home
last modified time | relevance | path

Searched defs:start_vector (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/builder/
H A Dvector.rs39 pub fn start_vector(&mut self) -> VectorBuilder { in start_vector() method
H A Dmap.rs46 pub fn start_vector(&mut self, key: &str) -> VectorBuilder { in start_vector() method
H A Dmod.rs262 pub fn start_vector(&'a mut self) -> VectorBuilder<'a> { in start_vector() method
H A Dser.rs51 fn start_vector(&mut self) { in start_vector() method
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dshape_type_inference.cpp1029 const std::vector<int64_t>& start_vector, in ComputeShapeForSlice()
1100 std::vector<int64_t> start_vector; in ProcessSliceNode() local
/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/
H A Dbuilder.rs229 pub fn start_vector<T: Push>(&mut self, num_items: usize) { in start_vector() method