Searched defs:IntermediateBlockData (Results 1 – 1 of 1) sorted by relevance
60 struct IntermediateBlockData { struct61 int weight_grid_dim_x;62 int weight_grid_dim_y;63 int weight_range;66 std::vector<int> weights;92 int EndpointRangeForBlock(const IntermediateBlockData& data); argument