clean AB property from virtual plugin and core global config (#16877)
* Benchmark_app set ov::hint::allow_auto_batching through compile_model * Remove the process about allow_auto_batching in set_property of core * Remove allow_auto_batching and auto_batch_timeout property from AUTO plugin * Reserve the info logs and add API to check auto_batching * Update test case, rm AB property test from core config tests * Update some API in AUTO plugin config
This commit is contained in:
@@ -565,7 +565,7 @@ int main(int argc, char* argv[]) {
|
||||
// If set batch size, disable the auto batching
|
||||
if (FLAGS_b > 0) {
|
||||
slog::warn << "Batch size is set. Auto batching will be disabled" << slog::endl;
|
||||
core.set_property(ov::hint::allow_auto_batching(false));
|
||||
device_config.insert(ov::hint::allow_auto_batching(false));
|
||||
}
|
||||
|
||||
bool isDynamicNetwork = false;
|
||||
|
||||
Reference in New Issue
Block a user