HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 301 - 325 of 4938) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/core/kernels/
reverse_op_test.cc 199 int intra_threads, int channels) {
201 TensorShape shape{outer_dim, middle_dim, channels};
212 1 /* intra_threads */, 1 /* channels */);
223 1 /* intra_threads */, 1 /* channels */);
234 4 /* intra_threads */, 1 /* channels */);
245 4 /* intra_threads */, 1 /* channels */);
256 1 /* intra_threads */, 3 /* channels */);
268 1 /* intra_threads */, 3 /* channels */);
280 4 /* intra_threads */, 3 /* channels */);
292 4 /* intra_threads */, 3 /* channels */);
    [all...]
quantized_resize_bilinear_op_test.cc 40 const int channels, const float ratio, const float min,
43 TensorShape({batch_size, height, width, channels}));
53 const int width, const int channels,
55 Tensor tensor(DT_FLOAT, TensorShape({batch_size, height, width, channels}));
111 const int channels, const float height_scale,
116 GetReferenceWeight(out_width, in_width, channels, x, width_scale);
120 const int64 in_row_size = in_width * channels;
146 const int channels, const bool align_corners,
149 const int64 out_row_size = out_width * channels;
158 for (int c = 0; c < channels; ++c)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SinkChannelTest.java 17 package org.apache.harmony.tests.java.nio.channels;
23 import java.nio.channels.ClosedChannelException;
24 import java.nio.channels.Pipe;
25 import java.nio.channels.SelectionKey;
26 import java.nio.channels.ServerSocketChannel;
27 import java.nio.channels.SocketChannel;
61 * @tests java.nio.channels.Pipe.SinkChannel#validOps()
68 * @tests java.nio.channels.Pipe.SinkChannel#write(ByteBuffer)
103 * @tests java.nio.channels.Pipe.SinkChannel#write(ByteBuffer)
147 * @tests java.nio.channels.Pipe.SinkChannel#write(ByteBuffer
    [all...]
  /developers/build/prebuilts/gradle/NotificationChannels/
README.md 5 Demonstration of using channels to categorize notifications by topic. This feature was
12 Android O introduces notification channels to provide a unified system to help users
14 notification channels to display notifications to your users.
17 to send. You can also create notification channels to reflect choices made by users of
18 your app. For example, you might setup separate notification channels for each
  /developers/build/prebuilts/gradle/NotificationChannels/kotlinApp/
README.md 4 Demonstration of using channels to categorize notifications by topic. This feature was
11 Android O introduces notification channels to provide a unified system to help users
13 notification channels to display notifications to your users.
16 to send. You can also create notification channels to reflect choices made by users of
17 your app. For example, you might setup separate notification channels for each
  /developers/samples/android/notification/NotificationChannels/kotlinApp/
README.md 4 Demonstration of using channels to categorize notifications by topic. This feature was
11 Android O introduces notification channels to provide a unified system to help users
13 notification channels to display notifications to your users.
16 to send. You can also create notification channels to reflect choices made by users of
17 your app. For example, you might setup separate notification channels for each
  /device/google/marlin/
aanc_tuning_mixer.txt 15 SLIM_0_TX Channels:Two
45 SLIM_0_TX Channels:Two
80 SLIM_0_TX Channels:Two
105 SLIM_0_RX Channels:One
129 SLIM_0_RX Channels:One
  /external/kernel-headers/original/uapi/sound/
sb16_csp.h 41 /* CSP channels */
81 int channels; /* channels, look above */ member in struct:snd_sb_csp_start
89 unsigned short acc_channels; /* accepted channels */
93 unsigned short run_channels; /* current channels */
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
SampleEntry.java 30 import java.nio.channels.Channels;
31 import java.nio.channels.ReadableByteChannel;
32 import java.nio.channels.WritableByteChannel;
140 WritableByteChannel wbc = Channels.newChannel(baos);
  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 360 int channels = 1; local
