Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DProperty.cpp281 const OptionValueProperties *sub_properties = m_value_sp->GetAsProperties(); in DumpDescription() local
282 if (sub_properties) { in DumpDescription()
287 sub_properties->DumpAllDescriptions(interpreter, strm); in DumpDescription()
DOptionValueProperties.cpp579 OptionValueProperties *sub_properties = in GetPropertyAtPath() local
581 if (sub_properties) in GetPropertyAtPath()
582 return sub_properties->GetPropertyAtPath(exe_ctx, will_modify, in GetPropertyAtPath()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc372 TF_ASSIGN_OR_RETURN(const Properties sub_properties, in HandleMap()
377 for (const auto& property : sub_properties) { in HandleMap()
388 TF_ASSIGN_OR_RETURN(const Properties sub_properties, in HandleReduce()
401 for (const auto& property : sub_properties) { in HandleReduce()
414 TF_ASSIGN_OR_RETURN(const Properties sub_properties, in HandleReduceWindow()
430 for (const auto& property : sub_properties) { in HandleReduceWindow()
1031 TF_ASSIGN_OR_RETURN(const Properties sub_properties, in HandleScatter()
1033 for (const auto& property : sub_properties) { in HandleScatter()