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.h42 uint64 flops = 0LL; member
Dop_utils.cc62 uint64 children_time_ps, int64 flops, int64 bytes_accessed) { in EnterOp()
/external/tensorflow/tensorflow/core/kernels/
Deigen_benchmark_cpu_test.cc53 auto flops = in SpatialConvolution() local
81 auto flops = in SpatialConvolutionBackwardInput() local
109 auto flops = in SpatialConvolutionBackwardKernel() local
275 auto flops = num_computed_elements * in CuboidConvolution() local
304 auto flops = num_computed_elements * in CuboidConvolutionBackwardInput() local
333 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/
Dop_profile.proto68 double flops = 2; field
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_metrics.proto48 uint64 flops = 2; field
/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc202 string HumanReadableNumOps(double flops, double nanoseconds, in HumanReadableNumOps()
221 string HumanReadableNumFlops(double flops, double nanoseconds) { in HumanReadableNumFlops()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc49 string flops; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc713 double flops = 0.0; in HandleAllReduce() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc1912 const double flops = op_info.op() == kAssignVariableOp in PredictAssignVariableOps() local