Home
last modified time | relevance | path

Searched refs:name_suffix (Results 1 – 25 of 66) sorted by relevance

123

/external/tensorflow/tensorflow/tools/graph_transforms/
Dinsert_logging.cc110 const string name_suffix = "__print__"; in InsertLogging() local
116 print_node->set_name(strings::StrCat(node.name(), name_suffix)); in InsertLogging()
138 strings::StrCat(node.name(), name_suffix, ":0"); in InsertLogging()
/external/tensorflow/tensorflow/lite/ios/
Dextract_object_files.py108 for name_suffix in itertools.count(1, 1):
109 yield '{}_{}{}'.format(base, name_suffix, ext)
/external/toolchain-utils/pgo_tools/
Dmerge_profdata_and_upload.py211 def _tar_and_upload_profdata(profdata, name_suffix): argument
218 tarball = 'llvm-profdata-%s.tar.xz' % name_suffix
360 _tar_and_upload_profdata(args.output, name_suffix=llvm_hash)
/external/libchrome/base/task_scheduler/
Denvironment_config.h32 const char* name_suffix; member
/external/llvm-project/compiler-rt/test/dfsan/
Dlit.cfg.py6 config.name = 'DataFlowSanitizer' + config.name_suffix
Dlit.site.cfg.py.in4 config.name_suffix = "@DFSAN_TEST_CONFIG_SUFFIX@"
/external/llvm-project/compiler-rt/test/cfi/
Dlit.site.cfg.py.in3 config.name_suffix = "@CFI_TEST_CONFIG_SUFFIX@"
/external/llvm-project/compiler-rt/test/scudo/
Dlit.site.cfg.py.in3 config.name_suffix = "@SCUDO_TEST_CONFIG_SUFFIX@"
/external/llvm-project/compiler-rt/test/gwp_asan/
Dlit.site.cfg.py.in3 config.name_suffix = "@GWP_ASAN_TEST_CONFIG_SUFFIX@"
/external/compiler-rt/test/msan/
Dlit.site.cfg.in4 config.name_suffix = "@MSAN_TEST_CONFIG_SUFFIX@"
/external/compiler-rt/test/tsan/
Dlit.site.cfg.in3 config.name_suffix = "@TSAN_TEST_CONFIG_SUFFIX@"
/external/compiler-rt/test/dfsan/
Dlit.site.cfg.in4 config.name_suffix = "@DFSAN_TEST_CONFIG_SUFFIX@"
/external/llvm-project/compiler-rt/test/shadowcallstack/
Dlit.site.cfg.py.in4 config.name_suffix = "@SHADOWCALLSTACK_TEST_CONFIG_SUFFIX@"
/external/llvm-project/compiler-rt/test/hwasan/
Dlit.site.cfg.py.in4 config.name_suffix = "@HWASAN_TEST_CONFIG_SUFFIX@"
/external/compiler-rt/test/lsan/
Dlit.site.cfg.in4 config.name_suffix = "@LSAN_TEST_CONFIG_SUFFIX@"
/external/compiler-rt/test/sanitizer_common/
Dlit.site.cfg.in4 config.name_suffix = "@CONFIG_NAME@"
/external/llvm-project/compiler-rt/test/lsan/
Dlit.site.cfg.py.in4 config.name_suffix = "@LSAN_TEST_CONFIG_SUFFIX@"
/external/llvm-project/compiler-rt/test/sanitizer_common/
Dlit.site.cfg.py.in4 config.name_suffix = "@CONFIG_NAME@"
/external/llvm-project/compiler-rt/test/msan/
Dlit.site.cfg.py.in4 config.name_suffix = "-@CONFIG_NAME@"
/external/llvm-project/compiler-rt/test/crt/
Dlit.site.cfg.py.in4 config.name_suffix = "@CRT_TEST_CONFIG_SUFFIX@"
/external/llvm-project/compiler-rt/test/memprof/
Dlit.site.cfg.py.in4 config.name_suffix = "@MEMPROF_TEST_CONFIG_SUFFIX@"
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dlit.site.cfg.py.in3 config.name_suffix = "@BUILTINS_TEST_CONFIG_SUFFIX@"
/external/llvm-project/compiler-rt/test/tsan/
Dlit.site.cfg.py.in3 config.name_suffix = "@TSAN_TEST_CONFIG_SUFFIX@"
/external/compiler-rt/test/esan/
Dlit.site.cfg.in5 config.name_suffix = "@ESAN_TEST_CONFIG_SUFFIX@"
/external/compiler-rt/test/asan/
Dlit.site.cfg.in4 config.name_suffix = "@ASAN_TEST_CONFIG_SUFFIX@"

123