MCPcopy Create free account
hub / github.com/alibaba/graph-learn / BatchSize

Method BatchSize

graphlearn/src/include/sampling_request.h:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 void FillWith(int64_t neighbor_id, int64_t edge_id = -1);
80
81 int32_t BatchSize() const { return batch_size_; }
82 int32_t NeighborCount() const { return neighbor_count_; }
83 int32_t TotalNeighborCount() const { return total_neighbor_count_; }
84 int64_t* GetNeighborIds();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected