Home
last modified time | relevance | path

Searched defs:hidden_ops (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_op_gen.cc1196 const std::vector<string>& hidden_ops, const string& source_file_name = "", in GetPythonOpsImpl()
1289 const std::vector<string>& hidden_ops, in GetPythonOps()
1297 const std::vector<string>& hidden_ops, in PrintPythonOps()
H A Dpython_op_gen_main.cc171 std::vector<tensorflow::string> hidden_ops; in main() local