File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
tensorflow_serving/batching Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ limitations under the License.
33
33
#include " tensorflow/core/protobuf/config.pb.h"
34
34
#include " tensorflow/core/protobuf/meta_graph.pb.h"
35
35
#include " tensorflow/core/public/session.h"
36
+ #include " tensorflow/tsl/platform/criticality.h"
36
37
#include " tensorflow_serving/batching/batching_options.h"
37
38
#include " tensorflow_serving/batching/threadsafe_status.h"
38
39
@@ -210,6 +211,8 @@ struct BatchingSessionTask : public BatchTask {
210
211
std::shared_ptr<ThreadSafeStatus> thread_safe_status;
211
212
// 'split_run_metadatas' records `run_metadata` of each split.
212
213
std::shared_ptr<std::vector<RunMetadata>> split_run_metadatas;
214
+
215
+ tsl::criticality::Criticality criticality;
213
216
};
214
217
215
218
} // namespace serving
You can’t perform that action at this time.
0 commit comments