Home
last modified time | relevance | path

Searched refs:FuseConvolution2DWithAdd (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.cc78 FuseConvolution2DWithAdd(add_attr, conv_attr); in ApplyToNodesSequence()
199 void FuseConvolution2DWithAdd(const ElementwiseAttributes& add_attr, in FuseConvolution2DWithAdd() function
H A Dfuse_add_to_conv.h39 void FuseConvolution2DWithAdd(const ElementwiseAttributes& add_attr,
H A Dfuse_add_to_conv_test.cc104 FuseConvolution2DWithAdd(add_attr, &attr); in TEST()