Home
last modified time | relevance | path

Searched refs:SetElement (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcollection_ops_util.h62 Value SetElement(Value index, Value buffer, Value element, OpBuilder builder,
Dcollection_ops_util.cc101 Value SetElement(Value index, Value buffer, Value element, OpBuilder builder, in SetElement() function
321 buffer = SetElement(index, buffer, slice, builder, loc); in ScatterAccumulateElements()
Dtensor_list_ops_decomposition.cc650 cutil::SetElement(size, buffer, push.tensor(), builder, push.getLoc()); in HandleTensorListPushBackOp()
718 auto new_buffer = cutil::SetElement(index, buffer, set_item.item(), builder, in HandleTensorListSetItemOp()
Dstack_ops_decomposition.cc432 cutil::SetElement(index, stack_val, push.elem(), builder, push.getLoc()); in HandleStackPushV2Op()
Dtensor_array_ops_decomposition.cc278 cutil::SetElement(index_reshape, buffer, elem, builder, write.getLoc()); in HandleTensorArrayWriteV3Op()