Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dbuffer_assignment_util.cc44 string SanitizeConstantName(const HloInstruction& instr) { in SanitizeConstantName() function
46 return SanitizeConstantName(instr.name()); in SanitizeConstantName()
49 string SanitizeConstantName(absl::string_view name) { in SanitizeConstantName() function
68 DCHECK_EQ(name, SanitizeConstantName(name)); in ConstantNameToGlobalName()
75 SanitizeConstantName(InstrForConstantBufferAllocation(allocation))); in ConstantBufferAllocationToGlobalName()
Dbuffer_assignment_util.h26 string SanitizeConstantName(const HloInstruction& instr);
27 string SanitizeConstantName(absl::string_view name);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_sanitize_constant_names.cc59 string sanitized_name = llvm_ir::SanitizeConstantName(*instr); in Run()
Dir_emitter_unnested.cc2836 instr->SetAndSanitizeName(llvm_ir::SanitizeConstantName( in GetOrCreateSubComputationFromRegion()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc910 xla::llvm_ir::SanitizeConstantName(instr->name())); in EmitConstant()