Searched refs:source_handle (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/python/ |
D | convert_file_to_c_source.py | 64 with open(FLAGS.output_source_file, "w") as source_handle: 65 source_handle.write(source)
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/ |
D | convert_binary_to_cc_source.py | 187 with open(flags.output_source_file, "w") as source_handle: 188 source_handle.write(source)
|
/external/tensorflow/tensorflow/python/tpu/ |
D | datasets.py | 162 source_handle = source_iterator.string_handle() 181 args=[source_handle],
|
/external/python/cpython2/PC/ |
D | _subprocess.c | 221 HANDLE source_handle; in sp_DuplicateHandle() local 231 &source_handle, in sp_DuplicateHandle() 241 source_handle, in sp_DuplicateHandle()
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/ |
D | tpu_service.proto | 56 required int64 source_handle = 1; field 64 required int64 source_handle = 1; field
|
/external/python/cpython3/Modules/clinic/ |
D | _winapi.c.h | 397 HANDLE source_handle, 407 HANDLE source_handle; in _winapi_DuplicateHandle() local 415 …&source_process_handle, &source_handle, &target_process_handle, &desired_access, &inherit_handle, … in _winapi_DuplicateHandle() 418 …_return_value = _winapi_DuplicateHandle_impl(module, source_process_handle, source_handle, target_… in _winapi_DuplicateHandle()
|
/external/python/cpython3/Modules/ |
D | _winapi.c | 1181 HANDLE source_handle, in _winapi_DuplicateHandle_impl() argument 1193 source_handle, in _winapi_DuplicateHandle_impl()
|