Home
last modified time | relevance | path

Searched defs:flops (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dcost_utils.h43 uint64 flops = 0LL; member
Dop_utils.cc70 uint64 time_ps, uint64 children_time_ps, int64 flops, int64 bytes_accessed, in EnterOp()
/external/tensorflow/tensorflow/core/kernels/
Deigen_benchmark_cpu_test.cc51 auto flops = in SpatialConvolution() local
78 auto flops = in SpatialConvolutionBackwardInput() local
105 auto flops = in SpatialConvolutionBackwardKernel() local
269 auto flops = num_computed_elements * in CuboidConvolution() local
297 auto flops = num_computed_elements * in CuboidConvolutionBackwardInput() local
325 auto flops = num_computed_elements * in CuboidConvolutionBackwardKernel() local
/external/eigen/bench/perf_monitoring/gemm/
Dgemm.cpp43 double flops = 2. * m * n * k; in bench() local
Dlazy_gemm.cpp44 double flops = 2. * m * n * k; in bench() local
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_profile.proto68 double flops = 2; field
Dop_metrics.proto52 uint64 flops = 2; field
/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc166 string HumanReadableNumOps(double flops, double nanoseconds, in HumanReadableNumOps()
185 string HumanReadableNumFlops(double flops, double nanoseconds) { in HumanReadableNumFlops()
/external/llvm-project/mlir/lib/ExecutionEngine/
DRunnerUtils.cpp89 extern "C" void print_flops(double flops) { in print_flops()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc49 string flops; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc754 double flops = 0.0; in HandleAllReduce() local