Searched defs:GatherNd (Results 1 – 7 of 7) sorted by relevance
3 ### CVE Number6 ### Impact18 ### Patches26 ### For more information32 ### Attribution
44 class Node* GatherNd(Graph* g, class Node* in0, class Node* in1) { in GatherNd() function112 static Graph* GatherNd(int dim) { in GatherNd() function
106 TfLiteStatus GatherNd(const TfLiteTensor* params, const TfLiteTensor* indices, in GatherNd() function
603 inline TfLiteStatus GatherNd(const RuntimeShape& params_shape, in GatherNd() function
501 class GatherNd class
2910 TEST_F(OpTest, GatherNd) { in TEST_F() argument
18643 func GatherNd(scope *Scope, params tf.Output, indices tf.Output) (output tf.Output) { func