Home
last modified time | relevance | path

Searched defs:KernelHeight (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dquantized_transpose_conv_tester.h82 inline QuantizedTransposeConvTester& KernelHeight(int32_t kernel_height) { in KernelHeight() function
88 inline int32_t KernelHeight() const { return kernel_height_; } in KernelHeight() function
Ddepthwise_conv_2d_tester.h100 inline DepthwiseConv2DTester& KernelHeight(int32_t kernel_height) { in KernelHeight() function
106 inline int32_t KernelHeight() const { return kernel_height_; } in KernelHeight() function
Dtranspose_conv_tester.h78 inline TransposeConvTester& KernelHeight(int32_t kernel_height) { in KernelHeight() function
84 inline int32_t KernelHeight() const { return kernel_height_; } in KernelHeight() function
Dconv_2d_tester.h109 inline Conv2DTester& KernelHeight(int32_t kernel_height) { in KernelHeight() function
115 inline int32_t KernelHeight() const { return kernel_height_; } in KernelHeight() function
Dquantized_depthwise_conv_2d_tester.h108 inline QuantizedDepthwiseConv2DTester& KernelHeight(int32_t kernel_height) { in KernelHeight() function
114 inline int32_t KernelHeight() const { return kernel_height_; } in KernelHeight() function
Dquantized_conv_2d_tester.h100 inline QuantizedConv2DTester& KernelHeight(int32_t kernel_height) { in KernelHeight() function
106 inline int32_t KernelHeight() const { return kernel_height_; } in KernelHeight() function