Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-089.md3 ### CVE Number
6 ### Impact
18 ### Patches
26 ### For more information
32 ### Attribution
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_float.h25 inline void DepthwiseConv( in DepthwiseConv() function
Ddepthwiseconv_uint8.h280 inline void DepthwiseConv( in DepthwiseConv() function
Dlegacy_reference_ops.h42 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
69 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
85 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
101 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
111 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
146 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
166 void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
189 void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_multithread.h119 inline void DepthwiseConv(const DepthwiseParams& params, in DepthwiseConv() function
Dlegacy_optimized_ops.h137 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
169 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
185 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
201 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
279 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
319 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
339 void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
362 void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
592 inline void DepthwiseConv( in DepthwiseConv() function