HomeSort by relevance Sort by last modified time
    Searched refs:ScopedProfilingLabel (Results 1 - 22 of 22) sorted by null

  /external/gemmlowp/profiling/
instrumentation.h 17 // ScopedProfilingLabel, RegisterCurrentThreadForProfiling.
109 // in the instrumented code (see ScopedProfilingLabel).
198 // ScopedProfilingLabel is how one instruments code for profiling
199 // with this profiler. Construct local ScopedProfilingLabel variables,
204 class ScopedProfilingLabel {
208 explicit ScopedProfilingLabel(const char* label)
213 ~ScopedProfilingLabel() { profiling_stack_->Pop(); }
227 // This empty definition of ScopedProfilingLabel ensures that
229 struct ScopedProfilingLabel {
230 explicit ScopedProfilingLabel(const char*) {
    [all...]
  /external/gemmlowp/test/
test.h 110 ScopedProfilingLabel("MakeRandom(matrix)");
120 ScopedProfilingLabel("MakeRandom(matrix)");
134 ScopedProfilingLabel("MakeConstant(matrix)");
144 ScopedProfilingLabel("MakeZero(matrix)");
test.cc 42 ScopedProfilingLabel("ReferenceEightBitIntGemm");
136 ScopedProfilingLabel("SingleThreadGemmWrapper::Gemm");
176 ScopedProfilingLabel("MultiThreadGemmWrapper::Gemm");
213 ScopedProfilingLabel("PublicGemmWrapper::Gemm");
247 ScopedProfilingLabel("EightBitIntGemmWrapper::Gemm");
273 ScopedProfilingLabel("ReferenceEightBitIntGemmWrapper::Gemm");
308 ScopedProfilingLabel("GetResultStats");
    [all...]
  /external/gemmlowp/internal/
kernel_sse.h 44 ScopedProfilingLabel label("optimized kernel");
218 ScopedProfilingLabel label("optimized kernel");
kernel_msa.h 56 ScopedProfilingLabel label("optimized kernel (MSA 12x8)");
single_thread_gemm.h 73 ScopedProfilingLabel label("gemmlowp::SingleThreadGemm");
112 ScopedProfilingLabel size_label(labels_map[sizes_hash].c_str());
kernel_neon.h 46 ScopedProfilingLabel label("optimized kernel (NEON 12x4)");
308 ScopedProfilingLabel label(
    [all...]
multi_thread_gemm.h 194 ScopedProfilingLabel label("BlockingCounter::Wait");
257 ScopedProfilingLabel label("Worker::ChangeState");
285 ScopedProfilingLabel label("Worker::ThreadFunc");
462 ScopedProfilingLabel label("GemmWithPackedRhsTask");
614 ScopedProfilingLabel label("gemmlowp::MultiThreadGemm");
compute.h 109 ScopedProfilingLabel label("compute");
pack.h 400 ScopedProfilingLabel label("pack LHS");
415 ScopedProfilingLabel label("pack RHS");
unpack.h 136 ScopedProfilingLabel label(ResultBlockType::kOrder == MapOrder::ColMajor
  /external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
mul.h 48 gemmlowp::ScopedProfilingLabel label("Mul/8bit");
60 gemmlowp::ScopedProfilingLabel label("Mul/Int16Int8");
92 gemmlowp::ScopedProfilingLabel label("BroadcastMul4DSlow/8bit");
add.h 84 gemmlowp::ScopedProfilingLabel label("BroadcastAdd4DSlow/int8");
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
optimized_ops.h 194 gemmlowp::ScopedProfilingLabel label("AddBiasAndEvalActivationFunction");
245 gemmlowp::ScopedProfilingLabel label("AddBiasAndEvalActivationFunction");
264 gemmlowp::ScopedProfilingLabel label("GEMV");
267 gemmlowp::ScopedProfilingLabel label("GEMM");
301 gemmlowp::ScopedProfilingLabel label("GEMVForLstmCell");
488 gemmlowp::ScopedProfilingLabel label("GEMVForLstmCellWithSymmetricRange");
    [all...]
depthwiseconv_float.h 772 gemmlowp::ScopedProfilingLabel label(__PRETTY_FUNCTION__);
    [all...]
depthwiseconv_uint8.h     [all...]
legacy_optimized_ops.h     [all...]
depthwiseconv_uint8_3x3_filter.h     [all...]
  /external/tensorflow/tensorflow/lite/kernels/internal/reference/
reference_ops.h 416 gemmlowp::ScopedProfilingLabel label("Relu1 (not fused)");
429 gemmlowp::ScopedProfilingLabel label("Relu6 (not fused)");
444 gemmlowp::ScopedProfilingLabel label("Quantized ReluX (not fused)");
459 gemmlowp::ScopedProfilingLabel label("LeakyRelu (not fused)");
700 gemmlowp::ScopedProfilingLabel label("BroadcastAdd4DSlow/float");
    [all...]
legacy_reference_ops.h     [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h 289 gemmlowp::ScopedProfilingLabel label("AddBiasAndEvalActivationFunction");
340 gemmlowp::ScopedProfilingLabel label("AddBiasAndEvalActivationFunction");
386 gemmlowp::ScopedProfilingLabel label("GEMV");
389 gemmlowp::ScopedProfilingLabel label("GEMM");
423 gemmlowp::ScopedProfilingLabel label("GEMVForLstmCell");
610 gemmlowp::ScopedProfilingLabel label("GEMVForLstmCellWithSymmetricRange");
    [all...]
  /external/tensorflow/tensorflow/core/kernels/neon/
depthwiseconv_float.h 433 gemmlowp::ScopedProfilingLabel label(__PRETTY_FUNCTION__);
504 gemmlowp::ScopedProfilingLabel label("DepthwiseConvAccumRowGeneric (slow)");
558 gemmlowp::ScopedProfilingLabel label("DepthwiseConv");

Completed in 354 milliseconds