Searched refs:UpdateSlice (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | array_test.cc | 193 TEST(ArrayTest, UpdateSlice) { in TEST() argument 200 arr.UpdateSlice(sub_arr, {1, 1}); in TEST()
|
D | array.h | 471 void UpdateSlice(const Array<T>& from,
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | slicing.h | 27 XlaOp UpdateSlice(XlaOp x, XlaOp update, absl::Span<const int64> start);
|
D | slicing.cc | 52 XlaOp UpdateSlice(XlaOp x, XlaOp update, absl::Span<const int64> start) { in UpdateSlice() function 80 return UpdateSlice(x, update, padded_start); in UpdateSliceInMinorDims()
|