Searched refs:LoadFunctions (Results 1 – 6 of 6) sorted by relevance
37 is_supported_ = LoadFunctions(); in AndroidImageReader()40 bool AndroidImageReader::LoadFunctions() { in LoadFunctions() function in base::android::AndroidImageReader
58 bool LoadFunctions();
37 AndroidImageReader::AndroidImageReader() : is_supported_(LoadFunctions()) {} in AndroidImageReader()39 bool AndroidImageReader::LoadFunctions() { in LoadFunctions() function in base::android::AndroidImageReader
67 bool LoadFunctions();
112 Status LoadFunctions(const GraphDef& graph);
232 Status ImplementationSelector::LoadFunctions(const GraphDef& graph) { in LoadFunctions() function in tensorflow::grappler::ImplementationSelector399 auto status = LoadFunctions(item.graph); in Optimize()