Home
last modified time | relevance | path

Searched defs:gather_nd (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dgather_nd.cc28 namespace gather_nd { namespace
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_gather_ops.py339 def gather_nd(params: ragged_tensor.RaggedOrDense, function
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dvalues_v2.py219 def gather_nd(self, indices, name=None): member in DistributedVariable
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/mixed_precision/
H A Dautocast_variable.py125 def gather_nd(self, indices, name=None): member in AutoCastVariable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
H A Dquantize_model_test.cc1434 const auto& gather_nd = subgraph->operators[0]; in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dresource_variable_ops.py766 def gather_nd(self, indices, name=None): member in BaseResourceVariable
H A Darray_ops.py5473 def gather_nd(params, indices, name=None, batch_dims=0): function
H A Dvariables.py948 def gather_nd(self, indices, name=None): member in Variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantize_model_test.cc1944 const auto& gather_nd = subgraph->operators[0]; in TEST_P() local