Home
last modified time | relevance | path

Searched defs:add_attr (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dfuse_add_to_conv.cc25 void FuseBiasWithAddAttributes(const AddAttributes& add_attr, in FuseBiasWithAddAttributes()
49 AddAttributes add_attr = in ApplyToNodesSequence() local
105 AddAttributes add_attr = in ApplyToNodesSequence() local
153 void FuseConvolution2DWithAdd(const AddAttributes& add_attr, in FuseConvolution2DWithAdd()
158 void FuseDepthwiseConvolution2DWithAdd(const AddAttributes& add_attr, in FuseDepthwiseConvolution2DWithAdd()
164 void FuseConvolutionTransposedWithAdd(const AddAttributes& add_attr, in FuseConvolutionTransposedWithAdd()
169 void FuseFullyConnectedWithAdd(const AddAttributes& add_attr, in FuseFullyConnectedWithAdd()
174 void FuseAddWithConvolution2D(const AddAttributes& add_attr, in FuseAddWithConvolution2D()
195 void FuseAddWithDepthwiseConvolution2D(const AddAttributes& add_attr, in FuseAddWithDepthwiseConvolution2D()
217 void FuseAddWithFullyConnected(const AddAttributes& add_attr, in FuseAddWithFullyConnected()
Dfuse_add_to_conv_test.cc48 AddAttributes add_attr; in TEST() local
99 AddAttributes add_attr; in TEST() local
142 AddAttributes add_attr; in TEST() local
163 AddAttributes add_attr; in TEST() local
185 AddAttributes add_attr; in TEST() local
206 AddAttributes add_attr; in TEST() local
226 AddAttributes add_attr; in TEST() local
247 AddAttributes add_attr; in TEST() local
269 AddAttributes add_attr; in TEST() local
Dmerge_padding_with.cc147 AddAttributes add_attr = in ApplyToNode() local
Dmerge_padding_with_test.cc130 AddAttributes add_attr; in TEST() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dmultiply_add.cc165 const AddAttributes& add_attr, MultiplyAdd* result) { in CreateMultiplyAdd()
Dmultiply_add_test.cc160 AddAttributes add_attr; in TEST_F() local
/external/selinux/python/sepolgen/src/sepolgen/
Dinterfaces.py210 def add_attr(self, attr): member in AttributeSet