Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_quantized_test.cc86 : forced_invocation(::testing::get<0>(param_tuple)), in TestParam()
101 static_cast<int>(param.forced_invocation), in TestNameSuffix()
106 DepthwiseConvImplementation forced_invocation = member
167 switch (test_param.forced_invocation) { in DispatchDepthwiseConvImpl()
332 EXPECT_EQ(test_param.forced_invocation, DepthwiseConvImplementation::kNone) in DispatchDepthwiseConvImpl()
335 << static_cast<int>(test_param.forced_invocation) in DispatchDepthwiseConvImpl()
373 switch (test_param.forced_invocation) { in DispatchDepthwiseConvImpl()
495 EXPECT_EQ(test_param.forced_invocation, DepthwiseConvImplementation::kNone) in DispatchDepthwiseConvImpl()
498 << static_cast<int>(test_param.forced_invocation) in DispatchDepthwiseConvImpl()
994 if (test_param.forced_invocation != DepthwiseConvImplementation::kNone) { in TryTestOneDepthwiseConv3x3Filter()
[all …]