Skip to content

Mixing input data types and accessing tensor types isn't supported #13

@micahcc

Description

@micahcc

Added a PR to address this #12

This allows you to call something like

context.bind("input", input_u8);
context.bind("output", output_f32);
context.infer_prebound(stream);

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