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

  /external/tensorflow/tensorflow/core/kernels/
mfcc_mel_filterbank.cc 135 std::vector<int> bad_channels; local
149 bad_channels.push_back(c);
152 if (!bad_channels.empty()) {
153 LOG(ERROR) << "Missing " << bad_channels.size() << " bands "
154 << " starting at " << bad_channels[0]
  /external/tensorflow/tensorflow/python/kernel_tests/
decode_image_op_test.py 77 bad_channels = image_ops.decode_image(gif0, channels=1)
79 bad_channels.eval()
93 bad_channels = image_ops.decode_image(jpeg0, channels=4)
95 bad_channels.eval()

Completed in 75 milliseconds