Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/lib/
Dstepper.py732 def _invalidate_transitively_outgoing_cache(self, source_element): argument
754 source_element in self._cached_invalidation_path[handle_name]):
762 source_element in self._cached_invalidation_path[intm_tensor_name]):
770 stack = [source_element]
781 self._cached_invalidation_path[curr_element] = set([source_element])
783 self._cached_invalidation_path[curr_element].add(source_element)
/external/v8/src/runtime/
Druntime-array.cc314 Handle<Object> source_element; in ConditionalCopy() local
316 isolate, source_element, JSReceiver::GetElement(isolate, source, index), in ConditionalCopy()
322 JSReceiver::SetElement(isolate, target, index, source_element, in ConditionalCopy()