HomeSort by relevance Sort by last modified time
    Searched refs:test_data_format (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/util/
tensor_format_test.cc 148 for (auto& test_data_format : test_data_formats) {
149 const char* stringified_format_enum = test_data_format.second;
150 LOG(INFO) << stringified_format_enum << " = " << test_data_format.first;
156 EXPECT_EQ(test_data_format.first, format);
172 for (auto& test_data_format : test_data_formats) {
173 TensorFormat format = test_data_format.first;
  /external/autotest/client/cros/audio/
audio_helper.py 788 test_data_binary, test_data_format,
795 @param test_data_format: The data format of test data.
812 test_data_format['file_type'] != 'raw'):
814 if (golden_data_format['rate'] != test_data_format['rate']):
823 channel=test_data_format['channel'],
824 sample_format=test_data_format['sample_format'])
    [all...]

Completed in 171 milliseconds