Searched defs:use_function (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/ |
H A D | make_deterministic_test.py | 60 def test_stateful_ops_interleave(self, use_function, use_legacy_interleave): argument 96 def test_stateful_ops_map(self, use_function): argument 135 def test_stateful_ops_map_ignore_input(self, use_function): argument 160 def test_stateful_ops_batch(self, use_function): argument 192 def test_stateful_ops_map_and_batch(self, use_function, argument 228 def test_no_stateful_ops_interleave(self, use_function, argument 257 def test_no_stateful_ops_map(self, use_function): argument 278 def test_text_line_dataset(self, use_function, use_control_flow): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | moving_averages_test.py | 146 def testUpdateContext(self, distribution, use_function): argument 188 def testReplicaContextEager(self, distribution, use_function): argument 215 def testCrossReplicaContextEager(self, distribution, use_function): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/ |
H A D | gradient_checker.cc | 52 bool use_function) { in RunAndMaybeSum() 94 int input_index, bool use_function, in CalcNumericalGrad()
|
H A D | unified_api_testutil.cc | 54 absl::Span<AbstractTensorHandle*> outputs, bool use_function) { in RunModel()
|
H A D | gradient_checker_test.cc | 36 float* expected_grad, int num_grad, bool use_function, in CompareNumericalAndManualGradients()
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/gradients/ |
H A D | grad_test_helper.cc | 27 absl::Span<AbstractTensorHandle* const> inputs, bool use_function, in CompareNumericalAndAutodiffGradients()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/ |
D | meta_compiler.hpp | 37 struct use_function : mpl::false_ {}; struct
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | backprop_test.py | 2027 def test_degenerate_shape(self, use_function, use_pfor): argument
|