Home
last modified time | relevance | path

Searched refs:kDepthwiseConv2dNative (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc46 constexpr char kDepthwiseConv2dNative[] = "DepthwiseConv2dNative"; variable
383 device_cost_impl_.emplace(kDepthwiseConv2dNative, in OpLevelCostEstimator()
997 DCHECK(op_info.op() == kConv2d || op_info.op() == kDepthwiseConv2dNative) in CountConv2DOperations()