in reply to Homogeneous (was: Re^2: RFC - Documentation Review)
in thread Please review documentation of my AI::Embedding module

I'm not familiar with PyTorch so this is purely a guess.

In the examples, all of the array elements are floating point numbers: that's probably what homogeneous means in this context.

By contrast, arrays with a mix of floats, integers, strings, objects, and so on, would be heterogeneous.

— Ken

  • Comment on Re: Homogeneous (was: Re^2: RFC - Documentation Review)