Home
last modified time | relevance | path

Searched refs:AccumulateBuffers (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcollection_ops_util.cc232 Value AccumulateBuffers(Value a, Value b, OpBuilder builder, Location loc) { in AccumulateBuffers() function
295 return AccumulateBuffers(buffer, updates, builder, loc); in ScatterAccumulateElements()
320 slice = AccumulateBuffers(old_slice, slice, builder, loc); in ScatterAccumulateElements()
Dcollection_ops_util.h93 Value AccumulateBuffers(Value a, Value b, OpBuilder builder, Location loc);
Dtensor_array_ops_decomposition.cc275 cutil::AccumulateBuffers(elem, original_elem, builder, write.getLoc()); in HandleTensorArrayWriteV3Op()
353 cutil::AccumulateBuffers(old_buffer, buffer, builder, split.getLoc()); in HandleTensorArraySplitV3Op()