Home
last modified time | relevance | path

Searched refs:meta_file_path (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/media/devices/
Dlinuxdevicemanager.cc210 std::string meta_file_path; in GetVideoDeviceName() local
213 meta_file_path = kVideoMetaPathK2_6 + device_file_name + "/name"; in GetVideoDeviceName()
215 LOG(LS_INFO) << "Trying " + meta_file_path; in GetVideoDeviceName()
216 device_name = GetVideoDeviceNameK2_6(meta_file_path); in GetVideoDeviceName()
219 meta_file_path = kVideoMetaPathK2_6 + device_file_name + "/model"; in GetVideoDeviceName()
221 LOG(LS_INFO) << "Trying " << meta_file_path; in GetVideoDeviceName()
222 device_name = GetVideoDeviceNameK2_6(meta_file_path); in GetVideoDeviceName()
225 meta_file_path = kVideoMetaPathK2_4 + device_file_name; in GetVideoDeviceName()
226 LOG(LS_INFO) << "Trying " << meta_file_path; in GetVideoDeviceName()
227 device_name = GetVideoDeviceNameK2_4(meta_file_path); in GetVideoDeviceName()
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Ddataset_serialization_test_base.py700 meta_file_path = self._ckpt_path() + ".meta"
701 return saver_lib.import_meta_graph(meta_file_path)