Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_test.cc56 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()
Dpython_op_gen.h35 string GetPythonOps(const OpList& ops, const ApiDefMap& api_defs,
Dpython_op_gen.cc1253 string GetPythonOps(const OpList& ops, const ApiDefMap& api_defs, in GetPythonOps() function