Module popcorn::memory [] [src]

Provides a representation for memory across different frameworks.

Memory is allocated by a device in a way that it is accessible for its computations.

Normally you will want to use SharedTensor which handles synchronization of the latest memory copy to the required device.

Traits

Memory

Specifies Memory behavior accross frameworks.