Searched refs:api_def_dir (Results 1 – 6 of 6) sorted by relevance
40 for (const auto& api_def_dir : api_def_dirs) { in PrintAllCCOps() local42 io::JoinPath(api_def_dir, "api_def_" + op.name() + ".pbtxt"); in PrintAllCCOps()
119 for (const auto& api_def_dir : api_def_dirs) { in PrintAllPythonOps() local121 TF_CHECK_OK(env->GetMatchingPaths(io::JoinPath(api_def_dir, "*.pbtxt"), in PrintAllPythonOps()
27 --api_def_dir="${current_dir}/base_api" \
41 void CreateApiDefs(const OpList& ops, const string& api_def_dir,
241 void CreateApiDefs(const OpList& ops, const string& api_def_dir, in CreateApiDefs() argument252 io::JoinPath(tensorflow::string(api_def_dir), kApiDefFileFormat); in CreateApiDefs()
534 for (const auto& api_def_dir : api_dirs_) { in Run() local536 io::JoinPath(api_def_dir, "api_def_" + op.name() + ".pbtxt"); in Run()