16 #ifndef THIRD_PARTY_TENSORFLOW_SERVING_SERVABLES_TENSORFLOW_GOOGLE_RESOURCE_ESTIMATER_H_
17 #define THIRD_PARTY_TENSORFLOW_SERVING_SERVABLES_TENSORFLOW_GOOGLE_RESOURCE_ESTIMATER_H_
19 #include "tensorflow_serving/resources/resources.pb.h"
20 #include "tensorflow_serving/util/file_probing_env.h"
22 namespace tensorflow {
29 Status EstimateMainRamBytesFromValidationResult(
const string& path,
30 ResourceAllocation* estimate);
38 Status EstimateMainRamBytesFromPath(
const string& path,
39 bool use_validation_result,
41 ResourceAllocation* estimate);