Searched defs:DepthwiseConv (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | depthwiseconv_float.h | 25 inline void DepthwiseConv( in DepthwiseConv() function
|
D | depthwiseconv_uint8.h | 178 inline void DepthwiseConv( in DepthwiseConv() function
|
D | legacy_reference_ops.h | 39 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 66 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 82 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 98 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 108 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 143 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 163 void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 186 void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 138 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 165 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 181 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 197 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 207 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 242 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 262 void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 285 void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function
|