Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Dcost_utils.h43 uint64 flops = 0LL; member
Dop_utils.cc79 uint64 time_ps, uint64 children_time_ps, int64_t flops, 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/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dprofiling_info.h33 uint64_t flops = 0; member
Dserialization_base_generated.h1701 uint64_t flops() const { in flops() function
/external/eigen/bench/perf_monitoring/
Dgemv_common.h41 double flops = 2. * m * n; in bench() local
Dgemm_common.h39 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.proto74 double flops = 2; field
Dop_metrics.proto52 uint64 flops = 2; field
/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc226 std::string HumanReadableNumOps(double flops, double nanoseconds, in HumanReadableNumOps()
245 std::string HumanReadableNumFlops(double flops, double nanoseconds) { in HumanReadableNumFlops()
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_op_metrics_db_test.cc43 std::string&& hlo_category, uint64 flops, in AddTensorFlowTpuOpEvent()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc48 std::string flops; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc789 double flops = 0.0; in HandleAllReduce() local