Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/
H A Ddelegate_test_util.cc211 std::vector<int> allowed_ops; in SimpleDelegate() local
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dloop_body.py584 def contains_only_ops(self, allowed_ops) -> bool: argument