/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/mixed_mm/ |
H A D | test_mixed_mm.py | 10 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 D | rebase-errors.py | 46 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 D | rebase-errors.py | 46 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 D | regenerate_pem_from_ascii.py | 26 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 D | rebase-errors.py | 66 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 D | regenerate_pem_from_ascii.py | 26 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 D | rebase-errors.py | 59 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 D | test_pad_mm.py | 10 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__.py | 133 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 D | file_io_test.py | 88 _ = 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 D | file_io.py | 332 def read_file_to_string(filename, binary_mode=False): function
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/tests/ |
H A D | api_compatibility_test.py | 228 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 D | print_certificates.py | 19 def read_file_to_string(path): function 55 sources_bytes.append(read_file_to_string(arg))
|
/aosp_15_r20/external/libconfig/tests/ |
H A D | tests.c | 110 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 D | test_utils.py | 4 def read_file_to_string(file_path: str) -> str: function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | gradient_input_output_exclusions_test.py | 32 actual_contents = file_io.read_file_to_string(filename)
|
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/registration/ |
H A D | tf_registration_test.py | 58 for s in file_io.read_file_to_string(allowlist_file).splitlines()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/ |
H A D | saved_model_cli_test.py | 829 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 D | checkpoint_management.py | 277 file_content = file_io.read_file_to_string(
|
H A D | checkpoint_management_test.py | 230 file_content = file_io.read_file_to_string(
|
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/ |
H A D | saved_model_test.py | 114 actual_asset_contents = file_io.read_file_to_string(assets_path) 1390 actual_asset_contents = file_io.read_file_to_string(assets_path)
|