Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dexpanding_array.h120 /*implicit*/ ExpandingArrayWithOptionalElem(std::initializer_list<T> list) in ExpandingArrayWithOptionalElem() function
126 /*implicit*/ ExpandingArrayWithOptionalElem(std::vector<T> vec) in ExpandingArrayWithOptionalElem() function
132 /*implicit*/ ExpandingArrayWithOptionalElem(at::ArrayRef<T> values) in ExpandingArrayWithOptionalElem() function
147 /*implicit*/ ExpandingArrayWithOptionalElem(T single_size) in ExpandingArrayWithOptionalElem() function
156 /*implicit*/ ExpandingArrayWithOptionalElem(const std::array<T, D>& values) in ExpandingArrayWithOptionalElem() function