Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_main.cc110 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()
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
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()