Home
last modified time | relevance | path

Searched refs:source_url (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
Dmnist.py239 source_url=DEFAULT_SOURCE_URL): argument
251 if not source_url: # empty string check
252 source_url = DEFAULT_SOURCE_URL
260 source_url + TRAIN_IMAGES)
265 source_url + TRAIN_LABELS)
270 source_url + TEST_IMAGES)
275 source_url + TEST_LABELS)
Dbase.py237 def maybe_download(filename, work_directory, source_url): argument
252 temp_file_name, _ = urlretrieve_with_retry(source_url)
/external/v8/src/profiler/
Dprofiler-listener.cc196 Object* source_url = Script::cast(info->script())->source_url(); in InferScriptName() local
197 return source_url->IsName() ? Name::cast(source_url) : name; in InferScriptName()
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/
Drnn_colorbot.py95 def maybe_download(filename, work_directory, source_url): argument
110 temp_file_name, _ = urllib.request.urlretrieve(source_url)
/external/v8/src/objects/
Dscript-inl.h37 ACCESSORS(Script, source_url, Object, kSourceUrlOffset) in ACCESSORS()
Dscript.h95 DECL_ACCESSORS(source_url, Object)
/external/autotest/server/
Dsite_utils.py240 def remote_wget(source_url, dest_path, ssh_cmd): argument
249 (source_url, ssh_cmd, dest_path))
/external/v8/src/parsing/
Dparser.cc3414 Handle<String> source_url = scanner_.SourceUrl(isolate); in HandleSourceURLComments() local
3415 if (!source_url.is_null()) { in HandleSourceURLComments()
3416 script->set_source_url(*source_url); in HandleSourceURLComments()
/external/v8/src/
Dmessages.cc363 Object* name_or_url = script->source_url(); in ScriptNameOrSourceUrl()
Dd8.cc859 std::string source_url = ToSTLString(isolate, referrer); in DoHostImportModuleDynamically() local
861 DirName(NormalizePath(source_url, GetWorkingDirectory())); in DoHostImportModuleDynamically()
Dapi.cc2102 i::Object* url = i::Script::cast(obj->script())->source_url(); in GetSourceURL()
9245 i::Handle<i::Object> value(script->source_url(), isolate); in SourceURL()
Dobjects.cc13763 if (!source_url()->IsUndefined()) return source_url(); in GetNameOrSourceURL()
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/
Ddev_summit_2018_demo.ipynb1045 "def maybe_download(filename, work_directory, source_url):\n",
1051 " temp_file_name, _ = six.moves.urllib.request.urlretrieve(source_url)\n",