Searched refs:weight (Results 151 - 175 of 619) sorted by relevance

1234567891011>>

/external/tensorflow/tensorflow/contrib/learn/python/learn/
H A Dmetric_spec_test.py47 def _fn2(prediction, label, weight=None):
50 self.assertEqual("f2_value", weight)
53 def _fn3(prediction, target, weight=None):
56 self.assertEqual("f2_value", weight)
374 def _fn1(prediction, weight=None):
375 del prediction, weight
400 with self.assertRaisesRegexp(ValueError, "weight.*missing"):
425 def _fn(predictions, labels, weights=None, weight=None):
426 del predictions, labels, weights, weight
429 with self.assertRaisesRegexp(ValueError, "provide only one of.*weight")
[all...]
/external/tensorflow/tensorflow/contrib/lite/models/smartreply/
H A Dpredictor.cc61 float weight = confidence->data.f[i]; local
64 (*response_map)[string(response_text.str, response_text.len)] += weight;
/external/webrtc/webrtc/modules/audio_processing/vad/
H A Dpitch_based_vad.cc51 noise_gmm_.weight = kNoiseGmmWeights;
58 voice_gmm_.weight = kVoiceGmmWeights;
H A Dgmm.cc56 gmm_parameters.weight[n];
/external/libnl/doc/stylesheets/
H A Dflask.css46 font-weight: bold;
99 font-weight: bold;
146 font-weight: bold;
208 font-weight: bold;
268 font-weight: bold;
282 font-weight: bold;
349 font-weight: bold;
432 font-weight: bold;
468 font-weight: bold;
538 font-weight
[all...]
/external/ImageMagick/www/api/MagickCore/
H A Dtabs.css36 font-weight : bold;
70 font-weight : bold;
/external/ImageMagick/www/api/MagickWand/
H A Dtabs.css36 font-weight : bold;
70 font-weight : bold;
/external/adhd/scripts/mic_testing/frontend/
H A Daudio.css32 font-weight: bold;
44 font-weight: bold;
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
H A DArbitraryMeasurmentInstrumentTest.java48 .weight(1)
/external/freetype/include/freetype/
H A Dftwinfnt.h199 FT_UShort weight; member in struct:FT_WinFNT_HeaderRec_
/external/libxcam/xcore/base/
H A Dxcam_3a_types.h126 int weight; member in struct:_XCam3AWindow
/external/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp50 return A->weight < B->weight;
57 /// algorithm. It prioritizes live virtual registers by spill weight and spills
180 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight)
245 // Try to spill another interfering reg with less spill weight.
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h79 int16_t weight; /**< enum pipe_video_mv_weight */ member in struct:vl_motionvector::__anon16122
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DFrameReader.java88 * change the stream's weight from the default (16) to a new value.
92 * @param weight relative proportion of priority in [1..256].
96 void priority(int streamId, int streamDependency, int weight, boolean exclusive); argument
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
H A DBaseTestHandler.java61 @Override public void priority(int streamId, int streamDependency, int weight, argument
/external/pdfium/core/fxge/
H A Dfx_ge_fontmap.cpp56 int weight,
55 MapFontByUnicode(uint32_t dwUnicode, int weight, bool bItalic, int pitch_family) argument
H A Dcfx_facecache.cpp130 int weight = 0; local
132 weight = pSubstFont->m_WeightCJK;
134 weight = pSubstFont ? pSubstFont->m_Weight : 0;
135 if (pSubstFont && !pSubstFont->m_bFlagMM && weight > 400) {
136 uint32_t index = (weight - 400) / 10;
201 int weight = pSubstFont ? pSubstFont->m_Weight : 0; local
205 std::make_tuple(glyph_index, dest_width, weight, angle, vertical);
/external/pdfium/fpdfsdk/
H A Dfpdf_sysfontinfo.cpp50 void* MapFont(int weight,
59 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family,
143 int weight,
150 return pDefault->m_pFontInfo->MapFont(weight, !!bItalic, charset,
142 DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_family, const char* family, int* bExact) argument
/external/pdfium/public/
H A Dfpdf_sysfontinfo.h27 /* Typical weight values */
99 * weight - Weight of the requested font. 400 is normal and
115 int weight,
/external/skqp/tools/
H A Dsk_tool_utils_font.cpp46 SkDebugf("missing %s weight %d, width %d, slant %d\n",
47 name, style.weight(), style.width(), style.slant());
/external/tensorflow/tensorflow/core/lib/random/
H A Dweighted_picker_test.cc168 int32 weight = 1; local
170 picker.set_weight(elem, weight);
171 weights[elem] = weight;
172 weight *= 2;
/external/skia/gm/
H A Dfontmgr.cpp95 sname.appendf(" [%d %d %d]", fs.weight(), fs.width(), fs.slant());
145 sname.appendf(" [%d %d]", fs.weight(), fs.width());
158 for (int weight = 100; weight <= 900; weight += 200) {
160 SkFontStyle fs(weight, width, SkFontStyle::kUpright_Slant);
164 str.printf("request [%d %d]", fs.weight(), fs.width());
/external/skqp/gm/
H A Dfontmgr.cpp95 sname.appendf(" [%d %d %d]", fs.weight(), fs.width(), fs.slant());
145 sname.appendf(" [%d %d]", fs.weight(), fs.width());
158 for (int weight = 100; weight <= 900; weight += 200) {
160 SkFontStyle fs(weight, width, SkFontStyle::kUpright_Slant);
164 str.printf("request [%d %d]", fs.weight(), fs.width());
/external/opencv/cvaux/src/
H A Dcvhmm1d.cpp241 2/*for weight and log_var_val*/ ) * sizeof( float) );
250 all_states[i].weight = pointers; pointers += num_mix[i];
481 // weight - pointer to the wights of the Gaussian mixture
491 int vect_size, float* weight, int num_mix )
506 if ( weight[m] > 0.0)
513 prob = prob + weight[m]*exp((double)l_prob);
740 /* 3a. first mixture - simply scale by weight */
746 mp[l] *= state[l].weight[0];
761 mp[l + ofs] += mp[l] * state[l].weight[m];
805 state[m].log_var_val, vect_size, state[m].weight,
[all...]
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.css79 font-weight: bold;
113 font-weight:bold;
164 font-weight:normal;
305 font-weight:normal;
343 font-weight:normal;
361 font-weight:normal;
370 font-weight:bold;
464 font-weight:normal;
489 font-weight:bold;
539 font-weight
[all...]

Completed in 746 milliseconds

1234567891011>>