Searched defs:DepthwiseConv (Results  1 – 7 of 7) sorted by relevance
| /external/tensorflow/tensorflow/security/advisory/ | 
| D | tfsa-2021-089.md | 3 ### CVE Number6 ### 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 | 302 inline void DepthwiseConv(  in DepthwiseConv()  function
 | 
| D | legacy_reference_ops.h | 44 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims,  in DepthwiseConv()  function71 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
 
 | 
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ | 
| D | depthwiseconv_multithread.h | 121 inline void DepthwiseConv(const DepthwiseParams& params,  in DepthwiseConv()  function
 | 
| D | legacy_optimized_ops.h | 139 inline void DepthwiseConv(const float* input_data, const Dims<4>& input_dims,  in DepthwiseConv()  function171 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
 
 | 
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ | 
| D | depthwise_conv.cc | 115 DepthwiseConv::DepthwiseConv(const OperationDef& definition,  in DepthwiseConv()  function in tflite::gpu::DepthwiseConv
 |