Home
last modified time | relevance | path

Searched refs:include_internal (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen_main.cc31 bool include_internal, in PrintAllCCOps() argument
34 OpRegistry::Global()->Export(include_internal, &ops); in PrintAllCCOps()
72 bool include_internal = tensorflow::StringPiece("1") == argv[3]; in main() local
75 tensorflow::PrintAllCCOps(argv[1], argv[2], include_internal, api_def_dirs); in main()
/external/tensorflow/tensorflow/core/framework/
Dop.cc152 void OpRegistry::Export(bool include_internal, OpList* ops) const { in Export() argument
165 if (include_internal || !str_util::StartsWith(item.first, "_")) { in Export()
186 string OpRegistry::DebugString(bool include_internal) const { in DebugString()
188 Export(include_internal, &op_list); in DebugString()
Dop.h80 void Export(bool include_internal, OpList* ops) const;
84 string DebugString(bool include_internal) const;
/external/pcre/
DAndroid.bp46 "include_internal",