Home
last modified time | relevance | path

Searched refs:TestOneDepthwiseConv (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_float_test.cc33 void TestOneDepthwiseConv( in TestOneDepthwiseConv() function
141 TestOneDepthwiseConv(op_params, input_shape_inference, input_data.data(), in TryTestOneDepthwiseConv()
148 void TestOneDepthwiseConv() { in TestOneDepthwiseConv() function
156 TestOneDepthwiseConv(); in TEST()
Ddepthwiseconv_quantized_test.cc806 void TestOneDepthwiseConv( in TestOneDepthwiseConv() function
916 TestOneDepthwiseConv<QuantizationType::kPerChannelInt8>( in TryTestDepthwiseConv()
934 TestOneDepthwiseConv<QuantizationType::kNonPerChannelUint8>( in TryTestDepthwiseConv()
1054 void TestOneDepthwiseConv(DepthwiseConvImplementation forced_invocation, in TestOneDepthwiseConv() function
1094 TestOneDepthwiseConv(DepthwiseConvImplementation::kNone, in TEST()
1103 TestOneDepthwiseConv(DepthwiseConvImplementation::kUseGenericKernel, in TEST()