|
| def | setup (self, bottom, top) |
| |
| def | reshape (self, bottom, top) |
| |
| def | forward (self, bottom, top) |
| |
| def | backward (self, bottom, top) |
| |
| def | setup (self, bottom, top) |
| |
| def | reshape (self, bottom, top) |
| |
| def | forward (self, bottom, top) |
| |
| def | backward (self, bottom, top) |
| |
|
| | src |
| | blob to numpy image ### blob's shape : (n, c, h, w) images's shape : (n, h, w, c) image's shape : (h, w, c) More...
|
| |
| | vec |
| |
| | dst |
| |
◆ backward() [1/2]
| def bilinear_sampler.BilinearSampler.backward |
( |
|
self, |
|
|
|
bottom, |
|
|
|
top |
|
) |
| |
◆ backward() [2/2]
| def bilinear_sampler.BilinearSampler.backward |
( |
|
self, |
|
|
|
bottom, |
|
|
|
top |
|
) |
| |
◆ forward() [1/2]
| def bilinear_sampler.BilinearSampler.forward |
( |
|
self, |
|
|
|
bottom, |
|
|
|
top |
|
) |
| |
◆ forward() [2/2]
| def bilinear_sampler.BilinearSampler.forward |
( |
|
self, |
|
|
|
bottom, |
|
|
|
top |
|
) |
| |
◆ reshape() [1/2]
| def bilinear_sampler.BilinearSampler.reshape |
( |
|
self, |
|
|
|
bottom, |
|
|
|
top |
|
) |
| |
◆ reshape() [2/2]
| def bilinear_sampler.BilinearSampler.reshape |
( |
|
self, |
|
|
|
bottom, |
|
|
|
top |
|
) |
| |
◆ setup() [1/2]
| def bilinear_sampler.BilinearSampler.setup |
( |
|
self, |
|
|
|
bottom, |
|
|
|
top |
|
) |
| |
◆ setup() [2/2]
| def bilinear_sampler.BilinearSampler.setup |
( |
|
self, |
|
|
|
bottom, |
|
|
|
top |
|
) |
| |
◆ dst
| bilinear_sampler.BilinearSampler.dst |
◆ src
| bilinear_sampler.BilinearSampler.src |
blob to numpy image ### blob's shape : (n, c, h, w) images's shape : (n, h, w, c) image's shape : (h, w, c)
◆ vec
| bilinear_sampler.BilinearSampler.vec |
The documentation for this class was generated from the following files: