Home
last modified time | relevance | path

Searched refs:LoadFunctions (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/android/
Dandroid_image_reader_compat.cc37 is_supported_ = LoadFunctions(); in AndroidImageReader()
40 bool AndroidImageReader::LoadFunctions() { in LoadFunctions() function in base::android::AndroidImageReader
Dandroid_image_reader_compat.h58 bool LoadFunctions();
/external/cronet/base/android/
Dandroid_image_reader_compat.cc37 AndroidImageReader::AndroidImageReader() : is_supported_(LoadFunctions()) {} in AndroidImageReader()
39 bool AndroidImageReader::LoadFunctions() { in LoadFunctions() function in base::android::AndroidImageReader
Dandroid_image_reader_compat.h67 bool LoadFunctions();
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dimplementation_selector.h112 Status LoadFunctions(const GraphDef& graph);
Dimplementation_selector.cc232 Status ImplementationSelector::LoadFunctions(const GraphDef& graph) { in LoadFunctions() function in tensorflow::grappler::ImplementationSelector
399 auto status = LoadFunctions(item.graph); in Optimize()