Revision 00b80377fe590199a06ff625ac3b888881e3d1c7 authored by Bowen Bao on 16 January 2019, 23:21:08 UTC, committed by BowenBao on 15 February 2019, 23:12:10 UTC
* Support SequenceIs[First,Last] with ConstantOfShape
* Update bypass load test in verify\_one\_input & add test for one hot
op
* Update export for one hot op. Migrate from exporting
onnx.ml.OneHotEncoder to onnx.OneHot.

Op fixes
* Fix topk onnx\_op\_test
* Support MVN export using ONNX function
* Fix LayerNormalization
* Skip tests for sequence slice float16: not supported in cntk
* Support gather export & import with float16
    - Fix cntk gather issue with float16 inputs.
    - Support exporting constant float16 tensor.
    - Support importing int32 indices input for gather.
* Enable more passed op tests
1 parent aa82819
History
File Mode Size
API
proto
tensorboard
BackCompat.cpp -rw-r--r-- 44.6 KB
BackCompat.h -rw-r--r-- 948 bytes
BlockFunction.h -rw-r--r-- 8.9 KB
CNTKLibraryC.cpp -rw-r--r-- 6.5 KB
CNTKv2LibraryDll.vcxproj -rw-r--r-- 23.4 KB
CNTKv2LibraryDll.vcxproj.filters -rw-r--r-- 24.7 KB
Common.cpp -rw-r--r-- 37.1 KB
CompositeFunction.cpp -rwxr-xr-x 135.9 KB
CompositeFunction.h -rw-r--r-- 22.5 KB
ComputeInputStatistics.cpp -rw-r--r-- 6.5 KB
DataParallelDistributedLearner.cpp -rw-r--r-- 7.9 KB
DataParallelDistributedLearner.h -rw-r--r-- 834 bytes
DistributedCommunicator.cpp -rw-r--r-- 31.8 KB
DistributedCommunicator.h -rw-r--r-- 6.8 KB
DistributedLearnerBase.cpp -rw-r--r-- 3.0 KB
DistributedLearnerBase.h -rw-r--r-- 1.4 KB
Evaluator.cpp -rw-r--r-- 9.0 KB
EvaluatorWrapper.cpp -rw-r--r-- 5.9 KB
Function.cpp -rw-r--r-- 198.0 KB
Learner.cpp -rw-r--r-- 59.9 KB
Learner.h -rwxr-xr-x 19.7 KB
Logger.h -rw-r--r-- 902 bytes
MinibatchSource.cpp -rw-r--r-- 27.6 KB
MinibatchSource.h -rw-r--r-- 2.9 KB
NDArrayView.cpp -rw-r--r-- 56.6 KB
NDMask.cpp -rw-r--r-- 4.8 KB
PrimitiveFunction.cpp -rw-r--r-- 98.7 KB
PrimitiveFunctionAttribute.cpp -rw-r--r-- 12.5 KB
ProgressWriter.cpp -rw-r--r-- 7.5 KB
Serialization.cpp -rw-r--r-- 31.2 KB
Serialization.h -rw-r--r-- 4.8 KB
Trainer.cpp -rw-r--r-- 27.6 KB
TrainingSession.cpp -rw-r--r-- 20.6 KB
UserDefinedFunction.cpp -rw-r--r-- 7.0 KB
UserDefinedFunction.h -rw-r--r-- 775 bytes
UserFunctionFactory.h -rw-r--r-- 3.8 KB
Utils.cpp -rw-r--r-- 59.5 KB
Utils.h -rw-r--r-- 30.5 KB
Value.cpp -rw-r--r-- 43.8 KB
Value.h -rw-r--r-- 7.3 KB
Variable.cpp -rw-r--r-- 25.4 KB
Variable.h -rw-r--r-- 3.4 KB
dllmain.cpp -rw-r--r-- 2.0 KB
prebuild.bat -rw-r--r-- 4.8 KB
stdafx.cpp -rw-r--r-- 290 bytes
stdafx.h -rw-r--r-- 536 bytes
targetver.h -rw-r--r-- 306 bytes

back to top