Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/transforms/functional_to_region/tests/
Dmissing_function.mlir7 // CHECK-LABEL: tfg.func @test_missing_function
8 tfg.func @test_missing_function(%cond: tensor<*xi1>, %arg: tensor<*xi32>) -> (tensor<*xi32>) {
/external/python/cffi/testing/cffi0/
Dtest_function.py379 def test_missing_function(self): member in TestFunction
Dtest_verify.py58 def test_missing_function(ffi=None): function
77 test_missing_function(ffi=cffi.FFI())
/external/python/cffi/testing/cffi1/
Dtest_verify1.py38 def test_missing_function(ffi=None): function
56 test_missing_function(ffi=FFI_warnings_not_error())