Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_sanitize_constant_names.cc59 string sanitized_name = llvm_ir::SanitizeConstantName(*instr); in Run() local
60 instr->SetAndSanitizeName(sanitized_name); in Run()
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpresubmit.py315 sanitized_name = re.sub(r'[\W_]+', '_', name).lower()
316 output_directory = self._output_directory.joinpath(sanitized_name)
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc1827 std::string sanitized_name = SanitizeNameForTFNode(name); in AvailableArrayName() local
1828 if (!model.HasArray(sanitized_name) && in AvailableArrayName()
1829 !model.IsOptionalArray(sanitized_name)) { in AvailableArrayName()
1830 return sanitized_name; in AvailableArrayName()
1835 toco::port::StringF("%s_%d", sanitized_name, i); in AvailableArrayName()
1842 << sanitized_name << ". Tried " << kNumSuffixesToTry in AvailableArrayName()
/external/rust/crates/bindgen/src/ir/
Dty.rs299 pub fn sanitized_name<'a>( in sanitized_name() method
318 .sanitized_name(ctx) in sanitized_name()
Ditem.rs784 ty.sanitized_name(ctx).map(Into::into).unwrap_or_else(|| { in base_name()
/external/rust/crates/zip/src/
Dread.rs685 pub fn sanitized_name(&self) -> ::std::path::PathBuf { in sanitized_name() method