Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddeep_conv2d.cc57 const int64 product_cost = input_tile_spatial_size * in_depth * out_depth; in GetDeepConvCost() local
71 (input_transform_cost + product_cost + output_transform_cost); in GetDeepConvCost()