Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/security/
Dcredentials.rs277 let root_ptr = self in build() localVariable
293 root_ptr, in build()
300 root_ptr, in build()
308 if !root_ptr.is_null() { in build()
310 self.root = Some(CString::from_raw(root_ptr)); in build()
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_buffer.cc193 const void* root_ptr = in CudaArrayInterface() local
196 data[0] = py::int_(absl::bit_cast<std::uintptr_t>(root_ptr)); in CudaArrayInterface()
269 const void* root_ptr = in PjRtBufferGetBuffer() local
271 view->buf = const_cast<void*>(root_ptr); in PjRtBufferGetBuffer()