Searched refs:require_shapes (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_main.cc | 110 const string& source_file_name, bool require_shapes, in PrintAllPythonOps() argument 136 PrintPythonOps(pruned_ops, api_def_map, {}, require_shapes, in PrintAllPythonOps() 139 PrintPythonOps(ops, api_def_map, op_list, require_shapes, source_file_name); in PrintAllPythonOps()
|
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 1053 if (!require_shapes) { 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()
|