Home
last modified time | relevance | path

Searched refs:RemoveListeners (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_model.h115 void RemoveListeners(int index) { in RemoveListeners() function
185 void RemoveListeners(int index) { listeners_.RemoveListeners(index); } in RemoveListeners() function
Dbenchmark_performance_options.cc353 single_option_run_->RemoveListeners(num_external_listeners); in Run()