HomeSort by relevance Sort by last modified time
    Searched refs:co (Results 251 - 275 of 508) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/image/jpeg/
writer_test.go 228 co := imgYCbCr.COffset(x, y)
231 imgYCbCr.Cb[co] = ccr
232 imgYCbCr.Cr[co] = ccb
  /prebuilts/go/linux-x86/src/image/jpeg/
writer_test.go 228 co := imgYCbCr.COffset(x, y)
231 imgYCbCr.Cb[co] = ccr
232 imgYCbCr.Cr[co] = ccb
  /external/tensorflow/tensorflow/contrib/rnn/kernels/
lstm_ops.cc 55 typename TTypes<T>::Matrix co, typename TTypes<T>::Matrix icfo,
106 // co = tanh(cs)
107 co.device(d) = cs.tanh();
120 // h = o .* co
121 h.device(d) = o * co;
134 typename TTypes<T>::ConstMatrix ci, typename TTypes<T>::ConstMatrix co,
142 // do[t] = sigm'(o[t]) .* dh[t] .* co[t]
143 do_.device(d) = o * (o.constant(T(1)) - o) * h_grad * co;
146 dcs.device(d) = (co.constant(T(1)) - co * co) * h_grad * o + cs_grad
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/opencv/ml/src/
mltree.cpp 583 // co - array of count/offset pairs (to handle duplicated values in _subsample_idx)
584 int* co, cur_ofs = 0; local
592 co = subsample_co->data.i;
594 co[sidx[i]*2]++;
597 if( co[i*2] )
599 co[i*2+1] = cur_ofs;
600 cur_ofs += co[i*2];
603 co[i*2+1] = -1;
636 count_i = co[idx*2];
640 for( cur_ofs = co[idx*2+1]; count_i > 0; count_i--, j++, cur_ofs++
690 int* co = 0; local
    [all...]
  /external/python/cpython2/Lib/test/
test_compile.py 249 co = compile(s256, 'fn', 'exec')
250 self.assertEqual(co.co_firstlineno, 257)
251 self.assertEqual(co.co_lnotab, '')
test_marshal.py 153 co = ExceptionTestCase.test_exceptions.func_code
154 new = marshal.loads(marshal.dumps(co))
155 self.assertEqual(co, new)
  /external/python/cpython3/Lib/
traceback.py 340 co = f.f_code
341 filename = co.co_filename
342 name = co.co_name
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_marshal.py 149 co = ExceptionTestCase.test_exceptions.func_code
150 new = marshal.loads(marshal.dumps(co))
151 self.assertEqual(co, new)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_marshal.py 149 co = ExceptionTestCase.test_exceptions.func_code
150 new = marshal.loads(marshal.dumps(co))
151 self.assertEqual(co, new)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_marshal.py 149 co = ExceptionTestCase.test_exceptions.func_code
150 new = marshal.loads(marshal.dumps(co))
151 self.assertEqual(co, new)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_marshal.py 149 co = ExceptionTestCase.test_exceptions.func_code
150 new = marshal.loads(marshal.dumps(co))
151 self.assertEqual(co, new)
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 37 t.expectTrue(dnsDomainIs("google.co.uk", ".co.uk"));
38 t.expectFalse(dnsDomainIs("google.com", ".co.uk"));
  /external/python/cpython3/Lib/test/
test_exceptions.py 189 co = tb.tb_frame.f_code
190 self.assertEqual(co.co_name, "test_capi1")
191 self.assertTrue(co.co_filename.endswith('test_exceptions.py'))
201 co = tb.tb_frame.f_code
202 self.assertEqual(co.co_name, "__init__")
203 self.assertTrue(co.co_filename.endswith('test_exceptions.py'))
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 2 * Copyright (C) 2008-2012 OMRON SOFTWARE Co., Ltd.
17 package jp.co.omronsoft.openwnn.JAJP;
19 import jp.co.omronsoft.openwnn.*;
25 * @author Copyright (C) 2009 OMRON SOFTWARE CO., LTD. All Rights Reserved.
TutorialJAJP.java 2 * Copyright (C) 2008-2012 OMRON SOFTWARE Co., Ltd.
33 package jp.co.omronsoft.openwnn.JAJP;
35 import jp.co.omronsoft.openwnn.*;
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go 22 // - the public suffix of "foo1.foo2.foo3.co.uk" is "co.uk", and
54 // secure: it means that the HTTP server for foo.co.uk can set a cookie
55 // for bar.co.uk.
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go 22 // - the public suffix of "foo1.foo2.foo3.co.uk" is "co.uk", and
54 // secure: it means that the HTTP server for foo.co.uk can set a cookie
55 // for bar.co.uk.
  /toolchain/binutils/binutils-2.27/bfd/
elf32-epiphany.c 50 #define AHOW(t,rs,s,bs,pr,bp,co,name,sm,dm) \
57 co, /* complain_on_overflow */ \
  /external/clang/test/CXX/special/class.copy/
implicit-move.cpp 238 CopyOnly co; member in struct:DR1402::CopyAndMove
241 template void test(CopyAndMove); // ok, copies co, moves mo
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 2 * Copyright (C) 2008-2012 OMRON SOFTWARE Co., Ltd.
17 package jp.co.omronsoft.openwnn;
39 * @author Copyright (C) 2009, OMRON SOFTWARE CO., LTD. All Rights Reserved.
  /external/valgrind/VEX/priv/
ir_opt.c 3458 IRTemp co; member in struct:__anon42005::__anon42007::__anon42013
3464 IRTemp co; member in struct:__anon42005::__anon42007::__anon42014
3470 IRTemp co; member in struct:__anon42005::__anon42007::__anon42015
3476 IRTemp co; member in struct:__anon42005::__anon42007::__anon42016
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 2028 cmpwrapperobject *co; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 2027 cmpwrapperobject *co; local
    [all...]
  /external/curl/lib/
http.c 2380 struct Cookie *co = NULL; \/* no cookies from start *\/ local
    [all...]

Completed in 756 milliseconds

<<11121314151617181920>>