Home
last modified time | relevance | path

Searched refs:LoadFileList (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dop_gen_lib.h65 Status LoadFileList(Env* env, const std::vector<string>& filenames);
Dop_gen_lib.cc481 Status ApiDefMap::LoadFileList(Env* env, const std::vector<string>& filenames) { in LoadFileList() function in tensorflow::ApiDefMap
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_main.cc121 TF_CHECK_OK(api_def_map.LoadFileList(env, api_files)); in PrintAllPythonOps()