Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dgather_nd.cc97 TfLiteStatus GatherNd(const TfLiteTensor* params, const TfLiteTensor* indices, in GatherNd() function
99 reference_ops::GatherNd( in GatherNd()
111 return GatherNd<float, IndicesT>(params, indices, output); in EvalGatherNd()
113 return GatherNd<uint8_t, IndicesT>(params, indices, output); in EvalGatherNd()
115 return GatherNd<int8_t, IndicesT>(params, indices, output); in EvalGatherNd()
117 return GatherNd<int32_t, IndicesT>(params, indices, output); in EvalGatherNd()
119 return GatherNd<int64_t, IndicesT>(params, indices, output); in EvalGatherNd()
/external/tensorflow/tensorflow/core/kernels/
Dgather_nd_op_test.cc44 class Node* GatherNd(Graph* g, class Node* in0, class Node* in1) { in GatherNd() function
86 static Graph* GatherNd(int dim) { in GatherNd() function
104 test::graph::GatherNd(g, test::graph::Constant(g, params), in GatherNd()
115 test::Benchmark(#DEVICE, GatherNd<INDEX>(dim)).Run(iters); \
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_GatherNd.pbtxt2 graph_op_name: "GatherNd"
4 name: "GatherNd"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_GatherNd.pbtxt2 graph_op_name: "GatherNd"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_GatherNd.pbtxt2 graph_op_name: "GatherNd"
/external/tensorflow/tensorflow/cc/gradients/
Darray_grad_test.cc157 auto y = GatherNd(scope_, x, indices); in TEST_F()
165 auto y = GatherNd(scope_, x, indices); in TEST_F()
Darray_grad.cc273 grad_outputs->push_back(GatherNd(scope, grad_inputs[0], indices)); in ScatterNdGrad()
285 grad_outputs->push_back(GatherNd(scope, grad_inputs[0], indices)); in ScatterNdNonAliasingAddGrad()
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dcpu_supported_ops.md94 `GatherNd` | `Tindices={int32,int64}`<br>`Tparams={bool,complex64,double…
Dgpu_supported_ops.md94 `GatherNd` | `Tindices={int32,int64}`<br>`Tparams={bool,complex64,double…
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc549 class GatherNd class
2370 ops.push_back(MakeUnique<GatherNd>(::tflite::BuiltinOperator_GATHER_ND, in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc391 HANDLE_OPERATORTYPENAME_CASE(GatherNd) in OperatorTypeName()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h2973 inline void GatherNd(const RuntimeShape& params_shape, in GatherNd() function
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt1376 name: "GatherNd"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt1376 name: "GatherNd"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go2264 func GatherNd(scope *Scope, params tf.Output, indices tf.Output) (output tf.Output) { func
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt13185 name: "GatherNd"
Dops_history.v2.pbtxt28417 name: "GatherNd"
Dops_history.v1.pbtxt28788 name: "GatherNd"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt14206 name: "GatherNd"