Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc370 for (const auto& location_it : loc_table_->locations()) { in Build() local
371 profile_pb->mutable_location()->Add()->MergeFrom(location_it.second); in Build()
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp967 auto const &location_it = attribute_locations.find(vertex_attrib_desc.location); in manual_PreCallValidateCreateGraphicsPipelines() local
968 if (location_it != attribute_locations.cend()) { in manual_PreCallValidateCreateGraphicsPipelines()