Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dfuse_add_to_conv.h51 void FuseConvolutionTransposedWithAdd(const ElementwiseAttributes& add_attr,
Dfuse_add_to_conv.cc84 FuseConvolutionTransposedWithAdd(add_attr, conv_attr); in ApplyToNodesSequence()
210 void FuseConvolutionTransposedWithAdd(const ElementwiseAttributes& add_attr, in FuseConvolutionTransposedWithAdd() function
Dfuse_add_to_conv_test.cc147 FuseConvolutionTransposedWithAdd(add_attr, &attr); in TEST()