Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A 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
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dutil.cpp684 uint64_t flops = 1; in computeFlops() local
730 uint64_t flops = 1; in computeFlops() local
755 uint64_t flops = 1; in computeFlops() local
774 uint64_t flops = 1; in computeFlops() local
/aosp_15_r20/external/sandboxed-api/contrib/pffft/
H A Dmain_pffft_sandboxed.cc53 void ShowOutput(const char* name, int n, int complex, float flops, float t0, in ShowOutput()
106 double flops; in PffftMain() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dutil.cc226 std::string HumanReadableNumOps(double flops, double nanoseconds, in HumanReadableNumOps()
245 std::string HumanReadableNumFlops(double flops, double nanoseconds) { in HumanReadableNumFlops()
/aosp_15_r20/external/pytorch/torch/autograd/
H A Dprofiler_util.py468 flops=None, argument
922 def auto_scale_flops(flops): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dcost_utils.h43 uint64 flops = 0LL; member
H A Dop_utils.cc79 uint64 time_ps, uint64 children_time_ps, int64_t flops, in EnterOp()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dprofiling_info.h33 uint64_t flops = 0; member
H A Dserialization_base_generated.h1701 uint64_t flops() const { in flops() function
/aosp_15_r20/external/eigen/bench/perf_monitoring/
H A Dgemv_common.h41 double flops = 2. * m * n; in bench() local
H A Dgemm_common.h39 double flops = 2. * m * n * k; in bench() local
H A Dlazy_gemm.cpp44 double flops = 2. * m * n * k; in bench() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/
H A Dop_profile.proto74 double flops = 2; field
H A Dop_metrics.proto52 uint64 flops = 2; field
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_op_metrics_db_test.cc43 std::string&& hlo_category, uint64 flops, in AddTensorFlowTpuOpEvent()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dxla_hlo_profile_test.cc48 std::string flops; member
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_legacy.h235 uint64_t flops() { in flops() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_cost_analysis.cc789 double flops = 0.0; in HandleAllReduce() local
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_misc.cpp2797 uint64_t flops = 0; in TEST() local