Add a check Callback to the Pattern Paritioner (#5646)
authorMatthew Brookhart <mbrookhart@octoml.ai>
Fri, 22 May 2020 04:35:35 +0000 (21:35 -0700)
committerGitHub <noreply@github.com>
Fri, 22 May 2020 04:35:35 +0000 (13:35 +0900)
commit4bde554109c1dce6044eaa10b62d4aad96352a9b
tree561ce7736e3d85fb0127bda89b9ad306cbf8e51f
parent0884659eb8c5fe51cc4cac9f2f8b6400f47fdee6
Add a check Callback to the Pattern Paritioner (#5646)

* add a check callback to the paritioner

* fix doc string

* fix unit test spelling

* add a test with types
include/tvm/relay/dataflow_matcher.h
python/tvm/relay/dataflow_pattern/__init__.py
src/relay/ir/dataflow_matcher.cc
tests/python/relay/test_dataflow_pattern.py