HomeSort by relevance Sort by last modified time
    Searched refs:LoadFileRaw (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/lite/schema/
flatbuffer_compatibility_test.cc 27 bool LoadFileRaw(const char *name, std::string *buf) {
69 ASSERT_TRUE(LoadFileRaw(base_filename, &base_contents));
70 ASSERT_TRUE(LoadFileRaw(current_filename, &current_contents));
  /external/flatbuffers/src/
util.cpp 49 bool LoadFileRaw(const char *name, bool binary, std::string *buf) {
69 static LoadFileFunction g_load_file_function = LoadFileRaw;
100 g_load_file_function = load_file_function ? load_file_function : LoadFileRaw;

Completed in 271 milliseconds