https://github.com/Microsoft/CNTK
Raw File
Tip revision: ae163b33a85d3e07ae7c6b519f2c6d1409cf2263 authored by liqfu on 14 August 2018, 18:17:36 UTC
ONNX support for CNTK Sequence::Slice op. Due to a specific feature of CNTK Sequence::Slice op to handle zigged inputs (batch of variable length sequences), models converted from CNTK may not produce marching outcomes with zigged inputs.
Tip revision: ae163b3
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// DSSMReader.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
back to top