/external/tensorflow/tensorflow/contrib/tensorboard/plugins/projector/ |
__init__.py | 63 file_io.write_string_to_file(
|
/external/ltp/testcases/realtime/lib/ |
librttest.c | 657 static void write_string_to_file(const char *pathname, const char *string) function 696 write_string_to_file("/proc/sys/kernel/trace_use_raw_cycles", "1"); 697 write_string_to_file("/proc/sys/kernel/trace_all_cpus", "1"); 698 write_string_to_file("/proc/sys/kernel/trace_enabled", "1"); 699 write_string_to_file("/proc/sys/kernel/trace_freerunning", "1"); 700 write_string_to_file("/proc/sys/kernel/trace_print_on_crash", "0"); 701 write_string_to_file("/proc/sys/kernel/trace_user_triggered", "1"); 702 write_string_to_file("/proc/sys/kernel/trace_user_trigger_irq", "-1"); 703 write_string_to_file("/proc/sys/kernel/trace_verbose", "0"); 704 write_string_to_file("/proc/sys/kernel/preempt_thresh", "0") [all...] |
/external/tensorflow/tensorflow/python/lib/io/ |
file_io_test.py | 51 file_io.write_string_to_file(file_path, "testing") 77 file_io.write_string_to_file(file_path, "testing") 474 file_io.write_string_to_file(file_path, "testing") 490 file_io.write_string_to_file(file_path, "testing") 496 file_io.write_string_to_file(file1, "This is a sentence\n" * 100) 499 file_io.write_string_to_file(file2, "This is another sentence\n" * 100) 502 file_io.write_string_to_file(file3, u"This is another sentence\n" * 100) 509 file_io.write_string_to_file(file1, "This is a sentence\n" * 100) 512 file_io.write_string_to_file(file2, "This is b sentence\n" * 100) 515 file_io.write_string_to_file(file3, u"This is b sentence\n" * 100 [all...] |
file_io.py | 340 def write_string_to_file(filename, file_content): function 539 all of `contents`. With write_string_to_file, it is possible for the file 551 write_string_to_file(temp_pathname, contents)
|
/external/tensorflow/tensorflow/tools/gcs_test/python/ |
gcs_smoke.py | 91 file_io.write_string_to_file(file_name, "test file.") 146 file_io.write_string_to_file(file_name, "test file creation.") 174 file_io.write_string_to_file(file_to_rename, "test file.")
|
/external/tensorflow/tensorflow/tools/compatibility/update/ |
generate_v2_reorders_map.py | 133 file_io.write_string_to_file(output_file_path, renames_file_text)
|
generate_v2_renames_map.py | 182 file_io.write_string_to_file(output_file_path, renames_file_text)
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
ignore_errors_test.py | 72 def write_string_to_file(value, filename): function in function:IgnoreErrorsTest.testReadFileIgnoreError 80 write_string_to_file(filename, filename)
|
/external/tensorflow/tensorflow/python/keras/saving/ |
saved_model.py | 134 file_io.write_string_to_file(model_json_filepath, model_json)
|
/external/tensorflow/tensorflow/python/saved_model/ |
builder_impl.py | 410 file_io.write_string_to_file(path, str(self._saved_model)) 415 file_io.write_string_to_file(path, self._saved_model.SerializeToString()) [all...] |
save.py | [all...] |
saved_model_test.py | 74 file_io.write_string_to_file(asset_filepath, asset_file_contents) 656 file_io.write_string_to_file(ignored_filepath, "will be ignored") [all...] |
/external/tensorflow/tensorflow/tools/api/tests/ |
api_compatibility_test.py | 266 file_io.write_string_to_file(
|
/external/tensorflow/tensorflow/python/training/ |
saver_test.py | 731 file_io.write_string_to_file( [all...] |