Home
last modified time | relevance | path

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

/external/pigweed/pw_tokenizer/
DBUILD57 PW_TOKENIZER_GLOBAL_HANDLER_BACKEND = "//pw_tokenizer:test_backend"
59 PW_TOKENIZER_GLOBAL_HANDLER_WITH_PAYLOAD_BACKEND = "//pw_tokenizer:test_backend"
62 name = "test_backend",
DBUILD.gn106 pw_source_set("test_backend") {
110 pw_tokenizer_GLOBAL_HANDLER_BACKEND = ":test_backend"
111 pw_tokenizer_GLOBAL_HANDLER_WITH_PAYLOAD_BACKEND = ":test_backend"
/external/tensorflow/tensorflow/python/keras/
Dbackend_config_test.py29 def test_backend(self): member in BackendConfigTest
Dbackend_test.py151 def test_backend(self): member in BackendUtilsTest