Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_main.cc166 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()
Dpython_op_gen.h31 const std::vector<string>& hidden_ops, bool require_shapes,
Dpython_op_gen.cc960 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()