Home
last modified time | relevance | path

Searched refs:TFLITE_BENCHMARK_CHECK (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_params.cc29 TFLITE_BENCHMARK_CHECK(a == b) << "Type mismatch while accessing parameter."; in AssertHasSameType()
53 TFLITE_BENCHMARK_CHECK(HasParam(name)) << name << " was not found."; in AssertParamExists()
Dlogging.h68 #define TFLITE_BENCHMARK_CHECK(condition) \ macro
74 #define TFLITE_BENCHMARK_CHECK_EQ(a, b) TFLITE_BENCHMARK_CHECK(a == b)
Dbenchmark_tflite_model.cc44 TFLITE_BENCHMARK_CHECK(interpreter); in SetInterpreter()
165 TFLITE_BENCHMARK_CHECK(SplitAndParse(shapes[i], ',', &input.shape)) in PopulateInputLayerInfo()
263 TFLITE_BENCHMARK_CHECK(interpreter); in ComputeInputBytes()