Searched defs:DepthwiseConv (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2021-089.md | 3 ### CVE Number 6 ### Impact 18 ### Patches 26 ### For more information 32 ### Attribution
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | depthwiseconv_float.h | 25 inline void DepthwiseConv( in DepthwiseConv() function
|
D | depthwiseconv_uint8.h | 280 inline void DepthwiseConv( in DepthwiseConv() function
|
D | legacy_reference_ops.h | 42 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/ |
D | depthwiseconv_multithread.h | 119 inline void DepthwiseConv(const DepthwiseParams& params, in DepthwiseConv() function
|
D | legacy_optimized_ops.h | 137 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
|