Home
last modified time | relevance | path

Searched refs:ScopedProfilingLabel (Results 1 – 14 of 14) sorted by relevance

/external/gemmlowp/profiling/
Dinstrumentation.h207 class ScopedProfilingLabel {
211 explicit ScopedProfilingLabel(const char* label) in ScopedProfilingLabel() function
216 ~ScopedProfilingLabel() { profiling_stack_->Pop(); } in ~ScopedProfilingLabel()
232 struct ScopedProfilingLabel { struct
233 explicit ScopedProfilingLabel(const char*) {} in ScopedProfilingLabel() argument
/external/gemmlowp/test/
Dtest.h110 ScopedProfilingLabel("MakeRandom(matrix)"); in MakeRandom()
120 ScopedProfilingLabel("MakeRandom(matrix)"); in MakeRandom()
134 ScopedProfilingLabel("MakeConstant(matrix)"); in MakeConstant()
144 ScopedProfilingLabel("MakeZero(matrix)"); in MakeZero()
Dtest.cc42 ScopedProfilingLabel("ReferenceEightBitIntGemm"); in ReferenceEightBitIntGemm()
136 ScopedProfilingLabel("SingleThreadGemmWrapper::Gemm"); in Gemm()
176 ScopedProfilingLabel("MultiThreadGemmWrapper::Gemm"); in Gemm()
213 ScopedProfilingLabel("PublicGemmWrapper::Gemm"); in Gemm()
247 ScopedProfilingLabel("EightBitIntGemmWrapper::Gemm"); in Gemm()
273 ScopedProfilingLabel("ReferenceEightBitIntGemmWrapper::Gemm"); in Gemm()
308 ScopedProfilingLabel("GetResultStats"); in GetResultStats()
/external/gemmlowp/internal/
Dkernel_sse.h44 ScopedProfilingLabel label("optimized kernel"); in Run()
219 ScopedProfilingLabel label("optimized kernel"); in Run()
Dkernel_neon.h46 ScopedProfilingLabel label("optimized kernel (NEON 12x4)"); in Run()
309 ScopedProfilingLabel label( in Run()
1304 ScopedProfilingLabel label("optimized kernel (NEON 12x8)"); in Run()
1676 ScopedProfilingLabel label("optimized kernel (NEON 12x8, depth 4, dotprod)"); in Run()
Dmulti_thread_gemm.h175 ScopedProfilingLabel label("BlockingCounter::Wait"); in Wait()
253 ScopedProfilingLabel label("Worker::ChangeState");
298 ScopedProfilingLabel label("Worker::ThreadFunc"); in ThreadFunc()
490 ScopedProfilingLabel label("GemmWithPackedRhsTask"); in Run()
642 ScopedProfilingLabel label("gemmlowp::MultiThreadGemm"); in MultiThreadGemm()
Dsingle_thread_gemm.h73 ScopedProfilingLabel label("gemmlowp::SingleThreadGemm"); in SingleThreadGemm()
112 ScopedProfilingLabel size_label(labels_map[sizes_hash].c_str()); in SingleThreadGemm()
Dkernel_avx.h41 ScopedProfilingLabel label("optimized kernel"); in Run()
Dkernel_msa.h56 ScopedProfilingLabel label("optimized kernel (MSA 12x8)"); in Run()
Dcompute.h109 ScopedProfilingLabel label("compute"); in Compute()
Dpack.h408 ScopedProfilingLabel label("pack LHS"); in PackLhs()
423 ScopedProfilingLabel label("pack RHS"); in PackRhs()
Dunpack.h138 ScopedProfilingLabel label(ResultBlockType::kOrder == MapOrder::ColMajor in UnpackResult()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv_hybrid.h204 gemmlowp::ScopedProfilingLabel label("store"); in DepthwiseConvHybridGeneral()
267 gemmlowp::ScopedProfilingLabel label("DepthwiseConvHybridInt8/8bit"); in DepthwiseConvHybridWithRounding()
297 gemmlowp::ScopedProfilingLabel specialized_label( in DepthwiseConvHybridWithRounding()
309 gemmlowp::ScopedProfilingLabel specialized_label( in DepthwiseConvHybridWithRounding()
400 gemmlowp::ScopedProfilingLabel label("DepthwiseConvHybridInt8"); in DepthwiseConvHybridPerChannel()
/external/tensorflow/tensorflow/core/kernels/neon/
Ddepthwiseconv_float.h433 gemmlowp::ScopedProfilingLabel label(__PRETTY_FUNCTION__);
502 gemmlowp::ScopedProfilingLabel label("DepthwiseConvAccumRowGeneric (slow)");
556 gemmlowp::ScopedProfilingLabel label("DepthwiseConv");