Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
Dconv_emitter_transforms.cc104 auto& target_operations = target.getBody()->getOperations(); in TileLoop() local
106 inner_operations.splice(inner_operations.begin(), target_operations, in TileLoop()
107 target_operations.begin(), in TileLoop()
108 std::prev(target_operations.end(), 2)); in TileLoop()