Searched defs:Upsample (Results 1 – 4 of 4) sorted by relevance
14 class Upsample(Module): class
52 class Upsample(torch.nn.Module): class in TestUpsampleNearest2d
122 TEST(LiteInterpreterTest, Upsample) { in TEST() argument
217 uint8x8_t Upsample(const uint8x8_t src0, const uint8x8_t src1, in Upsample() function