Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_ops_utils.cpp249 void listExtend(Stack& stack) { in listExtend() function
/aosp_15_r20/external/starlark-go/starlark/
H A Deval.go567 func listExtend(x *List, y Iterable) { func