460 channels = value;
461 if( channels != 1 && channels != 3 && channels != 4 )
507 if( photometric == 0 || photometric == 1 && channels == 1 )
518 m_compression != TIFF_HUFFMAN && channels == 1 )
532 (channels == 3 || channels == 4) &&
535 m_bpp = 8*channels;
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
image_ops.cc 92 int64 channels = input_shape.dim_size(channel_dim); variable
94 context, channels == 3,
95 errors::FailedPrecondition("input must have 3 channels but input has ",
96 channels, " channels."));
130 int64 channels = input_shape.dim_size(channel_dim); variable
132 context, channels == 3,
133 errors::FailedPrecondition("input must have 3 channels but input has ",
134 channels, " channels."))
214 const int64 channels = input_shape.dim_size(channel_dim); variable
264 const int64 channels = input_shape.dim_size(channel_dim); variable
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
rev_block_lib_test.py 39 CHANNELS = 8
46 return core_layers.dense(x, self.CHANNELS // 2, use_bias=True)
49 return core_layers.dense(x, self.CHANNELS // 2, use_bias=True)
52 [self.BATCH_SIZE, self.CHANNELS], dtype=dtypes.float32)
69 return core_layers.dense(x, self.CHANNELS // 2, use_bias=True)
72 return core_layers.dense(x, self.CHANNELS // 2, use_bias=True)
75 [self.BATCH_SIZE, self.CHANNELS], dtype=dtypes.float32)
100 return core_layers.dense(x, self.CHANNELS // 2, use_bias=True)
105 return core_layers.dense(x, self.CHANNELS // 2, use_bias=True)
115 [self.BATCH_SIZE, self.CHANNELS], dtype=dtypes.float32
    [all...]
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_SpaceToDepth.pbtxt 25 "NHWC": `[ batch, height, width, channels ]`
26 "NCHW": `[ batch, channels, height, width ]`
28 `qint8 [ batch, channels / 4, height, width, 4 ]`
36 within the input block, iC means input channels).
60 both 1) and will have a depth of 4 channels (1 * block_size * block_size).
  /external/webrtc/webrtc/voice_engine/
channel_manager.cc 86 void ChannelManager::GetAllChannels(std::vector<ChannelOwner>* channels) {
89 *channels = channels_;
95 // Channels while holding a lock, but rather when the method returns.
102 // For channels associated with the channel to be deleted, disassociate
118 // Holds references so that Channels are not destroyed while holding this
  /frameworks/base/services/core/java/com/android/server/wm/
InputConsumerImpl.java 50 InputChannel[] channels = InputChannel.openInputChannelPair(name); local
51 mServerChannel = channels[0];
53 channels[1].transferTo(inputChannel);
54 channels[1].dispose();
57 mClientChannel = channels[1];
  /frameworks/base/wifi/tests/src/android/net/wifi/
WifiScannerTest.java 89 assertEquals(0, readSettings.channels.length);
100 writeSettings.channels = new WifiScanner.ChannelSpec[] {
108 assertEquals(2, readSettings.channels.length);
109 assertEquals(5, readSettings.channels[0].frequency);
110 assertEquals(7, readSettings.channels[1].frequency);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldServerSocketChannelTest.java 18 package libcore.java.nio.channels;
23 import java.nio.channels.ClosedByInterruptException;
24 import java.nio.channels.ServerSocketChannel;
25 import java.nio.channels.SocketChannel;
26 import java.nio.channels.spi.SelectorProvider;
  /packages/apps/TV/tests/input/src/com/android/tv/testinput/
TestTvInputSetupActivity.java 55 Log.i(TAG, "Registering " + channelCount + " channels");
56 List<ChannelInfo> channels = ChannelUtils.createChannelInfos(context, channelCount); local
57 ChannelUtils.updateChannels(context, inputId, channels);
73 // TODO: add UI to ask how many channels
77 // registered channels properly.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/
sb16_csp.h 40 /* CSP channels */
80 int channels; /* channels, look above */ member in struct:snd_sb_csp_start
88 unsigned short acc_channels; /* accepted channels */
92 unsigned short run_channels; /* current channels */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
sb16_csp.h 40 /* CSP channels */
80 int channels; /* channels, look above */ member in struct:snd_sb_csp_start
88 unsigned short acc_channels; /* accepted channels */
92 unsigned short run_channels; /* current channels */
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.2.0/
inspector-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.2.0-alpha7/
inspector-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.2.0-beta1/
inspector-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.2.0-beta2/
inspector-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.2.0-beta3/
inspector-25.2.0-beta3.jar 

Completed in 454 milliseconds

<<11121314151617181920>>