Searched defs:DepthwiseConv (Results 1 – 6 of 6) 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 | 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 | 138 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 170 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 186 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 202 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 280 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 320 inline void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 340 void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 363 void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims, in DepthwiseConv() function 593 inline void DepthwiseConv( in DepthwiseConv() function
|
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/ |
D | depthwise_conv.cc | 160 inline void DepthwiseConv( in DepthwiseConv() function
|