Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / src / cldnn_engine / cldnn_infer_request.h
index f4b9d33..375d707 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Intel Corporation
+// Copyright (C) 2018-2019 Intel Corporation
 // SPDX-License-Identifier: Apache-2.0
 //
 
@@ -44,7 +44,6 @@ protected:
     InferenceEnv m_env;
 
     // dynamic batch stuff
-    int m_curBatch;
     std::map<std::string, std::vector<buf_info>> batchInputs;
     std::map<std::string, std::vector<buf_info>> batchOutputs;
 
@@ -66,7 +65,7 @@ protected:
     void PrepareInputDyn(const cldnn::primitive_id &inputName, const InferenceEngine::Blob &inputBlob);
 
 private:
-    static const std::string fp32_suffix;
+    static const char fp32_suffix[];
 };
 
 };  // namespace CLDNNPlugin