Searched refs:BenchmarkStage (Results 1 – 2 of 2) sorted by relevance
432 enum BenchmarkStage { enum440 inline const BenchmarkStage (&EnumValuesBenchmarkStage())[3] { in EnumValuesBenchmarkStage()441 static const BenchmarkStage values[] = { in EnumValuesBenchmarkStage()459 inline const char *EnumNameBenchmarkStage(BenchmarkStage e) { in EnumNameBenchmarkStage()1929 tflite::BenchmarkStage stage;1948 tflite::BenchmarkStage stage() const { in stage()1949 return static_cast<tflite::BenchmarkStage>(GetField<int32_t>(VT_STAGE, 0)); in stage()1978 void add_stage(tflite::BenchmarkStage stage) { in add_stage()2004 tflite::BenchmarkStage stage = tflite::BenchmarkStage_UNKNOWN,2018 tflite::BenchmarkStage stage = tflite::BenchmarkStage_UNKNOWN,
424 enum BenchmarkStage { enum437 optional BenchmarkStage stage = 1;