ir_version: 3
producer_name: "nGraph ONNX Importer"
graph {
  node {
    output: "const_shape"
    op_type: "Constant"
    attribute {
      name: "value"
      t {
        dims: 3
        data_type: 7
        int64_data: 2
        int64_data: 6
        int64_data: 2
        name: "const_tensor"
      }
      type: TENSOR
    }
  }
  node {
    input: "data"
    input: "const_shape"
    output: "reshaped"
    op_type: "Reshape"
  }
  name: "test_graph"
  input {
    name: "data"
    type {
      tensor_type {
        elem_type: 1
        shape {
          dim {
            dim_value: 2
          }
          dim {
            dim_value: 3
          }
          dim {
            dim_value: 4
          }
        }
      }
    }
  }
  output {
    name: "reshaped"
    type {
      tensor_type {
        elem_type: 1
        shape {
        }
      }
    }
  }
}
opset_import {
  version: 5
}