/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/xtensa/ |
D | conv_hifi.cc | 49 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in ConvPrepareHifi() local 101 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in ConvEvalHifi() local
|
D | depthwise_conv_hifi.cc | 57 const int input_depth = input_shape.Dims(3); in DepthwiseConvPrepareHifi() local 119 const int input_depth = input_shape.Dims(3); in DepthwiseConvEvalHifi() local
|
D | conv_hifimini.cc | 51 const int input_depth = input_shape.Dims(3); in ConvEvalHifiMini() local
|
D | depthwise_conv_hifimini.cc | 49 const int input_depth = input_shape.Dims(3); in DepthwiseConvEvalHifiMini() local
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/reference/ |
D | space_to_depth.h | 38 const int input_depth = input_shape.Dims(3); in SpaceToDepth() local
|
D | depth_to_space.h | 36 const int input_depth = input_shape.Dims(3); in DepthToSpace() local
|
D | conv.h | 46 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in Conv() local 129 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in Conv() local 209 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in HybridConvPerChannel() local
|
D | transpose_conv.h | 42 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in TransposeConv() local 132 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in TransposeConv() local
|
D | depthwiseconv_float.h | 48 const int input_depth = input_shape.Dims(3); in DepthwiseConv() local
|
D | depthwiseconv_uint8.h | 121 const int input_depth = input_shape.Dims(3); in Run() local 208 const int input_depth = input_shape.Dims(3); in RunPerChannel() local
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | conv.h | 51 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in ConvPerChannel() local 154 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in ConvPerChannel() local
|
D | depthwise_conv.h | 53 const int input_depth = input_shape.Dims(3); in DepthwiseConvPerChannel() local 150 const int input_depth = input_shape.Dims(3); in DepthwiseConvPerChannel() local 233 const int input_depth = input_shape.Dims(3); in DepthwiseConvHybridPerChannel() local
|
D | transpose_conv.h | 43 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in TransposeConv() local 142 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in TransposeConv() local
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/ceva/ |
D | depthwise_conv.cc | 68 const int input_depth = input_shape.Dims(3); in EvalFloat() local 144 const int input_depth = input_shape.Dims(3); in EvalQuantizedPerChannel() local
|
D | conv.cc | 76 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in EvalQuantizedPerChannel() local 163 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in EvalFloat() local
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/cmsis_nn/ |
D | conv.cc | 168 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in EvalQuantizedPerChannel() local
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/vexriscv/ |
D | depthwise_conv.cc | 66 const int input_depth = input_shape.Dims(3); in DepthwiseConvPerChannel() local 189 const int input_depth = input_shape.Dims(3); in DepthwiseConv() local
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/arc_mli/ |
D | depthwise_conv_slicing_test.cc | 63 int input_depth = tensors[0].dims->data[3]; in ValidateDepthwiseConvGoldens() local
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/ |
D | depthwise_conv_test.cc | 57 int input_depth = tensors[0].dims->data[3]; in ValidateDepthwiseConvGoldens() local
|