模型开发接口
推理部署接口
API 相关说明
Implements NVIDIA Optical Flow SDK.
src (Tensor) – input tensor with shape (n, t, h, w, c4) and unit8 dtype.
Tensor
precision (int) – 0:NV_OF_PERF_LEVEL_SLOW 1:NV_OF_PERF_LEVEL_MEDIUM 2:NV_OF_PERF_LEVEL_FAST.
int
(n, t-1, (h+out_grid_size-1)//out_grid_size, (w+out_grid_size-1)//out_grid_size, c2). By default, out_grid_size = 4. dtype: int16.
(n, t-1, (h+out_grid_size-1)//out_grid_size, (w+out_grid_size-1)//out_grid_size, c2)
output tensor with shape
previous
megengine.functional.nn.correlation
next
megengine.functional.quantized.conv_bias_activation