Searched defs:ScatterNd (Results 1 – 4 of 4) sorted by relevance
130 TfLiteStatus ScatterNd(const TfLiteTensor* indices, const TfLiteTensor* updates, in ScatterNd() function
659 inline TfLiteStatus ScatterNd(const RuntimeShape& indices_shape, in ScatterNd() function
2755 TEST_F(OpTest, ScatterNd) { in TEST_F() argument
41728 func ScatterNd(scope *Scope, indices tf.Output, updates tf.Output, shape tf.Output) (output tf.Outp… func