Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dscatter_nd.cc129 TfLiteStatus ScatterNd(const TfLiteTensor* indices, const TfLiteTensor* updates, in ScatterNd() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h1138 inline void ScatterNd(const RuntimeShape& indices_shape, in ScatterNd() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go28215 func ScatterNd(scope *Scope, indices tf.Output, updates tf.Output, shape tf.Output) (output tf.Outp… func