Home
last modified time | relevance | path

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

/external/libchrome/base/test/launcher/
Dtest_results_tracker.cc518 const auto location_it = test_locations_.find(test_name); in PrintTests() local
519 DCHECK(location_it != test_locations_.end()) << test_name; in PrintTests()
520 const CodeLocation& location = location_it->second; in PrintTests()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc381 for (const auto& location_it : loc_table_->locations()) { in Build() local
382 profile_pb->mutable_location()->Add()->MergeFrom(location_it.second); in Build()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc1646 const auto location_it = debug_info.find(debug_info_key); in GetLocation() local
1647 if (location_it != debug_info.end()) { in GetLocation()
1650 const auto& trace = location_it->second; in GetLocation()
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp1120 auto const &location_it = attribute_locations.find(vertex_attrib_desc.location); in manual_PreCallValidateCreateGraphicsPipelines() local
1121 if (location_it != attribute_locations.cend()) { in manual_PreCallValidateCreateGraphicsPipelines()