Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/
H A DSelect.cpp126 void select_int(ComputeGraph& graph, const std::vector<ValueRef>& args) { in select_int() function
/aosp_15_r20/external/pytorch/torch/nested/_internal/
H A Dops.py1367 def select_int(func, *args, **kwargs): function