MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / unique_id

Method unique_id

tensorflow/compiler/xla/service/hlo_module.h:289–289  ·  view source on GitHub ↗

Returns an id that is unique to this module across all modules created over the lifetime of this process.

Source from the content-addressed store, hash-verified

287 // Returns an id that is unique to this module across all modules created over
288 // the lifetime of this process.
289 int unique_id() const { return unique_id_; }
290
291 // Sets the schedule of the module to the given schedule.
292 Status set_schedule(HloSchedule schedule);

Callers 15

CreateFromProtoMethod · 0.45
set_sequenceMethod · 0.45
hlo_schedule.ccFile · 0.45
UpdateMethod · 0.45
VerifyMethod · 0.45
IdToComputationFunction · 0.45
StepNumberForModuleFunction · 0.45
TimestampForFunction · 0.45
FilenameForFunction · 0.45
DumpHloSnapshotIfEnabledFunction · 0.45
push_backMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36