Home
last modified time | relevance | path

Searched refs:allow_cache (Results 1 – 10 of 10) sorted by relevance

/external/pytorch/torch/_dynamo/
Dcodegen.py116 def __call__(self, value, allow_cache=True): argument
127 if self.top_of_stack is value and allow_cache:
142 if allow_cache:
152 if value.source is not None and allow_cache and self.value_from_source:
234 if allow_cache and value in self.tempvars:
Dside_effects.py534 cg(var, allow_cache=False)
555 cg(var, allow_cache=False)
580 cg(var, allow_cache=False)
/external/cronet/stable/net/dns/
Dhost_resolver_manager.cc1214 bool allow_cache, in PushDnsTasks() argument
1228 DCHECK(!allow_cache || in PushDnsTasks()
1236 DCHECK(!allow_cache || out_tasks->front() == TaskType::CACHE_LOOKUP); in PushDnsTasks()
1252 if (allow_cache) { in PushDnsTasks()
1260 if (allow_cache) in PushDnsTasks()
1267 DCHECK(!allow_cache || IsLocalTask(out_tasks->front())); in PushDnsTasks()
1294 bool allow_cache = in CreateTaskSequence() local
1298 if (allow_cache) in CreateTaskSequence()
1301 if (allow_cache) in CreateTaskSequence()
1303 } else if (allow_cache) { in CreateTaskSequence()
[all …]
Dhost_resolver_manager_job.h278 bool allow_cache,
Dhost_resolver_manager.h428 bool allow_cache,
Dhost_resolver_manager_job.cc1025 bool allow_cache, in CompleteRequests() argument
1053 if (allow_cache) { in CompleteRequests()
/external/cronet/tot/net/dns/
Dhost_resolver_manager.cc1214 bool allow_cache, in PushDnsTasks() argument
1228 DCHECK(!allow_cache || in PushDnsTasks()
1236 DCHECK(!allow_cache || out_tasks->front() == TaskType::CACHE_LOOKUP); in PushDnsTasks()
1252 if (allow_cache) { in PushDnsTasks()
1260 if (allow_cache) in PushDnsTasks()
1267 DCHECK(!allow_cache || IsLocalTask(out_tasks->front())); in PushDnsTasks()
1294 bool allow_cache = in CreateTaskSequence() local
1298 if (allow_cache) in CreateTaskSequence()
1301 if (allow_cache) in CreateTaskSequence()
1303 } else if (allow_cache) { in CreateTaskSequence()
[all …]
Dhost_resolver_manager_job.h278 bool allow_cache,
Dhost_resolver_manager.h428 bool allow_cache,
Dhost_resolver_manager_job.cc1025 bool allow_cache, in CompleteRequests() argument
1053 if (allow_cache) { in CompleteRequests()