Home
last modified time | relevance | path

Searched defs:model (Results 1 – 25 of 694) sorted by relevance

12345678910>>...28

/external/XNNPACK/bench/
Df32-gemm-e2e.cc73 …emm_4x12__aarch64_neonfma_cortex_a53(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_gemm_4x12__aarch64_neonfma_cortex_a53()
82 …gemm_4x8__aarch64_neonfma_cortex_a53(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_gemm_4x8__aarch64_neonfma_cortex_a53()
91 …gemm_4x8__aarch64_neonfma_cortex_a57(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_gemm_4x8__aarch64_neonfma_cortex_a57()
100 …gemm_4x8__aarch64_neonfma_cortex_a75(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_gemm_4x8__aarch64_neonfma_cortex_a75()
109 …d f32_gemm_4x8__aarch64_neonfma_ld64(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_gemm_4x8__aarch64_neonfma_ld64()
118 … f32_gemm_4x8__aarch64_neonfma_ld128(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_gemm_4x8__aarch64_neonfma_ld128()
127 …gemm_5x8__aarch64_neonfma_cortex_a57(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_gemm_5x8__aarch64_neonfma_cortex_a57()
136 …gemm_5x8__aarch64_neonfma_cortex_a75(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_gemm_5x8__aarch64_neonfma_cortex_a75()
145 …gemm_6x8__aarch64_neonfma_cortex_a53(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_gemm_6x8__aarch64_neonfma_cortex_a53()
154 …gemm_6x8__aarch64_neonfma_cortex_a73(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_gemm_6x8__aarch64_neonfma_cortex_a73()
[all …]
Df32-dwconv-e2e.cc69 …id f32_dwconv_up4x9__aarch64_neonfma(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_dwconv_up4x9__aarch64_neonfma()
75 …nv_up4x9__aarch64_neonfma_cortex_a55(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_dwconv_up4x9__aarch64_neonfma_cortex_a55()
89 static void f32_dwconv_up4x9__neon(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_dwconv_up4x9__neon()
95 …tic void f32_dwconv_up4x9__neon_acc2(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_dwconv_up4x9__neon_acc2()
101 static void f32_dwconv_up8x9__neon(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_dwconv_up8x9__neon()
107 …tic void f32_dwconv_up8x9__neon_acc2(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_dwconv_up8x9__neon_acc2()
113 …static void f32_dwconv_up4x9__neonfma(benchmark::State& state, models::ExecutionPlanFactory model)… in f32_dwconv_up4x9__neonfma()
119 … void f32_dwconv_up4x9__neonfma_acc2(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_dwconv_up4x9__neonfma_acc2()
125 …static void f32_dwconv_up8x9__neonfma(benchmark::State& state, models::ExecutionPlanFactory model)… in f32_dwconv_up8x9__neonfma()
131 … void f32_dwconv_up8x9__neonfma_acc2(benchmark::State& state, models::ExecutionPlanFactory model) { in f32_dwconv_up8x9__neonfma_acc2()
[all …]
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dget_started.md29 ### Use a pre-trained model
45 #### Models from other sources
52 ### Re-train a model (transfer learning)
65 ### Train a custom model
91 ### TensorFlow Lite converter
114 ### Options
136 ### Ops compatibility
153 ### TensorFlow Lite interpreter
170 ### GPU acceleration and Delegates
199 ### Android and iOS
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Dpack_test.cc56 PackOpModel<float> model({TensorType_FLOAT32, {2}}, 0, 3); in TEST() local
66 PackOpModel<float> model({TensorType_FLOAT32, {2}}, 1, 3); in TEST() local
76 PackOpModel<float> model({TensorType_FLOAT32, {2}}, -1, 3); in TEST() local
86 PackOpModel<float> model({TensorType_FLOAT32, {2, 3}}, 1, 2); in TEST() local
96 PackOpModel<float> model({TensorType_FLOAT32, {2, 2, 2, 2}}, 1, 2); in TEST() local
110 PackOpModel<int32_t> model({TensorType_INT32, {2}}, 0, 3); in TEST() local
120 PackOpModel<int32_t> model({TensorType_INT32, {2}}, 1, 3); in TEST() local
130 PackOpModel<int32_t> model({TensorType_INT32, {2}}, -1, 3); in TEST() local
140 PackOpModel<int32_t> model({TensorType_INT32, {2, 3}}, 1, 2); in TEST() local
151 PackOpModel<int64_t> model({TensorType_INT64, {2}}, 0, 3); in TEST() local
[all …]
Dcomparisons_test.cc96 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, TensorType_BOOL, in TEST() local
107 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, TensorType_FLOAT32, in TEST() local
118 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, TensorType_INT32, in TEST() local
129 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 1}, TensorType_INT32, in TEST() local
140 ComparisonOpModel model({1, 1, 2, 4}, {1, 1, 1, 4}, TensorType_INT32, in TEST() local
152 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, TensorType_BOOL, in TEST() local
163 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, TensorType_FLOAT32, in TEST() local
174 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, TensorType_INT32, in TEST() local
185 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 1}, TensorType_INT32, in TEST() local
196 ComparisonOpModel model({1, 1, 2, 4}, {1, 1, 1, 4}, TensorType_INT32, in TEST() local
[all …]
Dselect_test.cc83 SelectOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, {1, 1, 1, 4}, in TEST() local
97 SelectOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, {1, 1, 1, 4}, in TEST() local
110 SelectOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, {1, 1, 1, 4}, in TEST() local
123 SelectOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, {1, 1, 1, 4}, in TEST() local
136 SelectOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, {1, 1, 1, 4}, in TEST() local
149 SelectOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, {1, 1, 1, 4}, in TEST() local
162 SelectOpModel model({2}, {2, 1, 2, 1}, {2, 1, 2, 1}, TensorType_INT32); in TEST() local
174 SelectOpModel model({1}, {1, 2, 2, 1}, {1, 2, 2, 1}, TensorType_INT32); in TEST() local
186 SelectV2OpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, {1, 1, 1, 4}, in TEST() local
200 SelectV2OpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, {1, 1, 1, 4}, in TEST() local
[all …]
Dmirror_pad_test.cc53 BaseMirrorPadOpModel<int> model( in TEST() local
63 BaseMirrorPadOpModel<int> model( in TEST() local
74 BaseMirrorPadOpModel<int> model( in TEST() local
85 BaseMirrorPadOpModel<int> model( in TEST() local
96 BaseMirrorPadOpModel<int> model( in TEST() local
107 BaseMirrorPadOpModel<int> model( in TEST() local
119 BaseMirrorPadOpModel<int> model( in TEST() local
131 BaseMirrorPadOpModel<int> model( in TEST() local
145 BaseMirrorPadOpModel<int> model( in TEST() local
157 BaseMirrorPadOpModel<int> model( in TEST() local
[all …]
Dreverse_test.cc54 ReverseOpModel<float> model({TensorType_FLOAT32, {4}}, in TEST() local
65 ReverseOpModel<float> model({TensorType_FLOAT32, {4, 3, 2}}, in TEST() local
82 ReverseOpModel<int32_t> model({TensorType_INT32, {4}}, in TEST() local
93 ReverseOpModel<int32_t> model({TensorType_INT32, {4, 3, 2}}, in TEST() local
110 ReverseOpModel<int64_t> model({TensorType_INT64, {4}}, in TEST() local
121 ReverseOpModel<int64_t> model({TensorType_INT64, {4, 3, 2}}, in TEST() local
138 ReverseOpModel<uint8_t> model({TensorType_UINT8, {4}}, in TEST() local
149 ReverseOpModel<uint8_t> model({TensorType_UINT8, {4, 3, 2}}, in TEST() local
166 ReverseOpModel<int16_t> model({TensorType_INT16, {4}}, in TEST() local
177 ReverseOpModel<int16_t> model({TensorType_INT16, {4, 3, 2}}, in TEST() local
Dreverse_sequence_test.cc56 ReverseSequenceOpModel<float> model({TensorType_FLOAT32, {4, 3, 2}}, in TEST() local
71 ReverseSequenceOpModel<float> model({TensorType_FLOAT32, {4, 3, 2}}, in TEST() local
86 ReverseSequenceOpModel<int32_t> model({TensorType_INT32, {4, 3, 2}}, in TEST() local
101 ReverseSequenceOpModel<int32_t> model({TensorType_INT32, {4, 3, 2}}, in TEST() local
116 ReverseSequenceOpModel<int64_t> model({TensorType_INT64, {4, 3, 2}}, in TEST() local
131 ReverseSequenceOpModel<int64_t> model({TensorType_INT64, {4, 3, 2}}, in TEST() local
146 ReverseSequenceOpModel<uint8_t> model({TensorType_UINT8, {4, 3, 2}}, in TEST() local
161 ReverseSequenceOpModel<uint8_t> model({TensorType_UINT8, {4, 3, 2}}, in TEST() local
176 ReverseSequenceOpModel<int16_t> model({TensorType_INT16, {4, 3, 2}}, in TEST() local
191 ReverseSequenceOpModel<int16_t> model({TensorType_INT16, {4, 3, 2}}, in TEST() local
Darg_min_max_test.cc121 void ValidateOutput(const ArgBaseOpModel& model, in ValidateOutput()
138 ArgMaxOpModel model({1, 1, 1, 4}, TensorType_FLOAT32, 3, AxisType(), in TEST_P() local
148 ArgMaxOpModel model({1, 1, 1, 4}, TensorType_UINT8, 3, AxisType(), in TEST_P() local
158 ArgMaxOpModel model({1, 1, 1, 4}, TensorType_INT8, 3, AxisType(), in TEST_P() local
168 ArgMaxOpModel model({1, 1, 1, 4}, TensorType_INT32, 3, AxisType(), in TEST_P() local
178 ArgMaxOpModel model({1, 1, 2, 4}, TensorType_INT32, 3, AxisType(), in TEST_P() local
188 ArgMaxOpModel model({1, 1, 2, 4}, TensorType_INT32, -2, AxisType(), in TEST_P() local
198 ArgMaxOpModel model({1, 1, 2, 4}, TensorType_INT32, 3, AxisType(), in TEST_P() local
208 ArgMinOpModel model({1, 1, 1, 4}, TensorType_FLOAT32, 3, AxisType(), in TEST_P() local
218 ArgMinOpModel model({1, 1, 1, 4}, TensorType_INT32, 3, AxisType(), in TEST_P() local
[all …]
Dfloor_mod_test.cc52 FloorModModel<int32_t> model({TensorType_INT32, {1, 2, 2, 1}}, in TEST() local
63 FloorModModel<int32_t> model({TensorType_INT32, {1, 2, 2, 1}}, in TEST() local
74 FloorModModel<int32_t> model({TensorType_INT32, {1, 2, 2, 1}}, in TEST() local
84 FloorModModel<int64_t> model({TensorType_INT64, {1, 2, 2, 1}}, in TEST() local
95 FloorModModel<float> model({TensorType_FLOAT32, {1, 2, 2, 1}}, in TEST() local
106 FloorModModel<float> model({TensorType_FLOAT32, {1, 2, 2, 1}}, in TEST() local
117 FloorModModel<float> model({TensorType_FLOAT32, {1, 2, 2, 1}}, in TEST() local
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/
Dtraining_a_model.md13 ### Training framework choice
61 ### Building the dataset
112 ### Training the model
207 ### TensorBoard
240 ### Evaluating the model
279 ### Exporting the model to TensorFlow Lite
397 ### Training for other categories
424 ### Understanding the architecture
/external/tensorflow/tensorflow/lite/micro/examples/person_detection_experimental/
Dtraining_a_model.md13 ### Training framework choice
61 ### Building the dataset
112 ### Training the model
207 ### TensorBoard
240 ### Evaluating the model
279 ### Exporting the model to TensorFlow Lite
397 ### Training for other categories
424 ### Understanding the architecture
/external/tensorflow/tensorflow/python/keras/tests/
Dtemporal_sample_weights_correctness_test.py262 def _train_and_assert(model): argument
274 def _train_and_assert(model): argument
291 def _train_and_assert(model): argument
306 def _eval_and_assert(model): argument
316 def _eval_and_assert(model): argument
336 def _eval_and_assert(model): argument
354 def _train_and_assert(model): argument
363 def _train_and_assert(model): argument
377 def _train_and_assert(model): argument
391 def _test_and_assert(model): argument
[all …]
/external/dokka/core/src/test/kotlin/model/
DCommentTest.kt10 verifyModel("testdata/comments/codeBlockComment.kt") { model -> in <lambda>() method
33 verifyModel("testdata/comments/emptyDoc.kt") { model -> in <lambda>() method
41 verifyModel("testdata/comments/emptyDocButComment.kt") { model -> in <lambda>() method
49 verifyModel("testdata/comments/multilineDoc.kt") { model -> in <lambda>() method
58 verifyModel("testdata/comments/multilineDocWithComment.kt") { model -> in <lambda>() method
67 verifyModel("testdata/comments/oneLineDoc.kt") { model -> in <lambda>() method
75 verifyModel("testdata/comments/oneLineDocWithComment.kt") { model -> in <lambda>() method
83 verifyModel("testdata/comments/oneLineDocWithEmptyLine.kt") { model -> in <lambda>() method
91 verifyModel("testdata/comments/emptySection.kt") { model -> in <lambda>() method
104 verifyModel("testdata/comments/quotes.kt") { model -> in <lambda>() method
[all …]
DPackageTest.kt12 verifyModel("testdata/packages/rootPackage.kt") { model -> in <lambda>() method
25 verifyModel("testdata/packages/simpleNamePackage.kt") { model -> in <lambda>() method
38 verifyModel("testdata/packages/dottedNamePackage.kt") { model -> in <lambda>() method
53 ) { model -> in <lambda>() method
75 KotlinSourceRoot("testdata/packages/simpleNamePackage2.kt", false)) { model -> in <lambda>() method
89 verifyModel(KotlinSourceRoot("testdata/packages/classInPackage.kt", false)) { model -> in <lambda>() method
104 …perPackageOptions = listOf(PackageOptionsImpl(prefix = "simple.name", suppress = true))) { model -> in <lambda>() method
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils.py599 def _get_input_from_iterator(iterator, model): argument
624 def _prepare_feed_values(model, inputs, targets, sample_weights, mode): argument
673 def is_distributing_by_cloning(model): argument
693 def _custom_compile_for_predict(model): argument
707 def _build_network_on_replica(model, mode, inputs=None, targets=None): argument
777 def _build_distributed_network(model, strategy, mode, inputs=None, argument
787 def _clone_and_build_model(model, mode, inputs=None, targets=None): argument
829 def clone_model_on_replicas(model, strategy, mode, inputs=None, targets=None): argument
839 def _make_execution_function(model, mode): argument
853 def _make_execution_function_without_cloning(model, mode): argument
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Delementwise_test.cc42 SingleOpModel model({/*type=*/ToString(op_type), /*attributes=*/{}}, in TEST() local
54 SingleOpModel model({/*type=*/ToString(op_type), /*attributes=*/{}}, in TEST() local
66 SingleOpModel model( in TEST() local
80 SingleOpModel model({/*type=*/ToString(op_type), /*attributes=*/{}}, in TEST() local
94 SingleOpModel model({/*type=*/ToString(op_type), /*attributes=*/{}}, in TEST() local
106 SingleOpModel model( in TEST() local
120 SingleOpModel model({/*type=*/ToString(op_type), /*attributes=*/{}}, in TEST() local
132 SingleOpModel model({/*type=*/ToString(op_type), /*attributes=*/{}}, in TEST() local
144 SingleOpModel model({/*type=*/ToString(op_type), /*attributes=*/{}}, in TEST() local
156 SingleOpModel model({/*type=*/ToString(op_type), /*attributes=*/{}}, in TEST() local
[all …]
/external/dokka/core/src/test/kotlin/format/
DHtmlFormatTest.kt22 verifyHtmlNodes("overloads") { model -> model.members } in <lambda>() method
34 verifyOutput("testdata/format/deprecated.kt", ".package.html") { model, output -> in <lambda>() method
37 verifyOutput("testdata/format/deprecated.kt", ".class.html") { model, output -> in <lambda>() method
67 …verifyHtmlNodes("typeLink") { model -> model.members.single().members.filter { it.name == "Bar" } } in <lambda>() method
75 verifyJavaHtmlNodes("JavaSupertype") { model -> in <lambda>() method
97 verifyJavaHtmlNodes("javaDeprecated") { model -> in <lambda>() method
106 ".html") { model, output -> in <lambda>() method
115 …verifyHtmlNodes("orderedList") { model -> model.members.single().members.filter { it.name == "Bar"… in <lambda>() method
119 …verifyHtmlNodes("linkWithLabel") { model -> model.members.single().members.filter { it.name == "Ba… in <lambda>() method
123 … verifyHtmlNodes("entity") { model -> model.members.single().members.filter { it.name == "Bar" } } in <lambda>() method
[all …]
DMarkdownFormatTest.kt38 verifyOutput("testdata/format/extensions.kt", ".package.md") { model, output -> in <lambda>() method
41 verifyOutput("testdata/format/extensions.kt", ".class.md") { model, output -> in <lambda>() method
47 verifyOutput("testdata/format/enumClass.kt", ".md") { model, output -> in <lambda>() method
50 verifyOutput("testdata/format/enumClass.kt", ".value.md") { model, output -> in <lambda>() method
64 verifyMarkdownNodes("overridingFunction") { model-> in <lambda>() method
79 verifyMarkdownNodes("accessor") { model -> in <lambda>() method
144 verifyMarkdownNodes("operatorOverloading") { model-> in <lambda>() method
150 verifyJavaMarkdownNodes("javadocOrderedList") { model -> in <lambda>() method
172 verifyMarkdownNodes("summarizeSignatures") { model -> model.members } in <lambda>() method
176 verifyMarkdownNodes("summarizeSignaturesProperty") { model -> model.members } in <lambda>() method
[all …]
/external/tensorflow/tensorflow/python/keras/
Dmodels.py63 def _insert_ancillary_layers(model, ancillary_layers, metrics_names, new_nodes): argument
131 def _clone_functional_model(model, input_tensors=None, layer_fn=_clone_layer): argument
217 def _clone_layers_and_model_config(model, input_layers, layer_fn): argument
249 def _remove_ancillary_layers(model, layer_map, layers): argument
278 def _clone_sequential_model(model, input_tensors=None, layer_fn=_clone_layer): argument
384 def clone_model(model, input_tensors=None, clone_function=None): argument
430 def _in_place_subclassed_model_reset(model): argument
534 def _reset_build_compile_trackers(model): argument
556 def in_place_subclassed_model_state_restoration(model): argument
588 def clone_and_build_model( argument
/external/clang/utils/
Dmodfuzz.py22 def valid(self, model): argument
31 def apply(self, model, name): argument
132 def mutations(model): argument
137 def create_module(model, options): argument
139 def go(model): argument
145 def add_top_level_decl(model, options): argument
148 def go(model): argument
154 def add_import(model, options, module_name): argument
155 def go(model): argument
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_v2_utils.py49 def _get_or_make_function(model, mode, key_fn, make_fn): argument
63 def _get_or_make_execution_function(model, mode): argument
72 def _make_execution_function(model, mode): argument
103 def _get_or_make_on_batch_function(model, mode): argument
112 def _make_on_batch_function(model, mode): argument
134 def _prepare_feed_values(model, inputs, mode, strategy): argument
202 def _make_replica_execution_function(model, mode): argument
228 def _aggregate_predict_results(strategy, batch_outs, model): argument
358 model, argument
442 def test_on_batch(model, x, y=None, sample_weight=None, reset_metrics=True, argument
[all …]
/external/tensorflow/tensorflow/python/keras/saving/
Dsaved_model_experimental.py69 def export_saved_model(model, argument
149 def _export_model_json(model, saved_model_path): argument
158 def _export_model_variables(model, saved_model_path): argument
166 def _save_v1_format(model, path, custom_objects, as_text, input_signature): argument
224 def _get_var_list(model): argument
235 mode, has_saved_vars, builder, model, custom_objects, checkpoint_path, argument
329 def _create_signature_def_map(model, mode): argument
367 def _assert_same_non_optimizer_objects(model, model_graph, clone, clone_graph): # pylint: disable=… argument
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/
DDynamicTableModelTest.java40 TableModel model = new DynamicTableModel(5, 5, TableOrder.COLUMN_MAJOR); in testConstructor() local
48 DynamicTableModel model = new DynamicTableModel(5, 5); in testGetCellRect() local
65 TableModel model = new DynamicTableModel(2, 2); in testIterator() local
96 TableModel model = new DynamicTableModel(2, 2); in testRowMajorIteration() local
154 TableModel model = new DynamicTableModel(2, 2, TableOrder.COLUMN_MAJOR); in testColumnMajorIteration() local
201 TableModel model = new DynamicTableModel(0, 1); in testSingleRowIteration() local

12345678910>>...28