Home
last modified time | relevance | path

Searched defs:entry_ref (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_reshard_variables_op.cc143 std::unique_ptr<tpu::CompilationCacheEntryRef> entry_ref; in DoTpuExecute() local
Dtpu_execute_op.cc637 std::unique_ptr<CompilationCacheEntryRef> entry_ref; in DoWork() local
/external/rust/crates/hashlink/src/
Dlinked_hash_map.rs1987 unsafe fn entry_ref(&self) -> &(K, V) { in entry_ref() method
/external/rust/crates/hashbrown/src/
Dmap.rs1175 pub fn entry_ref<'a, 'b, Q: ?Sized>(&'a mut self, key: &'b Q) -> EntryRef<'a, 'b, K, Q, V, S, A> in entry_ref() function