Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen_main.cc40 for (const auto& api_def_dir : api_def_dirs) { in PrintAllCCOps() local
42 io::JoinPath(api_def_dir, "api_def_" + op.name() + ".pbtxt"); in PrintAllCCOps()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_main.cc119 for (const auto& api_def_dir : api_def_dirs) { in PrintAllPythonOps() local
121 TF_CHECK_OK(env->GetMatchingPaths(io::JoinPath(api_def_dir, "*.pbtxt"), in PrintAllPythonOps()
/external/tensorflow/tensorflow/core/api_def/
Dupdate_api_def.sh27 --api_def_dir="${current_dir}/base_api" \
Dupdate_api_def.h41 void CreateApiDefs(const OpList& ops, const string& api_def_dir,
Dupdate_api_def.cc241 void CreateApiDefs(const OpList& ops, const string& api_def_dir, in CreateApiDefs() argument
252 io::JoinPath(tensorflow::string(api_def_dir), kApiDefFileFormat); in CreateApiDefs()
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_generator.cc534 for (const auto& api_def_dir : api_dirs_) { in Run() local
536 io::JoinPath(api_def_dir, "api_def_" + op.name() + ".pbtxt"); in Run()