aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/reader_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/reader_util.py')
-rw-r--r--[-rwxr-xr-x]ethosu/vela/reader_util.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/ethosu/vela/reader_util.py b/ethosu/vela/reader_util.py
index b5de8b18..476b70aa 100755..100644
--- a/ethosu/vela/reader_util.py
+++ b/ethosu/vela/reader_util.py
@@ -53,11 +53,6 @@ def fixup_tensors(input_tensors, tensors):
for tens in tensors:
if not tens.ops:
- if tens.values is None:
- tens.error(
- "Tensor with no operator output connection is assumed to contain constant "
- "data but no data buffer is associated with this tensor. Perhaps the network is invalid?"
- )
op = Operation(Op.Const, tens.name)
op.set_output_tensor(tens)