Searched refs:hidden_ops (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_main.cc | 166 std::vector<tensorflow::string> hidden_ops; in main() local 167 TF_CHECK_OK(tensorflow::ParseOpListCommandLine(argv[2], &hidden_ops)); in main() 168 tensorflow::PrintAllPythonOps(hidden_ops, api_def_dirs, source_file_name, in main()
|
D | python_op_gen.h | 31 const std::vector<string>& hidden_ops, bool require_shapes,
|
D | python_op_gen.cc | 960 const std::vector<string>& hidden_ops, bool require_shapes, in GetPythonOps() argument 1020 for (const string& hidden : hidden_ops) { in GetPythonOps() 1085 const std::vector<string>& hidden_ops, bool require_shapes, in PrintPythonOps() argument 1087 printf("%s", GetPythonOps(ops, api_defs, hidden_ops, require_shapes, in PrintPythonOps()
|