Home
last modified time | relevance | path

Searched refs:PostProcess (Results 1 – 25 of 32) sorted by relevance

12

/external/libprotobuf-mutator/src/
Dmutator.h65 using PostProcess = variable
72 PostProcess callback);
102 std::unordered_multimap<const protobuf::Descriptor*, PostProcess>;
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dconcat_z.cc93 c += PostProcess(linked_operations, context_0); in GetConcatKernelCode()
94 c += PostProcess(linked_operations, context_1); in GetConcatKernelCode()
103 c += PostProcess(linked_operations, context); in GetConcatKernelCode()
129 c += PostProcess(linked_operations, context); in GetConcatKernelCode()
141 c += PostProcess(linked_operations, context); in GetConcatKernelCode()
Dconvolution_transposed_4x4.cc233 c += PostProcess(linked_operations, context); in GenerateConvolutionTransposedCode()
239 c += PostProcess(linked_operations, context); in GenerateConvolutionTransposedCode()
246 c += PostProcess(linked_operations, context); in GenerateConvolutionTransposedCode()
252 c += PostProcess(linked_operations, context); in GenerateConvolutionTransposedCode()
Ddepth_wise_conv_3x3.cc241 c += PostProcess(linked_operations, context); in GenerateDepthWiseConvCode()
247 c += PostProcess(linked_operations, context); in GenerateDepthWiseConvCode()
253 c += PostProcess(linked_operations, context); in GenerateDepthWiseConvCode()
259 c += PostProcess(linked_operations, context); in GenerateDepthWiseConvCode()
Dreshapex4.cc66 c += PostProcess(linked_operations, context); in GetReshapeBatchedCode()
102 c += PostProcess(linked_operations, context); in GetReshapeCode()
Dreshape.cc84 c += PostProcess(linked_operations, context); in GetReshapeBatchedCode()
138 c += PostProcess(linked_operations, context); in GetReshapeCode()
Dpooling.cc94 c += PostProcess(linked_operations, context); in GetAveragePoolingKernelCode()
171 c += PostProcess(linked_operations, context); in GetAveragePooling3DKernelCode()
262 c += PostProcess(linked_operations, context); in GetMaxPoolingKernelCode()
367 c += PostProcess(linked_operations, context); in GetMaxPooling3DKernelCode()
Dgpu_operation.cc57 c += PostProcess(linked_operations, context); in GetElementWiseCode()
203 std::string PostProcess(const std::vector<ElementwiseOperation*>& linked_ops, in PostProcess() function
Dresize.cc91 c += PostProcess(linked_operations, context); in GetResizeCode()
180 c += PostProcess(linked_operations, context); in GetResize3DCode()
Dsoftmax1x1.cc96 c += PostProcess(linked_operations, context); in GetSoftmaxKernelCode()
Dsoftmax.cc60 c += PostProcess(linked_operations, {"result", "X", "Y", "d"}); in GetSoftmaxKernelCode()
Dmax_unpooling.cc98 c += PostProcess(linked_operations, {"result", "X", "Y", "Z"}); in GetMaxUnoolingKernelCode()
187 c += PostProcess(linked_operations, {"result", "X", "Y", "S"}); in GetMaxUnooling3DKernelCode()
Dgpu_operation.h168 std::string PostProcess(const std::vector<ElementwiseOperation*>& linked_ops,
Dmean.cc85 c += PostProcess(linked_operations, {"result", "0", "0", "S"}); in GetMeanKernelCode()
Dfully_connected_texture.cc106 c += PostProcess(linked_operations, context); in GetFullyConnectedKernelCode()
Dconcat_xy.cc71 c += PostProcess(linked_operations, context); in GetConcatKernelCode()
Dtranspose.cc105 c += PostProcess(linked_operations, context); in GetTransposeCode()
Dpadding.cc145 c += PostProcess(linked_operations, {"result", x_3dcoord, "Y", "Z"}); in GetPaddingCode()
Dadd.cc64 c += PostProcess(linked_operations, context); in GetElementWiseCode()
Dstrided_slice.cc92 c += PostProcess(linked_operations, context); in GetStridedSliceCode()
Ddepth_wise_conv.cc168 c += PostProcess(linked_operations, context); in GenerateDepthWiseConvolutionCode()
Dconvolution_transposed_thin.cc135 c += PostProcess(linked_operations, context); in GenerateConvolutionTransposedCode()
Ddepth_wise_conv_3d.cc204 c += PostProcess(linked_operations, context); in GenerateDepthWiseConvolution3DCode()
Dconv_constants.cc163 c += PostProcess(linked_operations, context); in GenerateConvolutionConstantCode()
Dconvolution_transposed_3x3_thin.cc179 c += PostProcess(linked_operations, context); in GenerateConvolutionTransposedCode()

12