Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_gather_ops.py330 def gather_nd(params, indices, batch_dims=0, name=None): function
/external/tensorflow/tensorflow/lite/kernels/
Dgather_nd.cc27 namespace gather_nd { namespace
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py130 def gather_nd(self, indices, name=None): member in AutoCastVariable
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py719 def gather_nd(self, indices, name=None): member in BaseResourceVariable
Darray_ops.py5196 def gather_nd(params, indices, name=None, batch_dims=0): function
Dvariables.py947 def gather_nd(self, indices, name=None): member in Variable
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model_test.cc1817 const auto& gather_nd = subgraph->operators[0]; in TEST_P() local