Skip to content

Unable to retrieve core properties #122

@pnehrer

Description

@pnehrer

Retrieving a non-device specific property from core results in a "general error". E.g., the following unit test fails:

    #[test]
    fn test_get_supported_properties() {
        let core = Core::new().unwrap();
        let supported_properties = core.get_property(PropertyKey::SupportedProperties);
        assert!(supported_properties.is_ok());
    }

Retrieving device-specific properties appear to be working (e.g., for CPU).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions