Searched defs:require_shapes (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
H A Dpython_op_gen_main.cc108 const string& source_file_name, bool require_shapes,
134 PrintEagerPythonOps(pruned_ops, api_def_map, {}, require_shapes,
137 PrintEagerPythonOps(ops, api_def_map, op_list, require_shapes,
106 PrintAllPythonOps(const std::vector<string>& op_list, const std::vector<string>& api_def_dirs, const string& source_file_name, bool require_shapes, bool op_list_is_whitelist) argument
H A Dpython_op_gen.cc783 bool require_shapes) {
843 if (!require_shapes) {
876 bool require_shapes) {
877 printf("%s", GetPythonOps(ops, api_defs, hidden_ops, require_shapes).c_str());
781 GetPythonOps(const OpList& ops, const ApiDefMap& api_defs, const std::vector<string>& hidden_ops, bool require_shapes) argument
874 PrintPythonOps(const OpList& ops, const ApiDefMap& api_defs, const std::vector<string>& hidden_ops, bool require_shapes) argument
/external/tensorflow/tensorflow/python/eager/
H A Dpython_eager_op_gen.cc907 bool require_shapes,
987 if (!require_shapes) {
1020 bool require_shapes, const string& source_file_name) {
1021 printf("%s", GetEagerPythonOps(ops, api_defs, hidden_ops, require_shapes,
905 GetEagerPythonOps(const OpList& ops, const ApiDefMap& api_defs, const std::vector<string>& hidden_ops, bool require_shapes, const string& source_file_name = �) argument
1018 PrintEagerPythonOps(const OpList& ops, const ApiDefMap& api_defs, const std::vector<string>& hidden_ops, bool require_shapes, const string& source_file_name) argument

Completed in 155 milliseconds