HomeSort by relevance Sort by last modified time
    Searched refs:conv (Results 1 - 25 of 348) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libedit/src/
chartype.c 50 ct_conv_buff_resize(ct_buffer_t *conv, size_t mincsize, size_t minwsize)
53 if (mincsize > conv->csize) {
54 conv->csize = mincsize;
55 p = el_realloc(conv->cbuff, conv->csize * sizeof(*conv->cbuff));
57 conv->csize = 0;
58 el_free(conv->cbuff);
59 conv->cbuff = NULL;
61 conv->cbuff = p
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_convolution_rewriter.cc 37 bool CanImplementAsCudnnForwardConv(HloInstruction* conv) {
39 conv->convolution_dimension_numbers();
45 if (ShapeUtil::HasZeroElements(conv->operand(0)->shape()) ||
46 ShapeUtil::HasZeroElements(conv->operand(1)->shape())) {
50 if (window_util::HasWindowReversal(conv->window())) {
56 // Try to match a backward filter pattern that contains "conv".
57 // Precondition: "conv" is a kConvolution.
59 HloInstruction* conv) {
75 // conv
76 CHECK_EQ(HloOpcode::kConvolution, conv->opcode())
    [all...]
pad_insertion.h 35 bool CanonicalizeForwardConvolution(HloInstruction* conv);
pad_insertion.cc 29 bool IsForwardConvolutionCanonical(const HloInstruction& conv) {
30 CHECK_EQ(conv.custom_call_target(), kCudnnConvForwardCallTarget);
31 return window_util::HasSymmetricPadding(conv.window()) &&
32 !window_util::HasNegativePadding(conv.window()) &&
33 !window_util::HasDilation(conv.window());
147 bool PadInsertion::CanonicalizeForwardConvolution(HloInstruction* conv) {
148 if (IsForwardConvolutionCanonical(*conv)) {
155 conv->window(), conv->convolution_dimension_numbers(),
156 conv->mutable_operand(0))
    [all...]
  /external/adhd/cras/src/server/
cras_fmt_conv.c 28 typedef size_t (*channel_converter_t)(struct cras_fmt_conv *conv,
169 static size_t s16_mono_to_stereo(struct cras_fmt_conv *conv,
184 static size_t s16_stereo_to_mono(struct cras_fmt_conv *conv,
199 static size_t s16_mono_to_51(struct cras_fmt_conv *conv,
206 left = conv->out_fmt.channel_layout[CRAS_CH_FL];
207 right = conv->out_fmt.channel_layout[CRAS_CH_FR];
208 center = conv->out_fmt.channel_layout[CRAS_CH_FC];
233 static size_t s16_stereo_to_51(struct cras_fmt_conv *conv,
240 left = conv->out_fmt.channel_layout[CRAS_CH_FL];
241 right = conv->out_fmt.channel_layout[CRAS_CH_FR]
425 struct cras_fmt_conv *conv; local
617 struct cras_fmt_conv *conv; local
    [all...]
cras_fmt_conv.h 26 void cras_fmt_conv_destroy(struct cras_fmt_conv *conv);
41 * conv - The format converter.
46 void cras_channel_remix_convert(struct cras_fmt_conv *conv,
53 const struct cras_fmt_conv *conv);
57 const struct cras_fmt_conv *conv);
60 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv *conv,
63 size_t cras_fmt_conv_out_frames_to_in(struct cras_fmt_conv *conv,
66 void cras_fmt_conv_set_linear_resample_rates(struct cras_fmt_conv *conv,
71 * conv - The format converter returned from cras_fmt_conv_create().
80 size_t cras_fmt_conv_convert_frames(struct cras_fmt_conv *conv,
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
SendersFormattingTests.java 45 final ConversationInfo conv = createConversationInfo(); local
46 conv.addParticipant(new ParticipantInfo(null, "something@somewhere.com", 0, false));
51 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false); local
57 final ConversationInfo conv = createConversationInfo(); local
58 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
63 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false); local
69 final ConversationInfo conv = createConversationInfo(); local
70 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
71 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
76 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false) local
83 final ConversationInfo conv = createConversationInfo(); local
91 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false); local
128 final ConversationInfo conv = createConversationInfo(); local
139 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
148 final ConversationInfo conv = createConversationInfo(); local
159 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
168 final ConversationInfo conv = createConversationInfo(); local
179 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
188 final ConversationInfo conv = createConversationInfo(); local
199 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
208 final ConversationInfo conv = createConversationInfo(); local
220 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
229 final ConversationInfo conv = createConversationInfo(); local
239 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
252 final ConversationInfo conv = createConversationInfo(); local
262 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
    [all...]
  /external/vboot_reference/scripts/image_signing/
firmware_boot.sh 53 dd if=nor.bin of=bad.bin conv=notrunc bs=1 count=65536
58 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
59 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
64 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
65 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
70 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
71 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
76 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
77 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
82 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 213 UConverter *conv; local
218 conv = ucnv_open("koi8-r", &status);
223 len = ucnv_fromUChars(conv, target, 100, source, -1, &status);
227 ucnv_close(conv);
309 UConverter *conv; local
321 conv = ucnv_open("utf-8", &status);
324 uBufSize = (BUFFERSIZE/ucnv_getMinCharSize(conv));
326 BUFFERSIZE, ucnv_getMinCharSize(conv), uBufSize);
343 ucnv_toUnicode(conv, &target, targetLimit,
377 ucnv_close(conv);
405 UConverter *conv; local
538 UConverter *conv; local
578 UConverter *conv = NULL; local
625 UConverter *conv = NULL; local
719 UConverter *conv = NULL, *cloneCnv = NULL; local
888 UConverter *conv = NULL; local
994 UConverter *conv = NULL; local
1089 UConverter *conv = NULL; local
    [all...]
  /external/sfntly/cpp/src/test/
test_utils_test.cc 32 UConverter* conv = TestUtils::GetEncoder("utf8"); local
33 EXPECT_TRUE(conv != NULL);
41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]);
48 ucnv_close(conv);
53 ucnv_close(conv);
  /packages/apps/Messaging/src/com/android/messaging/widget/
WidgetConversationListService.java 100 final ConversationListItemData conv = new ConversationListItemData(); local
101 conv.bind(mCursor);
107 final boolean hasUnreadMessages = !conv.getIsRead();
111 final String timeStamp = conv.getIsSendRequested() ?
113 Dates.getWidgetTimeString(conv.getTimestamp(), true /*abbreviated*/)
121 boldifyIfUnread(conv.getName(), hasUnreadMessages));
125 conv.getNotificationEnabled() ? View.GONE : View.VISIBLE);
129 conv.getConversationId(), null /* draft */);
153 if (conv.getIcon() != null) {
154 iconUri = Uri.parse(conv.getIcon())
    [all...]
  /external/icu/icu4c/source/i18n/
csmatch.cpp 63 UConverter *conv = ucnv_open(getName(), status); local
64 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
66 ucnv_close(conv);
  /external/fonttools/Lib/fontTools/ttLib/tables/
otBase.py 546 for conv in converters:
547 if conv.name == "SubTable":
548 conv = conv.getConverter(reader.globalState.tableType,
550 if conv.name == "ExtSubTable":
551 conv = conv.getConverter(reader.globalState.tableType,
553 if conv.name == "FeatureParams":
554 conv = conv.getConverter(reader["FeatureTag"]
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
layout_optimizer_test.cc 68 Output conv = ops::Conv2D(s->WithOpName("Conv2D").WithDevice(device), input, local
70 return conv;
166 auto conv = SimpleConv2DBackpropInput(&s, 7, 2, "SAME"); local
167 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv});
189 auto conv = SimpleConv2DBackpropInput(&s, 7, 2, "SAME", false); local
190 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv});
211 auto conv = SimpleConv2D(&s, 2, 1, "SAME"); local
212 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv});
224 auto conv = SimpleConv2D(&s, 2, 1, "SAME"); local
225 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv});
237 auto conv = SimpleConv2D(&s, 2, 2, "VALID"); local
250 auto conv = SimpleConv2D(&s, 2, 2, "SAME"); local
263 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
276 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
303 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
333 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
366 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
381 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
395 auto conv = local
410 auto conv = local
425 auto conv = SimpleConv2D(&s, 4, 2, "VALID", "\/CPU:0"); local
467 auto conv = SimpleConv2D(&s, 5, 2, "VALID"); local
487 auto conv = SimpleConv2D(&s, 6, 2, "SAME"); local
507 auto conv = SimpleConv2D(&s, 5, 2, "VALID"); local
527 auto conv = SimpleConv2D(&s, 5, 2, "VALID"); local
547 auto conv = SimpleConv2D(&s, 5, 2, "VALID"); local
568 auto conv = SimpleConv2D(&s, 5, 2, "VALID"); local
591 auto conv = SimpleConv2D(&s, 4, 2, "SAME"); local
612 auto conv = SimpleConv2D(&s, 4, 2, "SAME"); local
636 auto conv = SimpleConv2D(&s, 4, 2, "SAME"); local
657 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
678 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
699 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
728 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
745 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
762 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
785 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
802 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
826 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
850 auto conv = SimpleConv2D(&s, 5, 2, "VALID"); local
885 auto conv = SimpleConv2D(&s, 5, 2, "VALID"); local
928 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
957 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
982 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
1001 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
1025 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
1047 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
1065 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
1084 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); local
    [all...]
  /art/test/370-dex-v37/
