Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomVariable.cpp41 timestamp(RandomVariableNetwork::get()->getGlobalTime()) {} in RandomVariableBase()
47 timestamp(RandomVariableNetwork::get()->getGlobalTime()) {} in RandomVariableBase()
53 timestamp(RandomVariableNetwork::get()->getGlobalTime()) {} in RandomVariableBase()
63 timestamp(RandomVariableNetwork::get()->getGlobalTime()) {} in RandomVariableBase()
109 timestamp = RandomVariableNetwork::get()->getGlobalTime(); in updateTimestamp()
685 timestamp = RandomVariableNetwork::get()->getGlobalTime(); in commit()
982 subnet.timestamp = RandomVariableNetwork::get()->getGlobalTime(); in evalSubnetsRepeatedly()
1067 context->at(var).timestamp = RandomVariableNetwork::get()->getGlobalTime(); in enforceDimProd()
1118 mTimestamp = getGlobalTime(); in evalRange()
DRandomVariable.h248 int getGlobalTime() { return mGlobalTime++; } in getGlobalTime() function