Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc46 static const char kNameSeparator = '.'; variable
350 SetProtoIdAndName(&entry, name_, kNameSeparator, GetNextId()); in Build()
358 GetFullName(instruction.name(), kNameSeparator, instruction.id())); in Build()
2542 SetProtoIdAndName(&entry, StrCat(name_, "_compute_constant"), kNameSeparator, in BuildConstantSubGraph()
2588 GetFullName(const_instr.opcode(), kNameSeparator, const_instr.id()); in BuildConstantSubGraph()
2761 GetBaseName(new_computation.name(), kNameSeparator), in AddCalledComputation()
2762 kNameSeparator, computation_id); in AddCalledComputation()
2767 GetBaseName(instruction.name(), kNameSeparator), in AddCalledComputation()
2768 kNameSeparator, instruction_id); in AddCalledComputation()