build 26 printf '037' | dd status=none conv=notrunc of=classes.dex bs=1 seek=4 count=3
  /development/build/
product_sdk.mk 44 hprof-conv \
  /external/elfutils/tests/
run-ranlib-test2.sh 32 dd of=$original seek=24 bs=1 count=12 conv=notrunc 2>/dev/null
  /device/generic/goldfish/tools/
mk_qemu_image.sh 17 dd if=$srcimg of=$target conv=notrunc,sync ibs=1024k obs=1024k seek=1
28 dd if=/dev/zero of=$target conv=notrunc bs=1 count=1024k seek=$curdisksize
  /external/tensorflow/tensorflow/examples/learn/
resnet.py 85 conv = tf.layers.conv2d(
91 conv = tf.layers.batch_normalization(conv)
94 conv = tf.layers.conv2d(
95 conv,
100 conv = tf.layers.batch_normalization(conv)
105 conv = tf.layers.conv2d(
106 conv,
111 conv = tf.layers.batch_normalization(conv
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
hal_outputs.c 427 float conv = 1.f / (1L<<30); local
431 r[0][0] = rot[0]*conv;
432 r[0][1] = rot[1]*conv;
433 r[0][2] = rot[2]*conv;
434 r[1][0] = rot[3]*conv;
435 r[1][1] = rot[4]*conv;
436 r[1][2] = rot[5]*conv;
437 r[2][0] = rot[6]*conv;
438 r[2][1] = rot[7]*conv;
439 r[2][2] = rot[8]*conv;
456 float conv = 1.f \/ (1L<<30); local
489 float conv = 1.f \/ (1L<<30); local
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
hal_outputs.c 381 float conv = 1.f / (1L<<30); local
385 r[0][0] = rot[0]*conv;
386 r[0][1] = rot[1]*conv;
387 r[0][2] = rot[2]*conv;
388 r[1][0] = rot[3]*conv;
389 r[1][1] = rot[4]*conv;
390 r[1][2] = rot[5]*conv;
391 r[2][0] = rot[6]*conv;
392 r[2][1] = rot[7]*conv;
393 r[2][2] = rot[8]*conv;
410 float conv = 1.f \/ (1L<<30); local
443 float conv = 1.f \/ (1L<<30); local
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.cpp 49 UConverter* conv; member in struct:UCHARBUF
55 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){
75 *conv =NULL;
80 *conv = ucnv_open(*cp,error);
85 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
134 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){
139 if(conv==NULL || cp==NULL || fileName==NULL){
151 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) {
154 ucnv_close(*conv);
155 *conv=NULL
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loslib.c 171 static const char *checkoption (lua_State *L, const char *conv, char *buff) {
175 if (*conv != '\0' && strchr(options[i], *conv) != NULL) {
176 buff[1] = *conv;
179 return conv + 1;
181 else if (*(conv + 1) != '\0' &&
182 strchr(options[i + 1], *(conv + 1)) != NULL) {
183 buff[2] = *(conv + 1); /* valid two-char conversion specifier */
185 return conv + 2;
190 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv));
    [all...]
  /external/syslinux/com32/lua/src/
loslib.c 176 static const char *checkoption (lua_State *L, const char *conv, char *buff) {
180 if (*conv != '\0' && strchr(options[i], *conv) != NULL) {
181 buff[1] = *conv;
184 return conv + 1;
186 else if (*(conv + 1) != '\0' &&
187 strchr(options[i + 1], *(conv + 1)) != NULL) {
188 buff[2] = *(conv + 1); /* valid two-char conversion specifier */
190 return conv + 2;
195 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv));
    [all...]
  /external/skia/src/gpu/effects/
GrGaussianConvolutionFragmentProcessor.cpp 122 const GrGaussianConvolutionFragmentProcessor& conv = local
124 GrSurfaceProxy* proxy = conv.textureSampler(0).proxy();
129 switch (conv.direction()) {
140 if (conv.useBounds()) {
142 bounds[0] = conv.bounds()[0];
143 bounds[1] = conv.bounds()[1];
144 if (GrTextureDomain::kClamp_Mode == conv.mode()) {
148 if (Direction::kX == conv.direction()) {
160 int width = conv.width();
164 pdman.set4fv(fKernelUni, arrayCount, conv.kernel())
169 const GrGaussianConvolutionFragmentProcessor& conv = local
    [all...]

Completed in 1059 milliseconds

1 2 3 4 5 6 7 8 91011>>