Skip to content

Make TEST fails swig tests #124

Open
@robinvanemden

Description

@robinvanemden

Probably a known issue, but I thought I'd report it here anyway. make TEST produces the following SWIG related errors:

Running tests in ===|swig|===
----------------------------------------------------------------------
Ran 726 tests in 0.194s

OK

Running tests in ===|parser|===
ERROR (GRAPH): some of graph RNN_graph's node dnnc___1's
               inputs are not connected to other nodes in the graph.
ERROR (TYPE INFER): cound not find all nodes for dnnc___1,
ERROR (CODEGEN): cound not find all nodes for dnnc___1,
                 an instance of RNN.
                 Please check model's sanity and try again.
ERROR (GRAPH): some of graph Loop_graph's node dnnc___1's
               outputs are not connected to other nodes in the graph.
ERROR (CODEGEN): cound not find all nodes for dnnc___1,
                 an instance of Loop.
                 Please check model's sanity and try again.
ERROR (GRAPH): some of graph If_graph's node 2's
               inputs are not connected to other nodes in the graph.
ERROR (GRAPH): some of graph BatchNormalization_graph's node dnnc___1's
               inputs are not connected to other nodes in the graph.
ERROR (GRAPH): some of graph BatchNormalization_graph's node 1's
               outputs are not connected to other nodes in the graph.
ERROR (TYPE INFER): cound not find all nodes for dnnc___1,
ERROR (CODEGEN): cound not find all nodes for dnnc___1,
                 an instance of BatchNormalization.
                 Please check model's sanity and try again.
ERROR (GRAPH): some of graph GRU_graph's node dnnc___1's
               inputs are not connected to other nodes in the graph.
ERROR (TYPE INFER): cound not find all nodes for dnnc___1,
ERROR (CODEGEN): cound not find all nodes for dnnc___1,
                 an instance of GRU.
                 Please check model's sanity and try again.
read 130 files.
----------------------------------------------------------------------
Ran 1 test in 0.042s

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions