HomeSort by relevance Sort by last modified time
    Searched refs:DepthwiseConv (Results 1 - 5 of 5) sorted by null

  /frameworks/ml/nn/common/operations/
DepthwiseConv2D.cpp 49 optimized_ops::DepthwiseConv<FusedActivationFunctionType::activation>( \
96 optimized_ops::DepthwiseConv<FusedActivationFunctionType::activation>( \
  /frameworks/ml/nn/common/operations/internal/reference/
depthwiseconv_float.h 28 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims,
depthwiseconv_uint8.h 30 void DepthwiseConv(const uint8* input_data, const Dims<4>& input_dims,
  /frameworks/ml/nn/common/operations/internal/optimized/
depthwiseconv_float.h 28 // Implementation of float DepthwiseConv
614 void DepthwiseConv(const float* input_data, const Dims<4>& input_dims,
620 gemmlowp::ScopedProfilingLabel label("DepthwiseConv");
647 // for this DepthwiseConv op.
depthwiseconv_uint8.h 29 // Implementation of quantized DepthwiseConv
    [all...]

Completed in 203 milliseconds