Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
H A Dfuse_add_to_conv.h30 std::unique_ptr<SequenceTransformation> NewMergeConvolutionWithAdd();
H A Dmodel_transformations.cc65 NewMergeConvolutionWithAdd().get()) && in ApplyGeneralTransformations()
H A Dfuse_add_to_conv.cc191 std::unique_ptr<SequenceTransformation> NewMergeConvolutionWithAdd() { in NewMergeConvolutionWithAdd() function
H A Dfuse_add_to_conv_test.cc81 auto transformation = NewMergeConvolutionWithAdd(); in TEST()