Home
last modified time | relevance | path

Searched defs:num_compute_ops (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc1629 const int64 num_compute_ops, const OpContext& op_context, in PredictDefaultNodeCosts()
1669 int64 num_compute_ops = CountConv2DOperations(op_info, &found_unknown_shapes); in PredictConv2D() local
1684 int64 num_compute_ops = CountConv2DBackpropInputOperations( in PredictConv2DBackpropInput() local
1700 int64 num_compute_ops = CountConv2DBackpropFilterOperations( in PredictConv2DBackpropFilter() local
1796 int64 num_compute_ops = CountMatMulOperations(op_info, &found_unknown_shapes); in PredictMatMul() local
1928 int64 num_compute_ops = in PredictBatchMatMul() local
Dop_level_cost_estimator.h44 int64 num_compute_ops = 0; member