Home
last modified time | relevance | path

Searched refs:GatherNd (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dgather_nd.cc106 TfLiteStatus GatherNd(const TfLiteTensor* params, const TfLiteTensor* indices, in GatherNd() function
108 return reference_ops::GatherNd( in GatherNd()
139 status = GatherNd<float, IndicesT>(params, indices, output); in EvalGatherNd()
142 status = GatherNd<uint8_t, IndicesT>(params, indices, output); in EvalGatherNd()
145 status = GatherNd<int8_t, IndicesT>(params, indices, output); in EvalGatherNd()
148 status = GatherNd<int16_t, IndicesT>(params, indices, output); in EvalGatherNd()
151 status = GatherNd<int32_t, IndicesT>(params, indices, output); in EvalGatherNd()
154 status = GatherNd<int64_t, IndicesT>(params, indices, output); in EvalGatherNd()
/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
130 test::graph::GatherNd(g, test::graph::Constant(g, params), in GatherNd()
139 test::Benchmark(#DEVICE, GatherNd<INDEX>(dim), \
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/examples/pad/
H A Dops_defs.py55 left_padding_size = tf.raw_ops.GatherNd(params=paddings, indices=[i, 0])
56 right_padding_size = tf.raw_ops.GatherNd(params=paddings, indices=[i, 1])
103 left_padding_size = tf.raw_ops.GatherNd(params=paddings, indices=[i, 0])
104 right_padding_size = tf.raw_ops.GatherNd(params=paddings, indices=[i, 1])
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/java_api/
H A Dapi_def_GatherNd.pbtxt2 graph_op_name: "GatherNd"
4 name: "GatherNd"
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
H A DGatherNd.pbtxt2 name: "GatherNd"
31 name: "GatherNd"
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-076.md1 ## TFSA-2021-076: Division by zero in TFLite's implementation of `GatherNd`
7 The reference implementation of the `GatherNd` TFLite operator is [vulnerable to
H A Dtfsa-2022-087.md7 The [`GatherNd`](https://github.com/tensorflow/tensorflow/blob/f463040eb3997e42e60a2ffc6dc72de7ef11…
H A Dtfsa-2022-143.md7 The [`GatherNd`](https://github.com/tensorflow/tflite-micro/blob/1bc98621180a350eb4e8d3318ea8e228c7…
H A Dtfsa-2021-161.md7 TFLite's [`GatherNd`
/aosp_15_r20/external/armnn/src/armnn/layers/
H A DGatherNdLayer.cpp17 : Layer(2, 1, LayerType::GatherNd, name) in GatherNdLayer()
26 return factory.CreateWorkload(LayerType::GatherNd, descriptor, PrepInfoAndDesc(descriptor)); in CreateWorkload()
/aosp_15_r20/external/armnn/docs/
H A D05_02_deserializer_serializer.dox45 - GatherNd
137 - GatherNd
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/python_api/
H A Dapi_def_GatherNd.pbtxt2 graph_op_name: "GatherNd"
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
H A DGatherNd.pbtxt2 name: "GatherNd"
/aosp_15_r20/external/armnn/src/armnnDeserializer/test/
H A DDeserializeGatherNd.cpp79 layerType: "GatherNd", in GatherNdFixture()
/aosp_15_r20/external/armnn/src/armnn/
H A DLayersFwd.hpp138 DECLARE_LAYER(GatherNd)
/aosp_15_r20/external/armnn/delegate/classic/
H A DCMakeLists.txt25 src/GatherNd.hpp
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Darray_grad_test.cc165 auto y = GatherNd(scope_, x, indices); in TEST_F()
173 auto y = GatherNd(scope_, x, indices); in TEST_F()
H A Darray_grad.cc296 grad_outputs->push_back(GatherNd(scope, grad_inputs[0], indices)); in ScatterNdGrad()
308 grad_outputs->push_back(GatherNd(scope, grad_inputs[0], indices)); in ScatterNdNonAliasingAddGrad()
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/base_api/
H A Dapi_def_GatherNd.pbtxt2 graph_op_name: "GatherNd"
/aosp_15_r20/external/armnn/include/armnn/
H A DTypes.hpp471 X(GatherNd) \
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DGatherNdTestImpl.cpp45 …:unique_ptr<armnn::IWorkload> workload = workloadFactory.CreateWorkload(armnn::LayerType::GatherNd, in GatherNdTestImpl()
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dspmd_expanders.cc267 REGISTER_SPMD(GatherNd, TF::GatherNdOp, GatherNdSPMDExpander);
/aosp_15_r20/external/armnn/src/armnnSerializer/
H A DArmnnSchema.fbs184 GatherNd = 67,
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
H A Dgpu_supported_ops.md94 `GatherNd` | `Tindices={int32,int64}`<br>`Tparams={bool,complex64,double…
H A Dcpu_supported_ops.md94 `GatherNd` | `Tindices={int32,int64}`<br>`Tparams={bool,complex64,double…

123