Searched refs:include_internal (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/cc/framework/ |
D | cc_op_gen_main.cc | 31 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/ |
D | op.cc | 152 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()
|
D | op.h | 80 void Export(bool include_internal, OpList* ops) const; 84 string DebugString(bool include_internal) const;
|
/external/pcre/ |
D | Android.bp | 46 "include_internal",
|