Searched defs:patch_size (Results 1 – 4 of 4) sorted by relevance
116 uint32_t patch_size; variable
67 int patch_size; member
52 int patch_size, patch_hsize; // patch size and half size member
1510 … std::shared_ptr<std::pair<int32_t, int32_t>> *patch_size, int32_t num_height, int32_t num_width, in ComputePatchSize() argument1553 auto patch_size = std::make_shared<std::pair<int32_t, int32_t>>(0, 0); in SlicePatches() local