Home
last modified time | relevance | path

Searched defs:create_test (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cn-cbor/test/
H A DCMakeLists.txt11 function (create_test name) function
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dsub_quantized_different_scales.mod.py25 def create_test(input0_scale, input0_offset, function
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/mlir/testing/op_tests/
H A Dconv_bias_activation.py42 def create_test(options): function
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/op_tests/
H A Dconv_bias_activation.py38 def create_test(options): function
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dsub_quant8_signed.mod.py26 def create_test(input0_scale, input0_offset, function
/aosp_15_r20/external/bc/scripts/
H A Dafl.py91 def create_test(file, tout, environ=None): function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_regrtest.py54 def create_test(self, name=None, code=''): member in BaseTestCase
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_regrtest.py377 def create_test(self, name=None, code=None): member in BaseTestCase
/aosp_15_r20/external/rust/android-crates-io/crates/p9/src/server/
Dtests.rs1238 macro_rules! create_test { macro