aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_resnet12.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_resnet12.cpp')
-rw-r--r--examples/graph_resnet12.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graph_resnet12.cpp b/examples/graph_resnet12.cpp
index 8818cf742a..48708ce29a 100644
--- a/examples/graph_resnet12.cpp
+++ b/examples/graph_resnet12.cpp
@@ -84,7 +84,7 @@ public:
std::unique_ptr<IPreprocessor> preprocessor = std::make_unique<TFPreproccessor>();
// Create input descriptor
- const TensorShape tensor_shape = permute_shape(TensorShape(image_width, image_height, 3U, 1U), DataLayout::NCHW, common_params.data_layout);
+ const TensorShape tensor_shape = permute_shape(TensorShape(image_width, image_height, 3U, common_params.batches), DataLayout::NCHW, common_params.data_layout);
TensorDescriptor input_descriptor = TensorDescriptor(tensor_shape, common_params.data_type).set_layout(common_params.data_layout);
// Set weights trained layout