OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateSlice
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/client/lib/
slicing.h
27
XlaOp
UpdateSlice
(XlaOp x, XlaOp update, absl::Span<const int64> start);
slicing.cc
52
XlaOp
UpdateSlice
(XlaOp x, XlaOp update, absl::Span<const int64> start) {
80
return
UpdateSlice
(x, update, padded_start);
/external/tensorflow/tensorflow/compiler/xla/
array_test.cc
193
TEST(ArrayTest,
UpdateSlice
) {
200
arr.
UpdateSlice
(sub_arr, {1, 1});
array.h
471
void
UpdateSlice
(const Array<T>& from,
Completed in 195 milliseconds