Searched refs:GetPythonOps (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_test.cc | 56 string code = GetPythonOps(ops, api_def_map, {}, "", type_annotate_ops); in TEST() 125 string code = GetPythonOps(op_defs, api_def_map, {}, "", type_annotate_ops); in TEST() 187 string code = GetPythonOps(op_defs, api_def_map, {}, "", type_annotate_ops); in TEST() 246 string code = GetPythonOps(op_defs, api_def_map, {}, "", type_annotate_ops); in TEST() 307 string code = GetPythonOps(op_defs, api_def_map, {}, "", type_annotate_ops); in TEST() 366 string code = GetPythonOps(op_defs, api_def_map, {}, "", type_annotate_ops); in TEST() 423 string code = GetPythonOps(op_defs, api_def_map, {}, "", type_annotate_ops); in TEST() 472 string code = GetPythonOps(op_defs, api_def_map, {}, "", type_annotate_ops); in TEST()
|
D | python_op_gen.h | 35 string GetPythonOps(const OpList& ops, const ApiDefMap& api_defs,
|
D | python_op_gen.cc | 1253 string GetPythonOps(const OpList& ops, const ApiDefMap& api_defs, in GetPythonOps() function
|