Home
last modified time | relevance | path

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

/external/toolchain-utils/automation/server/
Djob_manager.py53 def GetNextId(self): member in IdProducerPolicy
130 job_.id = self._id_producer.GetNextId()
Djob_group_manager.py47 group.id = self._id_producer.GetNextId()
/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer.h109 FtraceConfigId GetNextId();
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc350 SetProtoIdAndName(&entry, name_, kNameSeparator, GetNextId()); in Build()
2543 GetNextId()); in BuildConstantSubGraph()
2720 const int64 handle = GetNextId(); in AddInstruction()
2758 int64 computation_id = GetNextId(); in AddCalledComputation()
2764 int64 instruction_id = GetNextId(); in AddCalledComputation()
Dxla_builder.h654 int64 GetNextId() { return ++next_id_; } in GetNextId() function