Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/
Dtool_params.h118 AssertParamExists(name); in Set()
124 AssertParamExists(name); in HasValueSet()
130 AssertParamExists(name); in Get()
142 void AssertParamExists(const std::string& name) const;
Dtool_params.cc52 void ToolParams::AssertParamExists(const std::string& name) const { in AssertParamExists() function in tflite::tools::ToolParams