Home
last modified time | relevance | path

Searched refs:run_model (Results 1 – 19 of 19) sorted by relevance

/external/rust/android-crates-io/crates/sharded-slab/src/tests/
Dloom_pool.rs73 run_model("dont_drop", || { in dont_drop()
92 run_model("concurrent_create_with_clear", || { in concurrent_create_with_clear()
135 run_model("racy_clear", || { in racy_clear()
163 run_model("take_remote_and_reuse", || { in clear_local_and_reuse()
197 run_model("create_mut_guard_prevents_access", || { in create_mut_guard_prevents_access()
213 run_model("create_mut_guard", || { in create_mut_guard()
232 run_model("create_mut_guard_2", || { in create_mut_guard_2()
256 run_model("create_mut_guard_downgrade", || { in create_mut_guard_downgrade()
281 run_model("create_mut_guard_downgrade_clear", || { in create_mut_guard_downgrade_clear()
310 run_model("create_mut_downgrade_during_clear", || { in create_mut_downgrade_during_clear()
[all …]
Dloom_slab.rs13 run_model("take_local", || { in take_local()
58 run_model("take_remote", || { in take_remote()
92 run_model("racy_take", || { in racy_take()
122 run_model("racy_take_local", || { in racy_take_local()
147 run_model("concurrent_insert_remove", || { in concurrent_insert_take()
190 run_model("take_remote_and_reuse", || { in take_remote_and_reuse()
306 run_model("remove_local", || { in remove_local()
334 run_model("remove_remote", || { in remove_remote()
356 run_model("remove_remote_during_insert", || { in remove_remote_during_insert()
383 run_model("unique_iter", || { in unique_iter()
[all …]
Dmod.rs46 pub(crate) fn run_model(name: &'static str, f: impl Fn() + Sync + Send + 'static) { in run_model() function
/external/pytorch/test/
Dmkl_verbose.py6 def run_model(level): function
18 run_model(args.verbose_level)
Dmkldnn_verbose.py16 def run_model(level): function
28 run_model(args.verbose_level)
/external/pytorch/torch/csrc/jit/mobile/model_tracer/
DTracerRunner.cpp226 static void run_model( in run_model() function
330 run_model( in trace_run()
337 run_model( in trace_run()
347 run_model( in trace_run()
/external/pytorch/torch/_inductor/fx_passes/
Dnumeric_utils.py132 def run_model( function
201 run_model(
/external/mesa3d/src/gallium/targets/teflon/
Dtest_executor.h39 void run_model(TfLiteModel *model, enum executor executor, void ***input, size_t *num_inputs,
Dtest_teflon.cpp63run_model(model, EXECUTOR_CPU, &input, &num_inputs, &cpu_output, &output_sizes, &output_types, &nu… in test_model()
64run_model(model, EXECUTOR_NPU, &input, &num_inputs, &npu_output, &output_sizes, &output_types, &nu… in test_model()
Dtest_executor.cpp401 run_model(TfLiteModel *model, enum executor executor, void ***input, size_t *num_inputs, in run_model() function
/external/pytorch/benchmarks/dynamo/
Ddistributed.py47 def run_model(args, model, inputs, key): function
173 fn = partial(run_model, args, model, inputs)
/external/pytorch/benchmarks/functional_autograd_benchmark/
Dfunctional_autograd_benchmark.py224 def run_model( function
310 runtimes = run_model(model_getter, args, task)
319 runtimes = run_model(
/external/pytorch/docs/source/notes/
Dfaq.rst106 run_model(batch_size)
109 run_model(1)
121 run_model(batch_size)
127 run_model(1)
/external/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/
DMainActivity.java145 mButtonXnnpack.setText(getString(R.string.run_model)); in onCreate()
165 mButtonHtp.setText(getString(R.string.run_model)); in onCreate()
/external/tensorflow/tensorflow/python/compiler/tensorrt/model_tests/
Dmodel_handler.py630 def run_model(model, **kwargs): function
636 cpu_base_result = run_model(self._ori_model, enable_gpu=False)
641 gpu_base_result = run_model(self._ori_model, enable_gpu=True)
642 trt_results = list(map(run_model, self._trt_models))
/external/executorch/backends/apple/mps/test/
Dtest_mps.py61 def run_model( function
80 run_model(
87 run_model(
94 run_model(
101 run_model(
108 run_model(
117 run_model(
124 run_model(
131 run_model(
138 run_model(
[all …]
/external/rust/android-crates-io/crates/sharded-slab/src/page/
Dstack.rs81 test_util::run_model("transfer_stack", || { in transfer_stack()
/external/tensorflow/tensorflow/lite/examples/experimental_new_converter/
DKeras_LSTM_fusion_Codelab.ipynb137 "run_model = tf.function(lambda x: model(x))\n",
142 "concrete_func = run_model.get_concrete_function(\n",
/external/pytorch/test/onnx/
Dtest_pytorch_onnx_onnxruntime.py10014 def run_model(): function
10017 self.assertRaises(TypeError, run_model)