MCPcopy Create free account
hub / github.com/KomputeProject/kompute / eval

Method eval

src/Sequence.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93std::shared_ptr<Sequence>
94Sequence::eval()
95{
96 KP_LOG_DEBUG("Kompute sequence EVAL BEGIN");
97
98 return this->evalAsync()->evalAwait();
99}
100
101std::shared_ptr<Sequence>
102Sequence::eval(std::shared_ptr<OpBase> op)

Callers 15

test_end_to_endFunction · 0.45
test_shader_strFunction · 0.45
test_sequenceFunction · 0.45
test_pushconstsFunction · 0.45
test_pushconsts_intFunction · 0.45
test_workgroupFunction · 0.45
test_logistic_regressionFunction · 0.45
test_type_floatFunction · 0.45
test_type_doubleFunction · 0.45
test_type_intFunction · 0.45

Calls 4

evalAsyncMethod · 0.95
clearMethod · 0.95
recordMethod · 0.95
evalAwaitMethod · 0.80

Tested by 15

test_end_to_endFunction · 0.36
test_shader_strFunction · 0.36
test_sequenceFunction · 0.36
test_pushconstsFunction · 0.36
test_pushconsts_intFunction · 0.36
test_workgroupFunction · 0.36
test_logistic_regressionFunction · 0.36
test_type_floatFunction · 0.36
test_type_doubleFunction · 0.36
test_type_intFunction · 0.36