Home
last modified time | relevance | path

Searched defs:ScatterNd (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dscatter_nd.cc130 TfLiteStatus ScatterNd(const TfLiteTensor* indices, const TfLiteTensor* updates, in ScatterNd() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h659 inline TfLiteStatus ScatterNd(const RuntimeShape& indices_shape, in ScatterNd() function
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2755 TEST_F(OpTest, ScatterNd) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go41728 func ScatterNd(scope *Scope, indices tf.Output, updates tf.Output, shape tf.Output) (output tf.Outp… func