Home
last modified time | relevance | path

Searched refs:read_file_to_string (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/mixed_mm/
H A Dtest_mixed_mm.py10 from test_utils import read_file_to_string, run_bash # type: ignore[import-not-found]
18 a100_heuristic_generated_code = read_file_to_string(file_path)
180 h100_heuristic_generated_code = read_file_to_string(file_path)
/aosp_15_r20/external/cronet/net/data/verify_certificate_chain_unittest/
H A Drebase-errors.py46 def read_file_to_string(path): function
84 contents = read_file_to_string(test_file_path)
106 test_stdout = read_file_to_string(sys.argv[1])
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/testdata/verify_certificate_chain_unittest/
H A Drebase-errors.py46 def read_file_to_string(path): function
86 contents = read_file_to_string(test_file_path)
108 test_stdout = read_file_to_string(sys.argv[1])
/aosp_15_r20/external/cronet/net/data/parse_certificate_unittest/
H A Dregenerate_pem_from_ascii.py26 def read_file_to_string(path): function
63 orig = read_file_to_string(pem_path)
65 cert_ascii = read_file_to_string("v3_certificate_template.txt")
H A Drebase-errors.py66 def read_file_to_string(path): function
86 contents = read_file_to_string(path)
135 test_stdout = read_file_to_string(sys.argv[1])
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/testdata/parse_certificate_unittest/
H A Dregenerate_pem_from_ascii.py26 def read_file_to_string(path): function
63 orig = read_file_to_string(pem_path)
65 cert_ascii = read_file_to_string("v3_certificate_template.txt")
H A Drebase-errors.py59 def read_file_to_string(path): function
86 contents = read_file_to_string(path)
137 test_stdout = read_file_to_string(sys.argv[1])
/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/pad_mm/
H A Dtest_pad_mm.py10 from test_utils import read_file_to_string, run_bash # type: ignore[import-not-found]
18 a100_heuristic_generated_code = read_file_to_string(file_path)
/aosp_15_r20/external/cronet/net/data/gencerts/
H A D__init__.py133 first_line = read_file_to_string(path).splitlines()[0]
355 return read_file_to_string(self.get_cert_path())
527 def read_file_to_string(path): function
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/io/
H A Dfile_io_test.py88 _ = file_io.read_file_to_string(file_path)
95 file_contents = file_io.read_file_to_string(file_path)
102 file_contents = file_io.read_file_to_string(file_path)
110 file_contents = file_io.read_file_to_string(file_path)
114 file_contents = file_io.read_file_to_string(file_path)
157 file_contents = file_io.read_file_to_string(file_path)
H A Dfile_io.py332 def read_file_to_string(filename, binary_mode=False): function
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/tests/
H A Dapi_compatibility_test.py228 self._update_golden_warning = file_io.read_file_to_string(
233 self._test_readme_message = file_io.read_file_to_string(
405 text_format.Merge(file_io.read_file_to_string(filename), ret_val)
/aosp_15_r20/external/cronet/net/tools/
H A Dprint_certificates.py19 def read_file_to_string(path): function
55 sources_bytes.append(read_file_to_string(arg))
/aosp_15_r20/external/libconfig/tests/
H A Dtests.c110 static const char *read_file_to_string(const char *file) in read_file_to_string() function
202 input_text = read_file_to_string(input_file); in TT_TEST()
/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/
H A Dtest_utils.py4 def read_file_to_string(file_path: str) -> str: function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dgradient_input_output_exclusions_test.py32 actual_contents = file_io.read_file_to_string(filename)
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/registration/
H A Dtf_registration_test.py58 for s in file_io.read_file_to_string(allowlist_file).splitlines()
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/
H A Dsaved_model_cli_test.py829 header_contents = file_io.read_file_to_string('{}.h'.format(output_prefix))
845 makefile_contents = file_io.read_file_to_string(
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A Dcheckpoint_management.py277 file_content = file_io.read_file_to_string(
H A Dcheckpoint_management_test.py230 file_content = file_io.read_file_to_string(
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dsaved_model_test.py114 actual_asset_contents = file_io.read_file_to_string(assets_path)
1390 actual_asset_contents = file_io.read_file_to_string(assets_path)