Home
last modified time | relevance | path

Searched refs:SimpleAdder (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/common/
Dsimple-adder.h28 class SimpleAdder {
30 TC_ATTRIBUTE_ALWAYS_INLINE SimpleAdder(float *dest, int num_floats) in SimpleAdder() function
Dembedding-network.cc246 return FinishComputeFinalScoresInternal<SimpleAdder>(input, scores); in ComputeLogitsInternal()
/external/libtextclassifier/tests/
Dembedding-network_test.cc79 network.FinishComputeFinalScoresInternal<SimpleAdder>( in TEST()