/external/rust/android-crates-io/crates/sharded-slab/src/tests/ |
D | loom_pool.rs | 73 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 …]
|
D | loom_slab.rs | 13 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 …]
|
D | mod.rs | 46 pub(crate) fn run_model(name: &'static str, f: impl Fn() + Sync + Send + 'static) { in run_model() function
|
/external/pytorch/test/ |
D | mkl_verbose.py | 6 def run_model(level): function 18 run_model(args.verbose_level)
|
D | mkldnn_verbose.py | 16 def run_model(level): function 28 run_model(args.verbose_level)
|
/external/pytorch/torch/csrc/jit/mobile/model_tracer/ |
D | TracerRunner.cpp | 226 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/ |
D | numeric_utils.py | 132 def run_model( function 201 run_model(
|
/external/mesa3d/src/gallium/targets/teflon/ |
D | test_executor.h | 39 void run_model(TfLiteModel *model, enum executor executor, void ***input, size_t *num_inputs,
|
D | test_teflon.cpp | 63 …run_model(model, EXECUTOR_CPU, &input, &num_inputs, &cpu_output, &output_sizes, &output_types, &nu… in test_model() 64 …run_model(model, EXECUTOR_NPU, &input, &num_inputs, &npu_output, &output_sizes, &output_types, &nu… in test_model()
|
D | test_executor.cpp | 401 run_model(TfLiteModel *model, enum executor executor, void ***input, size_t *num_inputs, in run_model() function
|
/external/pytorch/benchmarks/dynamo/ |
D | distributed.py | 47 def run_model(args, model, inputs, key): function 173 fn = partial(run_model, args, model, inputs)
|
/external/pytorch/benchmarks/functional_autograd_benchmark/ |
D | functional_autograd_benchmark.py | 224 def run_model( function 310 runtimes = run_model(model_getter, args, task) 319 runtimes = run_model(
|
/external/pytorch/docs/source/notes/ |
D | faq.rst | 106 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/ |
D | MainActivity.java | 145 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/ |
D | model_handler.py | 630 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/ |
D | test_mps.py | 61 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/ |
D | stack.rs | 81 test_util::run_model("transfer_stack", || { in transfer_stack()
|
/external/tensorflow/tensorflow/lite/examples/experimental_new_converter/ |
D | Keras_LSTM_fusion_Codelab.ipynb | 137 "run_model = tf.function(lambda x: model(x))\n", 142 "concrete_func = run_model.get_concrete_function(\n",
|
/external/pytorch/test/onnx/ |
D | test_pytorch_onnx_onnxruntime.py | 10014 def run_model(): function 10017 self.assertRaises(TypeError, run_model)
|