From 94ccdcd53f577541268181e873002c2fcf47f338 Mon Sep 17 00:00:00 2001 From: Da Zheng Date: Fri, 18 May 2018 18:16:38 +0000 Subject: [PATCH] remove. --- include/nnvm/op_attr_types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/nnvm/op_attr_types.h b/include/nnvm/op_attr_types.h index 1dac50cc5..b7f6be408 100644 --- a/include/nnvm/op_attr_types.h +++ b/include/nnvm/op_attr_types.h @@ -202,7 +202,6 @@ using FCorrectLayout = std::function *last_ilayouts, std::vector *olayouts)>; -using FInputGraph = std::function; /*! * \brief Get a list of inputs that represent graphs instead of data. * Normally, input symbols are considered as data to the operator. However,