Home
last modified time | relevance | path

Searched refs:test_data_format (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dtensor_format_test.cc148 for (auto& test_data_format : test_data_formats) { in TEST() local
149 const char* stringified_format_enum = test_data_format.second; in TEST()
150 LOG(INFO) << stringified_format_enum << " = " << test_data_format.first; in TEST()
156 EXPECT_EQ(test_data_format.first, format); in TEST()
172 for (auto& test_data_format : test_data_formats) { in RunDimensionIndexesTest() local
173 TensorFormat format = test_data_format.first; in RunDimensionIndexesTest()
/external/autotest/client/cros/audio/
Daudio_helper.py675 test_data_binary, test_data_format, argument
699 test_data_format['file_type'] != 'raw'):
701 if (golden_data_format['rate'] != test_data_format['rate']):
710 channel=test_data_format['channel'],
711 sample_format=test_data_format['sample_format'])