Home
last modified time | relevance | path

Searched refs:nchan (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dconv2d_test.py41 nchan = inputs.shape[c_axis]
42 weights_shape = (kernel_size[0], kernel_size[1], nchan, filters)
/external/openssh/
DAndroid.bp121 "nchan.c",
DOVERVIEW78 The new, Protocol 1.5, channel close implementation is in nchan.c
D.depend90 nchan.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/ba…
/external/tensorflow/tensorflow/python/grappler/
Dauto_mixed_precision_test.py844 num_iter, bs, nchan, nclass = 100, 64, 32, 100
846 data = np.random.normal(size=(bs * num_iter, nchan)).astype(np.float32)
/external/adhd/cras/src/libcras/
Dcras_client.c3483 size_t nchan = (size_t)num_channels; in cras_client_config_global_remix() local
3486 sizeof(*msg) + nchan * nchan * sizeof(*coefficient)); in cras_client_config_global_remix()