Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DRandomVariable.cpp40 timestamp(RandomVariableNetwork::get()->getGlobalTime()) {} in RandomVariableBase()
46 timestamp(RandomVariableNetwork::get()->getGlobalTime()) {} in RandomVariableBase()
52 timestamp(RandomVariableNetwork::get()->getGlobalTime()) {} in RandomVariableBase()
62 timestamp(RandomVariableNetwork::get()->getGlobalTime()) {} in RandomVariableBase()
108 timestamp = RandomVariableNetwork::get()->getGlobalTime(); in updateTimestamp()
684 timestamp = RandomVariableNetwork::get()->getGlobalTime(); in commit()
979 subnet.timestamp = RandomVariableNetwork::get()->getGlobalTime(); in evalSubnetsRepeatedly()
1064 context->at(var).timestamp = RandomVariableNetwork::get()->getGlobalTime(); in enforceDimProd()
1115 mTimestamp = getGlobalTime(); in evalRange()
DRandomVariable.h248 int getGlobalTime() { return mGlobalTime++; } in getGlobalTime() function