Searched defs:perc (Results 1 – 7 of 7) sorted by relevance
16 def forward(self, loss, perc, states=None): argument
26 perc = torch.tensor((args.percentage,))[None,None,:] variable
76 perc = perc.to(device) variable
209 static uint32_t perc(uint32_t count, uint32_t total) in perc() function
669 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local696 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local
6519 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local
1291 int perc = CompletionPercent.calculate(done, total); in getLocaleProgressPercent() local