Home
last modified time | relevance | path

Searched refs:OPSET_IMPORT (Results 1 – 2 of 2) sorted by relevance

/dports/misc/py-onnx/onnx-1.10.2/onnx/defs/
H A Dparser.h97 OPSET_IMPORT, enumerator
108 map_["opset_import"] = KeyWord::OPSET_IMPORT; in KeyWordMap()
H A Dparser.cc381 case KeyWordMap::KeyWord::OPSET_IMPORT: { in Parse()