Searched refs:ComputeConvSizes (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | test_util.cc | 23 bool ComputeConvSizes(const RuntimeShape& input_shape, int output_depth, in ComputeConvSizes() function
|
D | test_util.h | 30 bool ComputeConvSizes(const RuntimeShape& input_shape, int output_depth,
|
D | depthwiseconv_float_test.cc | 106 if (!ComputeConvSizes(input_shape_inference, output_depth, filter_width, in TryTestOneDepthwiseConv()
|
D | depthwiseconv_quantized_test.cc | 524 if (!ComputeConvSizes(input_shape_inference, output_depth, filter_width, in TryTestDepthwiseConv()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | propagate_fixed_sizes.cc | 34 void ComputeConvSizes(const Shape& input_shape, int output_depth, int kwidth, in ComputeConvSizes() function 147 ComputeConvSizes(input_shape, output_depth, kwidth, kheight, op->stride_width, in ProcessConvOperator() 288 ComputeConvSizes(input_shape, output_depth, kwidth, kheight, op->stride_width, in ProcessDepthwiseConvOperator() 892 ComputeConvSizes(input_shape, output_depth, op->kwidth, op->kheight, in ProcessAveragePoolOperator() 909 ComputeConvSizes(input_shape, output_depth, op->kwidth, op->kheight, in ProcessMaxPoolOperator() 928 ComputeConvSizes(input_shape, output_depth, op->kwidth, op->kheight, in ProcessL2PoolOperator()
|