Searched
full:signal (Results
701 -
725 of
12319) sorted by null
<<21222324252627282930>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
signal.h | 20 * ISO C99 Standard: 7.14 Signal handling <signal.h> 36 possibility of a signal arriving in the middle of the operation. */ 83 /* Type of a signal handler. */ 86 /* The X/Open definition of `signal' specifies the SVID semantic. Use 96 /* Set the handler for the signal SIG to HANDLER, returning the old 98 By default `signal' has the BSD semantic. */ 101 extern __sighandler_t signal (int __sig, __sighandler_t __handler) 104 /* Make sure the used `signal' implementation is the SVID version. */ 106 extern __sighandler_t __REDIRECT_NTH (signal, [all...] |
/external/tensorflow/tensorflow/contrib/signal/python/kernel_tests/ |
shape_ops_test.py | 23 from tensorflow.contrib.signal.python.kernel_tests import test_util 24 from tensorflow.contrib.signal.python.ops import shape_ops 68 # Rank 0 input signal. 88 signal = constant_op.constant([], dtype=dtypes.float32) 93 result = shape_ops.frame(signal, frame_length, frame_step, 97 result = shape_ops.frame(signal, frame_length, frame_step, 102 signal = array_ops.placeholder(dtypes.int32, shape=[1, 1]) 107 result = shape_ops.frame(signal, frame_length, frame_step, 111 result = shape_ops.frame(signal, frame_length, frame_step, 117 signal = array_ops.placeholder(dtypes.int32, shape=[1, 2, 3, 4] [all...] |
mfcc_ops_test.py | 21 from tensorflow.contrib.signal.python.ops import mfcc_ops 38 signal = array_ops.zeros((2, 3, 0)) 39 mfcc_ops.mfccs_from_log_mel_spectrograms(signal) 41 # signal must be float32 43 signal = array_ops.zeros((2, 3, 5), dtype=dtypes.float64) 44 mfcc_ops.mfccs_from_log_mel_spectrograms(signal) 50 signal = random_ops.random_normal((2, 3, 5)) 51 mfcc_ops.mfccs_from_log_mel_spectrograms(signal).eval() 57 signal = array_ops.placeholder_with_default( 59 self.assertIsNone(signal.shape.ndims [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/os/ |
signal.a | 12 signal |