/external/libprotobuf-mutator/src/ |
D | mutator.h | 65 using PostProcess = variable 72 PostProcess callback); 102 std::unordered_multimap<const protobuf::Descriptor*, PostProcess>;
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | concat_z.cc | 93 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()
|
D | convolution_transposed_4x4.cc | 233 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()
|
D | depth_wise_conv_3x3.cc | 241 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()
|
D | reshapex4.cc | 66 c += PostProcess(linked_operations, context); in GetReshapeBatchedCode() 102 c += PostProcess(linked_operations, context); in GetReshapeCode()
|
D | reshape.cc | 84 c += PostProcess(linked_operations, context); in GetReshapeBatchedCode() 138 c += PostProcess(linked_operations, context); in GetReshapeCode()
|
D | pooling.cc | 94 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()
|
D | gpu_operation.cc | 57 c += PostProcess(linked_operations, context); in GetElementWiseCode() 203 std::string PostProcess(const std::vector<ElementwiseOperation*>& linked_ops, in PostProcess() function
|
D | resize.cc | 91 c += PostProcess(linked_operations, context); in GetResizeCode() 180 c += PostProcess(linked_operations, context); in GetResize3DCode()
|
D | softmax1x1.cc | 96 c += PostProcess(linked_operations, context); in GetSoftmaxKernelCode()
|
D | softmax.cc | 60 c += PostProcess(linked_operations, {"result", "X", "Y", "d"}); in GetSoftmaxKernelCode()
|
D | max_unpooling.cc | 98 c += PostProcess(linked_operations, {"result", "X", "Y", "Z"}); in GetMaxUnoolingKernelCode() 187 c += PostProcess(linked_operations, {"result", "X", "Y", "S"}); in GetMaxUnooling3DKernelCode()
|
D | gpu_operation.h | 168 std::string PostProcess(const std::vector<ElementwiseOperation*>& linked_ops,
|
D | mean.cc | 85 c += PostProcess(linked_operations, {"result", "0", "0", "S"}); in GetMeanKernelCode()
|
D | fully_connected_texture.cc | 106 c += PostProcess(linked_operations, context); in GetFullyConnectedKernelCode()
|
D | concat_xy.cc | 71 c += PostProcess(linked_operations, context); in GetConcatKernelCode()
|
D | transpose.cc | 105 c += PostProcess(linked_operations, context); in GetTransposeCode()
|
D | padding.cc | 145 c += PostProcess(linked_operations, {"result", x_3dcoord, "Y", "Z"}); in GetPaddingCode()
|
D | add.cc | 64 c += PostProcess(linked_operations, context); in GetElementWiseCode()
|
D | strided_slice.cc | 92 c += PostProcess(linked_operations, context); in GetStridedSliceCode()
|
D | depth_wise_conv.cc | 168 c += PostProcess(linked_operations, context); in GenerateDepthWiseConvolutionCode()
|
D | convolution_transposed_thin.cc | 135 c += PostProcess(linked_operations, context); in GenerateConvolutionTransposedCode()
|
D | depth_wise_conv_3d.cc | 204 c += PostProcess(linked_operations, context); in GenerateDepthWiseConvolution3DCode()
|
D | conv_constants.cc | 163 c += PostProcess(linked_operations, context); in GenerateConvolutionConstantCode()
|
D | convolution_transposed_3x3_thin.cc | 179 c += PostProcess(linked_operations, context); in GenerateConvolutionTransposedCode()
|