Home
last modified time | relevance | path

Searched defs:ConfigurationMethod (Results 1 – 3 of 3) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DConfigurationMethod.java28 public class ConfigurationMethod extends BaseTestMethod { class
47 private ConfigurationMethod(ConstructorOrMethod com, in ConfigurationMethod() method in ConfigurationMethod
88 public ConfigurationMethod(Method method, in ConfigurationMethod() method in ConfigurationMethod
106 public ConfigurationMethod(ConstructorOrMethod com, in ConfigurationMethod() method in ConfigurationMethod
/external/ComputeLibrary/src/cpu/operators/
DCpuConv2d.cpp138 using ConfigurationMethod = std::pair<ConvolutionConfiguration, ConvolutionMethod>; in get_convolution_method() typedef
/external/ComputeLibrary/src/gpu/cl/operators/
DClConv2d.cpp198 using ConfigurationMethod = std::pair<ConvolutionConfiguration, ConvolutionMethod>; in get_convolution_method() typedef