Home
last modified time | relevance | path

Searched refs:micro (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
DMakefile.inc28 tensorflow/lite/experimental/micro/examples/micro_speech/micro_speech_test.cc \
29 tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/tiny_conv_micro_features_mo…
30 tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/no_micro_features_data.cc \
31 tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/yes_micro_features_data.cc
34 tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/tiny_conv_micro_features_mo…
35 tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/no_micro_features_data.h \
36 tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/yes_micro_features_data.h \
39 tensorflow/lite/experimental/micro/examples/micro_speech/simple_features/simple_features_generator.…
40 tensorflow/lite/experimental/micro/examples/micro_speech/simple_features/simple_features_generator_…
41 tensorflow/lite/experimental/micro/examples/micro_speech/no_30ms_sample_data.cc \
[all …]
DBUILD9 "//tensorflow/lite/experimental/micro/testing:micro_test.bzl",
52 "//tensorflow/lite/experimental/micro:micro_framework",
53 …"//tensorflow/lite/experimental/micro/examples/micro_speech/micro_features:micro_features_test_dat…
54 …"//tensorflow/lite/experimental/micro/examples/micro_speech/micro_features:tiny_conv_micro_feature…
55 "//tensorflow/lite/experimental/micro/kernels:all_ops_resolver",
56 "//tensorflow/lite/experimental/micro/kernels:micro_ops",
57 "//tensorflow/lite/experimental/micro/testing:micro_test",
109 "//tensorflow/lite/experimental/micro:micro_framework",
124 "//tensorflow/lite/experimental/micro:micro_framework",
125 "//tensorflow/lite/experimental/micro/testing:micro_test",
[all …]
/external/harfbuzz_ng/test/api/
Dtest-version.c35 unsigned int major, minor, micro; in test_version() local
38 hb_version (&major, &minor, &micro); in test_version()
42 g_assert_cmpint (micro, ==, HB_VERSION_MICRO); in test_version()
44 s = g_strdup_printf ("%u.%u.%u", major, minor, micro); in test_version()
49 g_assert (HB_VERSION_ATLEAST (major, minor, micro)); in test_version()
51 g_assert (HB_VERSION_ATLEAST (major-1, minor, micro)); in test_version()
53 g_assert (HB_VERSION_ATLEAST (major, minor-1, micro)); in test_version()
54 if (micro) in test_version()
55 g_assert (HB_VERSION_ATLEAST (major, minor, micro-1)); in test_version()
56 g_assert (!HB_VERSION_ATLEAST (major+1, minor, micro)); in test_version()
[all …]
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
DBUILD10 "//tensorflow/lite/experimental/micro/testing:micro_test.bzl",
70 "//tensorflow/lite/experimental/micro:micro_framework",
91 "//tensorflow/lite/experimental/micro:micro_framework",
115 "//tensorflow/lite/experimental/micro:micro_framework",
136 "//tensorflow/lite/experimental/micro:micro_framework",
154 "//tensorflow/lite/experimental/micro:micro_framework",
173 "//tensorflow/lite/experimental/micro:micro_framework",
191 "//tensorflow/lite/experimental/micro:micro_framework",
207 "//tensorflow/lite/experimental/micro:micro_framework",
228 "//tensorflow/lite/experimental/micro/testing:micro_test",
[all …]
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/
DBUILD9 "//tensorflow/lite/experimental/micro/testing:micro_test.bzl",
45 "//tensorflow/lite/experimental/micro:micro_framework",
81 "//tensorflow/lite/experimental/micro:micro_framework",
93 "//tensorflow/lite/experimental/micro:micro_framework",
94 "//tensorflow/lite/experimental/micro/testing:micro_test",
106 "//tensorflow/lite/experimental/micro:micro_framework",
107 "//tensorflow/lite/experimental/micro/testing:micro_test",
119 "//tensorflow/lite/experimental/micro:micro_framework",
120 "//tensorflow/lite/experimental/micro/testing:micro_test",
132 "//tensorflow/lite/experimental/micro:micro_framework",
[all …]
/external/python/cpython2/Doc/tools/extensions/
Dpatchlevel.py36 micro = int(d['PY_MICRO_VERSION'])
37 if micro != 0:
38 release += '.' + str(micro)
52 major, minor, micro, level, serial = sys.version_info
54 if micro:
55 release += '.%s' % micro
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
DBUILD10 "//tensorflow/lite/experimental/micro/testing:micro_test.bzl",
130 "//tensorflow/lite/experimental/micro/testing:micro_test",
139 "//tensorflow/lite/experimental/micro/testing:micro_test",
148 "//tensorflow/lite/experimental/micro/testing:micro_test",
157 "//tensorflow/lite/experimental/micro/testing:micro_test",
166 "//tensorflow/lite/experimental/micro/testing:micro_test",
175 "//tensorflow/lite/experimental/micro/testing:micro_test",
184 "//tensorflow/lite/experimental/micro/testing:micro_test",
/external/python/cpython2/PC/VS7.1/
Dfield3.py17 major, minor, micro, level, serial = sys.version_info variable
26 print " * PY_MICRO_VERSION = %d" % micro
31 field3 = micro * 1000 + levelnum * 10 + serial
33 print " * and %d*1000 + %d*10 + %d = %d" % (micro, levelnum, serial, field3)
/external/python/cpython2/PC/VS9.0/
Dfield3.py17 major, minor, micro, level, serial = sys.version_info variable
26 print(" * PY_MICRO_VERSION = %d" % micro)
31 field3 = micro * 1000 + levelnum * 10 + serial
33 print(" * and %d*1000 + %d*10 + %d = %d" % (micro, levelnum, serial, field3))
/external/python/cpython2/PCbuild/
Dfield3.py17 major, minor, micro, level, serial = sys.version_info variable
26 print(" * PY_MICRO_VERSION = %d" % micro)
31 field3 = micro * 1000 + levelnum * 10 + serial
33 print(" * and %d*1000 + %d*10 + %d = %d" % (micro, levelnum, serial, field3))
/external/python/cpython3/PCbuild/
Dfield3.py17 major, minor, micro, level, serial = sys.version_info variable
26 print(" * PY_MICRO_VERSION = %d" % micro)
31 field3 = micro * 1000 + levelnum * 10 + serial
33 print(" * and %d*1000 + %d*10 + %d = %d" % (micro, levelnum, serial, field3))
/external/python/cpython2/PC/VS8.0/
Dfield3.py17 major, minor, micro, level, serial = sys.version_info variable
26 print(" * PY_MICRO_VERSION = %d" % micro)
31 field3 = micro * 1000 + levelnum * 10 + serial
33 print(" * and %d*1000 + %d*10 + %d = %d" % (micro, levelnum, serial, field3))
/external/skqp/third_party/harfbuzz/
Dhb-version.h45 #define HB_VERSION_ATLEAST(major,minor,micro) \ argument
46 ((major)*10000+(minor)*100+(micro) <= \
53 unsigned int *micro);
61 unsigned int micro);
/external/harfbuzz_ng/src/
Dhb-version.h45 #define HB_VERSION_ATLEAST(major,minor,micro) \ argument
46 ((major)*10000+(minor)*100+(micro) <= \
53 unsigned int *micro);
61 unsigned int micro);
/external/llvm/lib/Target/AArch64/
DAArch64SchedKryo.td36 def KryoUnitXA : ProcResource<1>; // Type X(A) micro-ops
37 def KryoUnitXB : ProcResource<1>; // Type X(B) micro-ops
38 def KryoUnitYA : ProcResource<1>; // Type Y(A) micro-ops
39 def KryoUnitYB : ProcResource<1>; // Type Y(B) micro-ops
40 def KryoUnitX : ProcResGroup<[KryoUnitXA, // Type X micro-ops
42 def KryoUnitY : ProcResGroup<[KryoUnitYA, // Type Y micro-ops
44 def KryoUnitXY : ProcResGroup<[KryoUnitXA, // Type XY micro-ops
48 def KryoUnitLSA : ProcResource<1>; // Type LS(A) micro-ops
49 def KryoUnitLSB : ProcResource<1>; // Type LS(B) micro-ops
50 def KryoUnitLS : ProcResGroup<[KryoUnitLSA, // Type LS micro-ops
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SchedKryo.td41 def KryoUnitXA : ProcResource<1>; // Type X(A) micro-ops
42 def KryoUnitXB : ProcResource<1>; // Type X(B) micro-ops
43 def KryoUnitYA : ProcResource<1>; // Type Y(A) micro-ops
44 def KryoUnitYB : ProcResource<1>; // Type Y(B) micro-ops
45 def KryoUnitX : ProcResGroup<[KryoUnitXA, // Type X micro-ops
47 def KryoUnitY : ProcResGroup<[KryoUnitYA, // Type Y micro-ops
49 def KryoUnitXY : ProcResGroup<[KryoUnitXA, // Type XY micro-ops
53 def KryoUnitLSA : ProcResource<1>; // Type LS(A) micro-ops
54 def KryoUnitLSB : ProcResource<1>; // Type LS(B) micro-ops
55 def KryoUnitLS : ProcResGroup<[KryoUnitLSA, // Type LS micro-ops
/external/tensorflow/tensorflow/lite/experimental/micro/tools/make/
DMakefile2 MAKEFILE_DIR := tensorflow/lite/experimental/micro/tools/make
54 TEST_SCRIPT := tensorflow/lite/experimental/micro/testing/test_linux_binary.sh
74 $(wildcard tensorflow/lite/experimental/micro/*test.cc) \
75 $(wildcard tensorflow/lite/experimental/micro/kernels/*test.cc)
78 $(wildcard tensorflow/lite/experimental/micro/testing/*.h)
81 $(wildcard tensorflow/lite/experimental/micro/*.cc) \
82 $(wildcard tensorflow/lite/experimental/micro/kernels/*.cc) \
92 $(wildcard tensorflow/lite/experimental/micro/*.h) \
93 $(wildcard tensorflow/lite/experimental/micro/kernels/*.h) \
176 include $(wildcard tensorflow/lite/experimental/micro/examples/*/Makefile.inc)
Ddownload_dependencies.sh22 DOWNLOADS_DIR=tensorflow/lite/experimental/micro/tools/make/downloads
115 …\n// End patch.\\\n\\\n#ifdef FIXED_POINT@g' tensorflow/lite/experimental/micro/tools/make/downloa…
116 …S_FFT_MALLOC(X) (void*)(0) /* Patched. */@g" tensorflow/lite/experimental/micro/tools/make/downloa…
117 …e@#define KISS_FFT_FREE(X) /* Patched. */@g" tensorflow/lite/experimental/micro/tools/make/downloa…
118 …sed -ir -E "s@(fprintf.*\);)@/* \1 */@g" tensorflow/lite/experimental/micro/tools/make/downloads/k…
119 …sed -ir -E "s@(exit.*\);)@return; /* \1 */@g" tensorflow/lite/experimental/micro/tools/make/downlo…
/external/caliper/caliper/src/main/resources/com/google/caliper/config/
Ddefault-config.properties5 # instrument.micro.options.warmup=10s
6 # instrument.micro.options.timingInterval=500ms
7 # instrument.micro.options.reportedIntervals=7
8 # instrument.micro.options.maxRuntime=10s
/external/u-boot/arch/arm/mach-rockchip/rk3288/
DKconfig8 HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and
27 ports, micro HDMI, a 10.1-inch 1280x800 EDP display, micro-SD card,
38 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
47 HDMI, micro-SD card, audio, WiFi and Gigabit Ethernet. It also
56 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
65 ports, HDMI, micro-SD card, 16 GB eMMC and Gigabit Ethernet. It
82 1 micro USB OTG port, HDMI, VGA, micro-SD card, audio, WiFi, Gigabit
108 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
117 includes Ethernet, HDMI, 3 USB, micro-SD, audio, SATA, WiFi and
126 micro-SD card, audio, Gigabit Ethernet. It also includes on-board
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSchedule.td73 def IIC_iLoad_m : InstrItinClass<0>; // micro-coded
74 def IIC_iLoad_mu : InstrItinClass<0>; // micro-coded
75 def IIC_iLoad_mBr : InstrItinClass<0>; // micro-coded
76 def IIC_iPop : InstrItinClass<0>; // micro-coded
77 def IIC_iPop_Br : InstrItinClass<0>; // micro-coded
94 def IIC_iStore_m : InstrItinClass<0>; // micro-coded
95 def IIC_iStore_mu : InstrItinClass<0>; // micro-coded
127 def IIC_fpLoad_m : InstrItinClass<0>; // micro-coded
128 def IIC_fpLoad_mu : InstrItinClass<0>; // micro-coded
131 def IIC_fpStore_m : InstrItinClass<0>; // micro-coded
[all …]
/external/python/cpython3/Doc/tools/extensions/
Dpatchlevel.py35 micro = int(d['PY_MICRO_VERSION'])
36 release += '.' + str(micro)
50 major, minor, micro, level, serial = sys.version_info
52 release += '.%s' % micro
/external/llvm/lib/Target/PowerPC/
DPPCScheduleE5500.td178 2>, // 2 micro-ops
184 2>, // 2 micro-ops
198 2>, // 2 micro-ops
204 2>, // 2 micro-ops
214 2>, // 2 micro-ops
230 2>, // 2 micro-ops
236 2>, // 2 micro-ops
243 2>, // 2 micro-ops
250 2>, // 2 micro-ops
260 2>, // 2 micro-ops
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCScheduleE5500.td178 2>, // 2 micro-ops
184 2>, // 2 micro-ops
198 2>, // 2 micro-ops
204 2>, // 2 micro-ops
214 2>, // 2 micro-ops
230 2>, // 2 micro-ops
236 2>, // 2 micro-ops
243 2>, // 2 micro-ops
250 2>, // 2 micro-ops
260 2>, // 2 micro-ops
[all …]
/external/tensorflow/tensorflow/lite/experimental/micro/
DBUILD8 "//tensorflow/lite/experimental/micro/testing:micro_test.bzl",
55 "//tensorflow/lite/experimental/micro/testing:micro_test",
66 "//tensorflow/lite/experimental/micro/testing:micro_test",
77 "//tensorflow/lite/experimental/micro/testing:micro_test",

12345678910>>...13