Skip to content

Check if 'Pow' implementation is quicker by implementing it with 'Apply' #223

@Swopper050

Description

@Swopper050

gorgonia.Tensor does not supported 'Pow' for something other than float types, so we cast it to float and back if this is the case in our current implementation.

Maybe it is quicker to just apply elementwise x^y, similar to the 'sin', 'cos', etc operators.

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