Giter Club home page Giter Club logo

Comments (3)

mcabbott avatar mcabbott commented on May 29, 2024

This is essentially #15 . It would be nice to support, using StructArrays, but I haven't got around to writing it.

from tensorcast.jl.

prittjam avatar prittjam commented on May 29, 2024

Thanks for the response. I think unwrapping directly to arrays from a broadcasted function with multiple return values should be fixed at the language level. Tensors are a common data representation, and broadcasting on them is awkward except for the simplest case with mapslices. @cast addresses some issues albeit the return types can be very complicated, but there are still common use cases that are not handled elegantly. There are some threads about this topic, so I don't think I'm the only one feeling the pain. Given that array is a fundamental Julia datatype, this lack of functionality surprises me. I also suspect I'm paying some hidden performance penalities with casting. I'm not yet a savvy enough Julia user to understand the tradeoffs.

from tensorcast.jl.

mcabbott avatar mcabbott commented on May 29, 2024

Yes, lots of people would like this, I mean outside of TensorCast.

StructArrays seems to provide a pretty good implementation of this unzip_broadcast idea. I doubt anyone wants to build that into Base, but pulling out just enough to do this might be possible, haven't looked.

mapslices-like things we are trying to improve with things like stack(f, eachcol(x), y). Maybe there is more to be done at the intersection of these two.

from tensorcast.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.