Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dname_uniquer.cc43 /*static*/ string NameUniquer::GetSanitizedName(const string& name) { in GetSanitizedName() function in xla::NameUniquer
69 string root = GetSanitizedName(prefix.empty() ? "name" : string(prefix)); in GetUniqueName()
Dname_uniquer.h45 static string GetSanitizedName(const string& name);
Dhlo_module.cc40 : name_(NameUniquer::GetSanitizedName(name)), in HloModule()
Dhlo_computation.cc71 : name_(NameUniquer::GetSanitizedName(name)), in HloComputation()
Dhlo_instruction.h1274 name_ = NameUniquer::GetSanitizedName(name); in SetAndSanitizeName()