Home
last modified time | relevance | path

Searched defs:test_param (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_quantized_test.cc106 const TestParam& test_param, const DepthwiseParams& params, in DispatchDepthwiseConv()
289 const TestParam& test_param, const std::uint8_t* input_data, in TestOneDepthwiseConvWithGivenOutputShift()
422 const TestParam& test_param, const std::uint8_t* input_data, in TestOneDepthwiseConvBisectOutputShift()
472 const TestParam& test_param, const std::uint8_t* input_data, in TestOneDepthwiseConv()
488 bool TryTestDepthwiseConv(const TestParam& test_param, in TryTestDepthwiseConv()
554 bool TryTestOneDepthwiseConv(const TestParam& test_param, in TryTestOneDepthwiseConv()
582 const TestParam& test_param, ParamsSpecialization params_specialization) { in TryTestOneDepthwiseConv3x3Filter()
623 bool TryTestOneNeonDot3x3(const TestParam& test_param, in TryTestOneNeonDot3x3()
660 TestParam test_param; in TestOneDepthwiseConv() local
670 TestParam test_param; in TestOneDepthwiseConv3x3Filter() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/tests/
Dmatrix_ops_simple_test.cc158 string PrintTestLinspaceMaxParam( in PrintTestLinspaceMaxParam()
Ddot_operation_test.cc262 string PrintDotTestParam( in PrintDotTestParam()
/external/tensorflow/tensorflow/contrib/fused_conv/python/ops/
Dfused_conv2d_bias_activation_op_test_base.py857 def runTest(self, test_param, apply_relu): argument
/external/python/cpython3/Lib/test/
Dtest_clinic.py308 def test_param(self): member in ClinicParserTest