You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the function of Channel of Fluid has been nearly completed. But to use Channel in Fluid, we also need define the data type of Channel.
I think the data type of it should be n-tuple, just like std::tuple. For example, we want to send (image, label) using one channel, rather than using multiple channels.
The following is what I complete ChanDesc, it includes the base-data-type and advanced-data-type.
Currently, the function of
Channel
of Fluid has been nearly completed. But to useChannel
in Fluid, we also need define the data type ofChannel
.I think the data type of it should be n-tuple, just like std::tuple. For example, we want to send (image, label) using one channel, rather than using multiple channels.
The following is what I complete
ChanDesc
, it includes the base-data-type and advanced-data-type.The text was updated successfully, but these errors were encountered: