Home
last modified time | relevance | path

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 Dmake_deterministic_test.py60 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 Dmoving_averages_test.py146 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 Dgradient_checker.cc52 bool use_function) { in RunAndMaybeSum()
94 int input_index, bool use_function, in CalcNumericalGrad()
H A Dunified_api_testutil.cc54 absl::Span<AbstractTensorHandle*> outputs, bool use_function) { in RunModel()
H A Dgradient_checker_test.cc36 float* expected_grad, int num_grad, bool use_function, in CompareNumericalAndManualGradients()
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/gradients/
H A Dgrad_test_helper.cc27 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/
Dmeta_compiler.hpp37 struct use_function : mpl::false_ {}; struct
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dbackprop_test.py2027 def test_degenerate_shape(self, use_function, use_pfor): argument