ir_version: 5
producer_name: "nGraph ONNX Importer"
graph {
  node {
    input: "A"
    input: "B"
    output: "Y"
    op_type: "Mod"
    attribute {
      name: "fmod"
      i: 1
      type: INT
    }
  }
  name: "test_mod"
  input {
    name: "A"
    type {
      tensor_type {
        elem_type: 7
        shape {
          dim {
            dim_value: 6
          }
        }
      }
    }
  }
    input {
    name: "B"
    type {
      tensor_type {
        elem_type: 7
        shape {
          dim {
            dim_value: 6
          }
        }
      }
    }
  }
  output {
    name: "Y"
    type {
      tensor_type {
        elem_type: 7
        shape {
          dim {
            dim_value: 6
          }
        }
      }
    }
  }
}
opset_import {
  version: 10
}