Searched defs:UpdateSlice (Results 1 – 3 of 3) sorted by relevance
223 TEST(ArrayTest, UpdateSlice) { in TEST() argument
72 XlaOp UpdateSlice(XlaOp x, XlaOp update, absl::Span<const int64_t> start) { in UpdateSlice() function
2680 pub trait UpdateSlice: Stream { trait2685 impl<'a, T> UpdateSlice for &'a [T] impl2695 impl<'a> UpdateSlice for &'a str { impl2702 impl<'a> UpdateSlice for &'a Bytes { impl2709 impl<'a> UpdateSlice for &'a BStr { impl