ir_version: 3 producer_name: "nGraph ONNX Importer" graph { node { input: "x" output: "values" output: "indices" op_type: "TopK" attribute { name: "k" i: 3 type: INT } attribute { name: "axis" i: 1 type: INT } } name: "test_top_k" input { name: "x" type { tensor_type { elem_type: 1 shape { dim { dim_value: 3 } dim { dim_value: 4 } } } } } output { name: "values" type { tensor_type { elem_type: 1 shape { dim { dim_value: 3 } dim { dim_value: 3 } } } } } output { name: "indices" type { tensor_type { elem_type: 7 shape { dim { dim_value: 3 } dim { dim_value: 3 } } } } } } opset_import { version: 8 }