Searched defs:BufferSlice (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/vulkano/src/buffer/ |
D | slice.rs | 48 pub struct BufferSlice<T: ?Sized, B> { struct 56 impl<T: ?Sized, B> Clone for BufferSlice<T, B> argument 71 impl<T: ?Sized, B> BufferSlice<T, B> { impl 173 impl<T, B> BufferSlice<[T], B> { impl 216 unsafe impl<T: ?Sized, B> BufferAccess for BufferSlice<T, B> implementation 255 unsafe impl<T: ?Sized, B> TypedBufferAccess for BufferSlice<T, B> implementation 262 unsafe impl<T: ?Sized, B> DeviceOwned for BufferSlice<T, B> implementation 272 impl<T, B> From<BufferSlice<T, B>> for BufferSlice<[T], B> { implementation 284 impl<T: ?Sized, B> PartialEq for BufferSlice<T, B> implementation 294 impl<T: ?Sized, B> Eq for BufferSlice<T, B> where B: BufferAccess {} implementation [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_unnested.h | 35 struct BufferSlice { struct 37 BufferAllocation::Slice buffer_slice; 40 std::string constant_name; 43 bool written = false; 45 Shape shape;
|