Revision ce3df25c93094fde132ae523df01e23b08063bf1 authored by Bowen Bao on 06 September 2018, 02:22:53 UTC, committed by Bowen Bao on 07 September 2018, 00:35:54 UTC
pad values are explicitly computed based on ONNX spec equations during import in the following cases:
- case 1: when auto_pad is SAME_UPPER | SAME_LOWER for convolution, convolution transpose and pooling.
- case 2: when output_shape is explicitly set for convolution transpose.
	  note: output_shape in ONNX spec can have the two below format:
	  	1. [X1 * X2 * ... * Xn]
		2. [N * O * X1 * X2 * ... * Xn]
1 parent 3614a9c
History
File Mode Size
DelayLoadedExtensionsDll.vcxproj -rw-r--r-- 5.9 KB
DelayLoadedExtensionsDll.vcxproj.filters -rw-r--r-- 325 bytes
ImageWriter.cpp -rw-r--r-- 1.4 KB
ImageWriter.h -rw-r--r-- 1.3 KB
dllmain.cpp -rw-r--r-- 695 bytes

back to top