Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/function/integration_test/
Dside_inputs_test.py60 def test_dict_capture_mutation_with_tensor_and_non_tensor(self, capture_type): argument
72 def test_capture_with_duplicate_usage(self, capture_type): argument
104 def test_capture_by_nested_function(self, capture_type): argument
119 def test_outer_capture_with_function_call(self, capture_type): argument
135 def test_outer_capture_with_nested_function_call(self, capture_type): argument
153 def test_capture_within_function_argument(self, capture_type): argument
170 def test_nested_tf_function_with_capture(self, capture_type): argument
Dside_inputs_manual_api_test.py60 def test_dict_capture_mutation_with_tensor_and_non_tensor(self, capture_type): argument
73 def test_capture_with_duplicate_usage(self, capture_type): argument
105 def test_capture_by_nested_function(self, capture_type): argument
120 def test_outer_capture_with_function_call(self, capture_type): argument
136 def test_outer_capture_with_nested_function_call(self, capture_type): argument
155 def test_capture_within_function_argument(self, capture_type): argument
190 def test_outer_nested_tf_function_with_global_capture(self, capture_type): argument
/external/webrtc/modules/desktop_capture/win/
Dwgc_capturer_win.cc63 bool IsWgcSupported(CaptureType capture_type) { in IsWgcSupported()