Home
last modified time | relevance | path

Searched defs:test_input (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_size_op_test.py43 def testRaggedSize(self, test_input, size, ragged_rank=None): argument
Dragged_rank_op_test.py81 def testRaggedRank(self, test_input, expected_rank, ragged_rank=None): argument
/external/tensorflow/tensorflow/lite/kernels/internal/
Dlog_quantized_test.cc72 const std::vector<int32>& test_input, in CheckOutputData()
120 void RunSingleTest(const std::vector<int32>& test_input, in RunSingleTest()
153 void RunSingleTest(const std::vector<int32>& test_input, int input_integer_bits, in RunSingleTest()
197 void RunSingleTest(const std::vector<int32>& test_input, int input_integer_bits, in RunSingleTest()
/external/tensorflow/tensorflow/compiler/tests/
Dquantized_ops_test.py54 def pack_uint8_r2_to_uint32(self, test_input): argument
/external/python/cpython3/Lib/distutils/tests/
Dtest_text_file.py50 def test_input(count, description, file, expected_result): function
/external/python/cpython2/Lib/distutils/tests/
Dtest_text_file.py50 def test_input(count, description, file, expected_result): function
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc83 string test_input; in TEST() local
/external/python/cpython3/Lib/test/
Dtest_winconsoleio.py142 def test_input(self): member in WindowsConsoleIOTests
Dtest_builtin.py1126 def test_input(self): member in BuiltinTest
/external/tensorflow/tensorflow/python/kernel_tests/
Ddepthwise_conv_op_test.py357 test_input, argument
Dconv_ops_3d_test.py369 padding, test_input, data_format, use_gpu): argument
Dconv_ops_test.py1640 stride_cols, padding, test_input, data_format, argument
/external/vixl/tools/test_generator/
Dgenerator.py385 def InputDefinition(test_input): argument