Home
last modified time | relevance | path

Searched refs:GatherElements (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcollection_ops_util.h96 Value GatherElements(Value indices, Value buffer, OpBuilder builder,
Dcollection_ops_util.cc266 Value GatherElements(Value indices, Value buffer, OpBuilder builder, in GatherElements() function
Dtensor_array_ops_decomposition.cc436 cutil::GatherElements(gather.indices(), buffer, builder, gather.getLoc()); in HandleTensorArrayGatherV3Op()
Dtensor_list_ops_decomposition.cc780 auto result = cutil::GatherElements(gather.indices(), buffer, in HandleTensorListGatherOp()