Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_params.h46 AssertHasSameType(GetValueType<T>(), type_); in AsTyped()
53 static void AssertHasSameType(ParamType a, ParamType b);
Dbenchmark_params.cc27 void BenchmarkParam::AssertHasSameType(BenchmarkParam::ParamType a, in AssertHasSameType() function in tflite::benchmark::BenchmarkParam