Skip to content

Pass-by-reference is not supported for Sparse types #1022

@ecolss

Description

@ecolss

As described in the passy-by-reference doc, I wonder:

  1. is there any particular reason not to support ref for sparse types?
  2. since not supported, if I have sparse matrix constructed in python via scipy.sparse.csr_matrix, then have to pass it by value to c++, would this bring much overhead if I have to do a mini-batch processing on the data?

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