MiniBatchTransformerο
- class dgl.graphbolt.MiniBatchTransformer(datapipe, transformer=None)[source]ο
 Bases:
MapperIterDataPipeA mini-batch transformer used to manipulate mini-batch.
Functional name:
transform.- Parameters:
 datapipe (DataPipe) β The datapipe.
transformer β The function applied to each minibatch which is responsible for transforming the minibatch.