HomeSort by relevance Sort by last modified time
    Searched refs:ScopedProfilingLabel (Results 1 - 17 of 17) 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/contrib/lite/kernels/internal/optimized/
cblas_conv.h 42 gemmlowp::ScopedProfilingLabel label("Conv/cblas");
optimized_ops.h 236 gemmlowp::ScopedProfilingLabel label("AddBiasAndEvalActivationFunction");
287 gemmlowp::ScopedProfilingLabel label("AddBiasAndEvalActivationFunction");
319 gemmlowp::ScopedProfilingLabel label("GEMV");
322 gemmlowp::ScopedProfilingLabel label("GEMM");
334 gemmlowp::ScopedProfilingLabel label("FullyConnected");
386 gemmlowp::ScopedProfilingLabel label("FullyConnectedAsGEMV/8bit");
569 gemmlowp::ScopedProfilingLabel label("FullyConnected/8bit");
641 gemmlowp::ScopedProfilingLabel label("ExtractPatchIntoBufferColumn");
726 gemmlowp::ScopedProfilingLabel label("Im2col");
    [all...]
depthwiseconv_float.h 771 gemmlowp::ScopedProfilingLabel label(__PRETTY_FUNCTION__);
    [all...]
depthwiseconv_uint8.h     [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");
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
reference_ops.h     [all...]

Completed in 210 milliseconds