Searched refs:bundle_file (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | checkpoint_ops_test.py | 130 self.bundle_file = os.path.join(test.get_temp_dir(), 'bundle_checkpoint') 131 save.save(sess, self.bundle_file) 139 ckpt_path=[self.bundle_file], 154 ckpt_path=[self.bundle_file], 169 ckpt_path=[self.bundle_file], 184 ckpt_path=[self.bundle_file], 204 ckpt_path=[self.bundle_file], 222 ckpt_path=[self.bundle_file], 244 ckpt_path=[self.bundle_file], 256 ckpt_path=[self.bundle_file], [all …]
|
/external/curl/src/ |
D | tool_doswin.h | 62 const TCHAR *bundle_file);
|
D | tool_doswin.c | 616 const TCHAR *bundle_file) in FindWin32CACert() argument 635 res_len = SearchPath(NULL, bundle_file, NULL, PATH_MAX, buf, &ptr); in FindWin32CACert()
|