Searched refs:AccumulateBuffers (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | collection_ops_util.cc | 232 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()
|
D | collection_ops_util.h | 93 Value AccumulateBuffers(Value a, Value b, OpBuilder builder, Location loc);
|
D | tensor_array_ops_decomposition.cc | 275 cutil::AccumulateBuffers(elem, original_elem, builder, write.getLoc()); in HandleTensorArrayWriteV3Op() 353 cutil::AccumulateBuffers(old_buffer, buffer, builder, split.getLoc()); in HandleTensorArraySplitV3Op()
|