/external/tensorflow/tensorflow/contrib/ffmpeg/ |
encode_audio_op.cc | 32 const string& file_format, const int32 bits_per_second, 42 context, CreateAudioFile(file_format, bits_per_second, samples_per_second, 84 "file_format must be a rank-0 tensor but got shape ", 97 const string file_format = variable 103 OP_REQUIRES(context, file_format == "wav", 105 "file_format must be \"wav\", but got: ", file_format)); 115 Encode(context, contents, file_format, bits_per_second, samples_per_second); 124 .Input("file_format: string") 142 file_format: A string or rank-0 string tensor describing the audio fil [all...] |
decode_audio_op.cc | 46 const string& file_format, const int32 samples_per_second, 49 const string temp_filename = io::GetTempFilename(file_format); 56 ffmpeg::ReadAudioFile(temp_filename, file_format, samples_per_second, 125 "file_format must be a rank-0 tensor but got shape ", 139 const string file_format = variable 148 context, valid_file_formats.count(file_format) == 1, 149 errors::InvalidArgument("file_format must be one of {", 151 "}, but was: \"", file_format, "\"")); 161 Decode(context, contents, file_format, samples_per_second, channel_count, 174 .Input("file_format: string" [all...] |
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/ |
Standard_Suite.py | 256 class file_format(aetools.NProperty): class in inherits:aetools.NProperty 365 'file_format' : file_format, 450 'Ifmt' : file_format,
|
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/ |
emmc.h | 113 unsigned int file_format: 2; member in struct:emmc_csd
|
/external/sqlite/dist/orig/ |
sqlite3.c | 15077 u8 file_format; \/* Schema format version for this file *\/ member in struct:Schema 72661 const int file_format = 1; local 82708 int file_format; \/* File format to use for encoding *\/ local [all...] |
/external/sqlite/dist/ |
sqlite3.c | 15077 u8 file_format; \/* Schema format version for this file *\/ member in struct:Schema 72677 const int file_format = 1; local 82724 int file_format; \/* File format to use for encoding *\/ local [all...] |