Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-089.md3 ### CVE Number
6 ### Impact
18 ### Patches
26 ### For more information
32 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dlegacy_reference_ops.h44 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
71 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
87 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
103 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
113 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
148 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
168 void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
191 void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
H A Ddepthwiseconv_float.h25 inline void DepthwiseConv( in DepthwiseConv() function
H A Ddepthwiseconv_uint8.h302 inline void DepthwiseConv( in DepthwiseConv() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Ddepthwiseconv_multithread.h121 inline void DepthwiseConv(const DepthwiseParams& params, in DepthwiseConv() function
H A Dlegacy_optimized_ops.h139 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
171 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
187 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
203 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
281 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
321 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
341 void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
364 void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
594 inline void DepthwiseConv( in DepthwiseConv() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Ddepthwise_conv.cc115 DepthwiseConv::DepthwiseConv(const OperationDef& definition, in DepthwiseConv() function in tflite::gpu::DepthwiseConv