Home
last modified time | relevance | path

Searched defs:GatherNd (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-076.md3 ### CVE Number
6 ### Impact
18 ### Patches
26 ### For more information
32 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dgather_nd_op_test.cc44 class Node* GatherNd(Graph* g, class Node* in0, class Node* in1) { in GatherNd() function
112 static Graph* GatherNd(int dim) { in GatherNd() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dgather_nd.cc106 TfLiteStatus GatherNd(const TfLiteTensor* params, const TfLiteTensor* indices, in GatherNd() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dreference_ops.h603 inline TfLiteStatus GatherNd(const RuntimeShape& params_shape, in GatherNd() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Doperator.cc501 class GatherNd class
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc2910 TEST_F(OpTest, GatherNd) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go18643 func GatherNd(scope *Scope, params tf.Output, indices tf.Output) (output tf.Output) { func