Searched refs:hidden_ops (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen.h | 36 const std::vector<string>& hidden_ops, 46 const std::vector<string>& hidden_ops,
|
D | python_op_gen_main.cc | 171 std::vector<tensorflow::string> hidden_ops; in main() local 172 TF_CHECK_OK(tensorflow::ParseOpListCommandLine(argv[2], &hidden_ops)); in main() 173 tensorflow::PrintAllPythonOps(hidden_ops, api_def_dirs, source_file_name, in main()
|
D | python_op_gen.cc | 1161 const std::vector<string>& hidden_ops, const string& source_file_name = "", in GetPythonOpsImpl() argument 1210 for (const string& hidden : hidden_ops) { 1254 const std::vector<string>& hidden_ops, in GetPythonOps() argument 1257 return GetPythonOpsImpl(ops, api_defs, hidden_ops, source_file_name, in GetPythonOps() 1262 const std::vector<string>& hidden_ops, in PrintPythonOps() argument 1265 printf("%s", GetPythonOpsImpl(ops, api_defs, hidden_ops, source_file_name, in PrintPythonOps()
|