Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
H A Dfuse_add_to_conv.cc90 FuseDepthwiseConvolution2DWithAdd(add_attr, conv_attr); in ApplyToNodesSequence()
204 void FuseDepthwiseConvolution2DWithAdd(const ElementwiseAttributes& add_attr, in FuseDepthwiseConvolution2DWithAdd() function
H A Dfuse_add_to_conv.h45 void FuseDepthwiseConvolution2DWithAdd(const ElementwiseAttributes& add_attr,
H A Dfuse_add_to_conv_test.cc125 FuseDepthwiseConvolution2DWithAdd(add_attr, &attr); in TEST()