Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc1700 llvm::SmallVector<mlir::Location, 4> node_locations; in GetLocation() local
1701 node_locations.reserve(original_nodes.size() + 1); in GetLocation()
1707 node_locations.push_back(create_location(node_name, func_name)); in GetLocation()
1710 node_locations.push_back( in GetLocation()
1712 return mlir::FusedLoc::get(node_locations, context_); in GetLocation()