Searched defs:DepthwiseConv (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/ |
H A D | tfsa-2021-089.md | 3 ### CVE Number 6 ### Impact 18 ### Patches 26 ### For more information 32 ### Attribution
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | legacy_reference_ops.h | 44 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 D | depthwiseconv_float.h | 25 inline void DepthwiseConv( in DepthwiseConv() function
|
H A D | depthwiseconv_uint8.h | 302 inline void DepthwiseConv( in DepthwiseConv() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | depthwiseconv_multithread.h | 121 inline void DepthwiseConv(const DepthwiseParams& params, in DepthwiseConv() function
|
H A D | legacy_optimized_ops.h | 139 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 D | depthwise_conv.cc | 115 DepthwiseConv::DepthwiseConv(const OperationDef& definition, in DepthwiseConv() function in tflite::gpu::DepthwiseConv
|