Searched refs:TFLITE_BENCHMARK_CHECK (Results 1 – 3 of 3) sorted by relevance
29 TFLITE_BENCHMARK_CHECK(a == b) << "Type mismatch while accessing parameter."; in AssertHasSameType()53 TFLITE_BENCHMARK_CHECK(HasParam(name)) << name << " was not found."; in AssertParamExists()
68 #define TFLITE_BENCHMARK_CHECK(condition) \ macro74 #define TFLITE_BENCHMARK_CHECK_EQ(a, b) TFLITE_BENCHMARK_CHECK(a == b)
44 TFLITE_BENCHMARK_CHECK(interpreter); in SetInterpreter()165 TFLITE_BENCHMARK_CHECK(SplitAndParse(shapes[i], ',', &input.shape)) in PopulateInputLayerInfo()263 TFLITE_BENCHMARK_CHECK(interpreter); in ComputeInputBytes()