@java.lang.Override
      public org.nd4j.ir.TensorNamespace.TensorProto.DataLocation getDataLocation() {
        @SuppressWarnings("deprecation")
        org.nd4j.ir.TensorNamespace.TensorProto.DataLocation result = org.nd4j.ir.TensorNamespace.TensorProto.DataLocation.valueOf(dataLocation_);
        return result == null ? org.nd4j.ir.TensorNamespace.TensorProto.DataLocation.UNRECOGNIZED : result;