OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mops
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_report.h
108
Vector<ReportMop*>
mops
;
member in class:__tsan::ReportDesc
tsan_report.cc
57
,
mops
(MBlockReportMop)
257
if (rep->
mops
.Size())
258
return rep->
mops
[0]->stack;
336
for (uptr i = 0; i < rep->
mops
.Size(); i++)
337
PrintMop(rep->
mops
[i], i == 0);
432
for (uptr i = 0; i < rep->
mops
.Size(); i++)
433
PrintMop(rep->
mops
[i], i == 0);
tsan_debugging.cc
73
*mop_count = rep->
mops
.Size();
97
CHECK_LT(idx, rep->
mops
.Size());
98
ReportMop *mop = rep->
mops
[idx];
tsan_rtl_report.cc
167
rep_->
mops
.PushBack(mop);
504
for (uptr i = 0; pc_or_addr == 0 && i < rep->
mops
.Size(); i++)
505
pc_or_addr = IsSuppressed(rep->typ, rep->
mops
[i]->stack, &supp);
/external/tensorflow/tensorflow/contrib/tensor_forest/client/
random_forest.py
508
for
mops
in model_fn_ops:
509
training_hooks +=
mops
.training_hooks
515
[
mops
.predictions[eval_metrics.INFERENCE_PROB_NAME]
516
for
mops
in model_fn_ops], axis=1)
518
[
mops
.predictions[eval_metrics.INFERENCE_PRED_NAME]
519
for
mops
in model_fn_ops], axis=1)
525
[
mops
.loss for
mops
in model_fn_ops])) / len(model_fn_ops)
530
*[
mops
.train_op for
mops
in model_fn_ops]
[
all
...]
Completed in 6528 milliseconds