Home
last modified time | relevance | path

Searched refs:OpStats (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/python/profiler/internal/
Dflops_registry.py49 return ops.OpStats("flops", 0)
68 return ops.OpStats("flops", in_shape.num_elements() * ops_per_element)
121 return ops.OpStats("flops", in_shape.num_elements() * 3 - 1)
144 return ops.OpStats("flops", out_shape.num_elements() * ops_per_element)
249 return ops.OpStats("flops", num_flops)
321 return ops.OpStats("flops", kernel_area * out_shape.num_elements())
349 return ops.OpStats("flops",
378 return ops.OpStats("flops", max_pool_ops + orig_out_shape.num_elements())
407 return ops.OpStats("flops",
430 return ops.OpStats("flops",
[all …]
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_op_stats.h36 OpStats ConvertXSpaceToOpStats(const XSpace& space,
41 OpStats* op_stats);
59 OpStats* combined_op_stats);
Dxplane_to_op_stats_test.cc72 OpStats op_stats = ConvertXSpaceToOpStats(space, options); in TEST()
87 OpStats op_stats = ConvertXSpaceToOpStats(space, OpStatsOptions()); in TEST()
120 OpStats op_stats = ConvertXSpaceToOpStats(space, options); in TEST()
160 OpStats op_stats = ConvertXSpaceToOpStats(space, options); in TEST()
177 OpStats op_stats = ConvertXSpaceToOpStats(space, OpStatsOptions()); in TEST()
188 OpStats op_stats = ConvertXSpaceToOpStats(space, OpStatsOptions()); in TEST()
247 OpStats combined_op_stats; in TEST()
Dop_stats_combiner.h56 OpStatsInfo(const OpStats* op_stats, HardwareType hardware_type, in OpStatsInfo()
61 const OpStats* op_stats;
79 OpStats* combined_op_stats);
Dop_stats_to_pod_viewer_test.cc55 void CreateOpStats(OpStats* op_stats) { in CreateOpStats()
83 OpStats op_stats; in TEST()
118 OpStats op_stats; in TEST()
126 OpStats op_stats; in TEST()
Dxplane_to_op_stats.cc133 OpStats* op_stats) { in PropagateXSpaceDiagnosticsToOpStats()
148 OpStats ConvertXSpaceToOpStats(const XSpace& space, in ConvertXSpaceToOpStats()
153 OpStats op_stats; in ConvertXSpaceToOpStats()
224 OpStats* combined_op_stats) { in ConvertMultiXSpacesToCombinedOpStats()
236 std::vector<OpStats> all_op_stats; in ConvertMultiXSpacesToCombinedOpStats()
Dxplane_to_tools_data.cc74 OpStats combined_op_stats; in ConvertMultiXSpacesToOverviewPage()
93 OpStats combined_op_stats; in ConvertMultiXSpacesToInputPipeline()
111 OpStats combined_op_stats; in ConvertMultiXSpacesToTfStats()
127 OpStats combined_op_stats; in ConvertMultiXSpacesToKernelStats()
168 OpStats combined_op_stats; in ConvertMultiXSpacesToPodViewer()
Dop_stats_to_overview_page.h57 OverviewPageAnalysis ComputeAnalysisResult(const OpStats& op_stats);
62 OverviewPage ConvertOpStatsToOverviewPage(const OpStats& op_stats);
Dop_stats_to_input_pipeline_analysis.h62 const OpStats& op_stats);
81 void AddErrorMessages(const OpStats& op_stats,
Dop_stats_to_pod_viewer.cc28 PodStatsSequence ConvertOpStatsToPodStatsSequence(const OpStats& op_stats, in ConvertOpStatsToPodStatsSequence()
49 PodViewerDatabase ConvertOpStatsToPodViewer(const OpStats& op_stats) { in ConvertOpStatsToPodViewer()
Dop_stats_to_pod_stats_test.cc54 void CreateOpStats(OpStats* op_stats) { in CreateOpStats()
82 OpStats op_stats; in TEST()
114 OpStats op_stats; in TEST()
Dop_stats_combiner.cc129 const StepIntersection& step_intersection, const OpStats& src, OpStats* dst, in CombineOpStats()
211 OpStats* combined_op_stats) { in CombineAllOpStats()
Dop_stats_to_pod_stats.h25 PodStatsDatabase ConvertOpStatsToPodStats(const OpStats& op_stats);
Dop_stats_to_tf_stats.h25 TfStatsDatabase ConvertOpStatsToTfStats(const OpStats& op_stats);
Dop_stats_to_pod_viewer.h25 PodViewerDatabase ConvertOpStatsToPodViewer(const OpStats& op_stats);
Dop_stats_to_pod_stats.cc72 PodStatsDatabase ConvertOpStatsToPodStats(const OpStats& op_stats) { in ConvertOpStatsToPodStats()
Dop_stats_to_tf_stats.cc108 TfStatsDatabase ConvertOpStatsToTfStats(const OpStats& op_stats) { in ConvertOpStatsToTfStats()
Dxplane_to_profile_response.cc100 OpStats op_stats = ConvertXSpaceToOpStats(xspace, options); in ConvertXSpaceToProfileResponse()
Dop_stats_to_overview_page.cc174 OverviewPageAnalysis ComputeAnalysisResult(const OpStats& op_stats) { in ComputeAnalysisResult()
367 OverviewPage ConvertOpStatsToOverviewPage(const OpStats& op_stats) { in ConvertOpStatsToOverviewPage()
Dop_stats_to_tf_stats_test.cc127 const OpStats op_stats = ConvertXSpaceToOpStats(space, options); in TEST()
/external/tensorflow/tensorflow/core/profiler/utils/
Ddiagnostics.h38 void PopulateStepDiagnostics(const OpStats& op_stats, Diagnostics* diag);
40 void PopulateOverviewDiagnostics(const OpStats& op_stats, Diagnostics* diag);
Ddiagnostics.cc49 void PopulateStepDiagnostics(const OpStats& op_stats, Diagnostics* diag) { in PopulateStepDiagnostics()
61 void PopulateOverviewDiagnostics(const OpStats& op_stats, Diagnostics* diag) { in PopulateOverviewDiagnostics()
/external/llvm-project/mlir/lib/Transforms/
DCMakeLists.txt19 OpStats.cpp
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_stats.proto105 message OpStats { message
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py4885 return ops.OpStats("flops", (output_count * filter_in_depth * filter_time *
4903 return ops.OpStats(
4921 return ops.OpStats("flops", (output_count * filter_height * filter_width * 2))
4930 return ops.OpStats("flops", input_count)
5610 return ops.OpStats("flops", (output_count * filter_height * filter_width * 2))

12