Home
last modified time | relevance | path

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

/external/gemmlowp/profiling/
Dinstrumentation.h204 class ScopedProfilingLabel {
208 explicit ScopedProfilingLabel(const char* label) in ScopedProfilingLabel() function
213 ~ScopedProfilingLabel() { profiling_stack_->Pop(); } in ~ScopedProfilingLabel()
229 struct ScopedProfilingLabel { struct
230 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/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dmul.h48 gemmlowp::ScopedProfilingLabel label("Mul/8bit"); in Mul()
60 gemmlowp::ScopedProfilingLabel label("Mul/Int16Int8"); in Mul()
92 gemmlowp::ScopedProfilingLabel label("BroadcastMul4DSlow/8bit"); in BroadcastMul4DSlow()
Dadd.h84 gemmlowp::ScopedProfilingLabel label("BroadcastAdd4DSlow/int8"); in BroadcastAdd4DSlow()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h194 gemmlowp::ScopedProfilingLabel label("AddBiasAndEvalActivationFunction"); in AddBiasAndEvalActivationFunction()
245 gemmlowp::ScopedProfilingLabel label("AddBiasAndEvalActivationFunction"); in AddBiasAndEvalActivationFunction()
264 gemmlowp::ScopedProfilingLabel label("GEMV"); in Gemm()
267 gemmlowp::ScopedProfilingLabel label("GEMM"); in Gemm()
301 gemmlowp::ScopedProfilingLabel label("GEMVForLstmCell"); in GEMVForLstmCell()
488 gemmlowp::ScopedProfilingLabel label("GEMVForLstmCellWithSymmetricRange"); in GEMVForLstmCellWithSymmetricRange()
779 gemmlowp::ScopedProfilingLabel label("FullyConnected"); in FullyConnected()
824 gemmlowp::ScopedProfilingLabel label("FullyConnectedAsGEMV/8bit"); in FullyConnectedAsGEMVWorkerImpl()
1172 gemmlowp::ScopedProfilingLabel label("FullyConnected/8bit"); in FullyConnected()
1231 gemmlowp::ScopedProfilingLabel label("FullyConnected/Uint8Int16"); in FullyConnected()
[all …]
Ddepthwiseconv_float.h772 gemmlowp::ScopedProfilingLabel label(__PRETTY_FUNCTION__);
848 gemmlowp::ScopedProfilingLabel label("DepthwiseConvAccumRowGeneric (slow)");
899 gemmlowp::ScopedProfilingLabel label("DepthwiseConv");
Ddepthwiseconv_uint8.h1480 gemmlowp::ScopedProfilingLabel label(__PRETTY_FUNCTION__);
1555 gemmlowp::ScopedProfilingLabel label("DepthwiseConvAccumRowGeneric (slow)");
1805 gemmlowp::ScopedProfilingLabel label("downquantize+store");
1959 gemmlowp::ScopedProfilingLabel label("DepthwiseConv/8bit");
1991 gemmlowp::ScopedProfilingLabel specialized_label("DepthwiseConv/8bit/3x3");
1999 gemmlowp::ScopedProfilingLabel specialized_label(
Dlegacy_optimized_ops.h723 gemmlowp::ScopedProfilingLabel label("ConvAsGemm"); in ConvAsGemm()
748 gemmlowp::ScopedProfilingLabel label("ConvAsGemm/8bit"); in ConvAsGemm()
987 gemmlowp::ScopedProfilingLabel label("Add/int32"); in Add()
Ddepthwiseconv_uint8_3x3_filter.h3540 gemmlowp::ScopedProfilingLabel label(__PRETTY_FUNCTION__);
/external/gemmlowp/internal/
Dkernel_sse.h44 ScopedProfilingLabel label("optimized kernel"); in Run()
218 ScopedProfilingLabel label("optimized kernel"); in Run()
Dkernel_neon.h46 ScopedProfilingLabel label("optimized kernel (NEON 12x4)"); in Run()
308 ScopedProfilingLabel label( in Run()
1277 ScopedProfilingLabel label("optimized kernel (NEON 12x8)"); in Run()
Dmulti_thread_gemm.h194 ScopedProfilingLabel label("BlockingCounter::Wait"); in Wait()
257 ScopedProfilingLabel label("Worker::ChangeState"); in ChangeState()
285 ScopedProfilingLabel label("Worker::ThreadFunc"); in ThreadFunc()
462 ScopedProfilingLabel label("GemmWithPackedRhsTask"); in Run()
614 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_msa.h56 ScopedProfilingLabel label("optimized kernel (MSA 12x8)"); in Run()
Dcompute.h109 ScopedProfilingLabel label("compute"); in Compute()
Dpack.h400 ScopedProfilingLabel label("pack LHS"); in PackLhs()
415 ScopedProfilingLabel label("pack RHS"); in PackRhs()
Dunpack.h136 ScopedProfilingLabel label(ResultBlockType::kOrder == MapOrder::ColMajor in UnpackResult()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h416 gemmlowp::ScopedProfilingLabel label("Relu1 (not fused)"); in Relu1()
429 gemmlowp::ScopedProfilingLabel label("Relu6 (not fused)"); in Relu6()
444 gemmlowp::ScopedProfilingLabel label("Quantized ReluX (not fused)"); in ReluX()
459 gemmlowp::ScopedProfilingLabel label("LeakyRelu (not fused)"); in LeakyRelu()
700 gemmlowp::ScopedProfilingLabel label("BroadcastAdd4DSlow/float"); in BroadcastAdd4DSlow()
741 gemmlowp::ScopedProfilingLabel label("BroadcastAdd4DSlow/int32"); in BroadcastAdd4DSlow()
783 gemmlowp::ScopedProfilingLabel label("BroadcastAdd4DSlow/uint8"); in BroadcastAdd4DSlow()
967 gemmlowp::ScopedProfilingLabel label("BroadcastMul4DSlow"); in BroadcastMul4DSlow()
1035 gemmlowp::ScopedProfilingLabel label("Mul/8bit"); in Mul()
1101 gemmlowp::ScopedProfilingLabel label("BroadcastMul4DSlow/8bit"); in BroadcastMul4DSlow()
[all …]
Dlegacy_reference_ops.h967 gemmlowp::ScopedProfilingLabel label(#name); \
978 gemmlowp::ScopedProfilingLabel label(#name "/8bit"); \
990 gemmlowp::ScopedProfilingLabel label("Broadcast" #name); \
1001 gemmlowp::ScopedProfilingLabel label("Broadcast" #name "/8bit"); \
1207 gemmlowp::ScopedProfilingLabel label("Add/int32"); in Add()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h289 gemmlowp::ScopedProfilingLabel label("AddBiasAndEvalActivationFunction"); in AddBiasAndEvalActivationFunction()
340 gemmlowp::ScopedProfilingLabel label("AddBiasAndEvalActivationFunction"); in AddBiasAndEvalActivationFunction()
386 gemmlowp::ScopedProfilingLabel label("GEMV"); in Gemm()
389 gemmlowp::ScopedProfilingLabel label("GEMM"); in Gemm()
423 gemmlowp::ScopedProfilingLabel label("GEMVForLstmCell"); in GEMVForLstmCell()
610 gemmlowp::ScopedProfilingLabel label("GEMVForLstmCellWithSymmetricRange"); in GEMVForLstmCellWithSymmetricRange()
901 gemmlowp::ScopedProfilingLabel label("FullyConnected"); in FullyConnected()
969 gemmlowp::ScopedProfilingLabel label("FullyConnectedAsGEMV/8bit"); in FullyConnectedAsGEMV()
1155 gemmlowp::ScopedProfilingLabel label("FullyConnected/8bit"); in FullyConnected()
1239 gemmlowp::ScopedProfilingLabel label("FullyConnected/Uint8Int16"); in FullyConnected()
[all …]
/external/tensorflow/tensorflow/core/kernels/neon/
Ddepthwiseconv_float.h433 gemmlowp::ScopedProfilingLabel label(__PRETTY_FUNCTION__);
504 gemmlowp::ScopedProfilingLabel label("DepthwiseConvAccumRowGeneric (slow)");
558 gemmlowp::ScopedProfilingLabel label("DepthwiseConv");