https://github.com/Microsoft/CNTK
Raw File
Tip revision: 8ed70502bf1019e0ddeab8420d8babdd52bc7941 authored by liqfu on 01 May 2019, 21:06:26 UTC
ONNX convolution with more than 1 non-feature/channel dimensions
Tip revision: 8ed7050
testcases.yml
isPythonTest: True

dataDir: .

tags:
    - bvt-e (build_sku == 'gpu') and (device == 'cpu') and (flavor == 'release')
    - nightly-e (build_sku == 'gpu') and (device == 'cpu') and (flavor == 'release')
    - weekly-e (build_sku == 'gpu') and (device == 'cpu') and (flavor == 'release')

testCases:
  PyTest run must finish with error code 0 (outputs __COMPLETED__ in that case):
    patterns:
      - __COMPLETED__
back to top