Searched defs:is_onnx (Results 1 – 2 of 2) sorted by relevance
140 bool Symbol::is_onnx() const { return ns() == namespaces::onnx; } in is_onnx() function in c10::Symbol
371 def is_onnx(domain: str) -> bool: function