Home
last modified time | relevance | path

Searched refs:cpu_cost (Results 1 – 25 of 122) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/end2end/
H A Dgen_build_yaml.py133 cpu_cost=LOWCPU, exclude_inproc=True),
145 proxyable=False, cpu_cost=LOWCPU, exclude_inproc=True),
161 cpu_cost=LOWCPU),
165 proxyable=False, cpu_cost=LOWCPU),
171 'retry': default_test_options._replace(cpu_cost=LOWCPU,
182 default_test_options._replace(cpu_cost=LOWCPU,
204 default_test_options._replace(cpu_cost=LOWCPU,
229 cpu_cost=LOWCPU, needs_write_buffering=True),
231 cpu_cost=LOWCPU, needs_write_buffering=True),
379 'cpu_cost': END2END_TESTS[t].cpu_cost,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/bad_client/
H A Dgen_build_yaml.py31 'connection_prefix': default_test_options._replace(cpu_cost=0.2),
33 'headers': default_test_options._replace(cpu_cost=0.2),
34 'initial_settings_frame': default_test_options._replace(cpu_cost=0.2),
68 'cpu_cost': BAD_CLIENT_TESTS[t].cpu_cost,
/dports/devel/grpc/grpc-1.42.0/tools/run_tests/
H A Drun_tests.py120 cpu_cost=1.0, argument
139 cpu_cost=cpu_cost,
353 cpu_cost=cpu_cost,
387 cpu_cost=cpu_cost,
403 cpu_cost=cpu_cost,
1010 cpu_cost=1e6,
1022 cpu_cost=1e6,
1033 cpu_cost=1e6,
1043 cpu_cost=1e6,
1073 cpu_cost=1e6,
[all …]
/dports/devel/grpc134/grpc-1.34.1/tools/run_tests/
H A Drun_tests.py118 cpu_cost=1.0, argument
137 cpu_cost=cpu_cost,
369 cpu_cost=cpu_cost,
401 cpu_cost=cpu_cost,
417 cpu_cost=cpu_cost,
1035 cpu_cost=1e6,
1047 cpu_cost=1e6,
1058 cpu_cost=1e6,
1068 cpu_cost=1e6,
1098 cpu_cost=1e6,
[all …]
/dports/devel/grpc130/grpc-1.30.2/tools/run_tests/
H A Drun_tests.py153 cpu_cost=1.0, argument
172 cpu_cost=cpu_cost,
363 if cpu_cost == 'capacity':
388 cpu_cost=cpu_cost,
420 cpu_cost=cpu_cost,
436 cpu_cost=cpu_cost,
1094 cpu_cost=1e6,
1106 cpu_cost=1e6,
1117 cpu_cost=1e6,
1127 cpu_cost=1e6,
[all …]
/dports/devel/grpc130/grpc-1.30.2/tools/run_tests/artifacts/
H A Dpackage_targets.py60 cpu_cost=1.0): argument
69 cpu_cost=cpu_cost,
96 cpu_cost=1e6,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/tools/run_tests/artifacts/
H A Dpackage_targets.py60 cpu_cost=1.0): argument
70 cpu_cost=cpu_cost,
98 cpu_cost=1e6,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/tools/run_tests/
H A Drun_tests.py153 cpu_cost=1.0, argument
172 cpu_cost=cpu_cost,
389 cpu_cost=cpu_cost,
421 cpu_cost=cpu_cost,
436 cpu_cost=cpu_cost,
1066 cpu_cost=1e6,
1076 cpu_cost=1e6,
1087 cpu_cost=1e6,
1097 cpu_cost=1e6,
1104 cpu_cost=1e6,
[all …]
/dports/devel/grpc/grpc-1.42.0/tools/run_tests/sanity/
H A Dsanity_tests.yaml23 cpu_cost: 3
33 cpu_cost: 1000
37 cpu_cost: 1000
39 cpu_cost: 1000
/dports/devel/grpc134/grpc-1.34.1/tools/run_tests/python_utils/
H A Djobset.py176 cpu_cost=1.0, argument
198 self.cpu_cost = cpu_cost
362 self._spec.cpu_cost)
443 def cpu_cost(self): member in Jobset
446 c += job._spec.cpu_cost
460 current_cpu_cost = self.cpu_cost()
462 if current_cpu_cost + spec.cpu_cost <= self._maxjobs:
465 self.reap(spec.shortname, spec.cpu_cost)
512 self.cpu_cost(), wstr))
/dports/devel/grpc/grpc-1.42.0/tools/run_tests/python_utils/
H A Djobset.py176 cpu_cost=1.0, argument
198 self.cpu_cost = cpu_cost
368 self._spec.cpu_cost)
449 def cpu_cost(self): member in Jobset
452 c += job._spec.cpu_cost
467 current_cpu_cost = self.cpu_cost()
470 if current_cpu_cost + spec.cpu_cost <= self._maxjobs:
473 self.reap(spec.shortname, spec.cpu_cost)
523 self.cpu_cost(), wstr))
/dports/devel/grpc130/grpc-1.30.2/tools/run_tests/python_utils/
H A Djobset.py176 cpu_cost=1.0, argument
198 self.cpu_cost = cpu_cost
362 self._spec.cpu_cost)
443 def cpu_cost(self): member in Jobset
446 c += job._spec.cpu_cost
460 current_cpu_cost = self.cpu_cost()
462 if current_cpu_cost + spec.cpu_cost <= self._maxjobs:
465 self.reap(spec.shortname, spec.cpu_cost)
512 self.cpu_cost(), wstr))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/tools/run_tests/python_utils/
H A Djobset.py176 cpu_cost=1.0, argument
198 self.cpu_cost = cpu_cost
364 '%.01f' % self._spec.cpu_cost)
447 def cpu_cost(self): member in Jobset
450 c += job._spec.cpu_cost
464 current_cpu_cost = self.cpu_cost()
466 if current_cpu_cost + spec.cpu_cost <= self._maxjobs:
469 self.reap(spec.shortname, spec.cpu_cost)
516 self.cpu_cost(), wstr))
/dports/devel/grpc/grpc-1.42.0/tools/run_tests/artifacts/
H A Dpackage_targets.py60 cpu_cost=1.0): argument
69 cpu_cost=cpu_cost,
/dports/devel/grpc134/grpc-1.34.1/tools/run_tests/artifacts/
H A Dpackage_targets.py60 cpu_cost=1.0): argument
69 cpu_cost=cpu_cost,
/dports/devel/py-oci/oci-2.53.1/src/oci/database_management/models/
H A Dsql_tuning_task_sql_execution_plan_step.py485 def cpu_cost(self): member in SqlTuningTaskSqlExecutionPlanStep
496 @cpu_cost.setter
497 def cpu_cost(self, cpu_cost): argument
506 self._cpu_cost = cpu_cost
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/bad_ssl/
H A Dgen_build_yaml.py28 'cert': default_test_options._replace(cpu_cost=0.1),
71 'cpu_cost': BAD_CLIENT_TESTS[t].cpu_cost,
/dports/devel/grpc134/grpc-1.34.1/tools/run_tests/sanity/
H A Dsanity_tests.yaml19 cpu_cost: 3
29 cpu_cost: 1000
33 cpu_cost: 1000
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/tests/
H A Dtest_ctc.py67 cpu_cost, cpu_grad = cpu_train()
77 utt.assert_allclose(cpu_cost, cost_from_gpu)
97 cpu_cost = cpu_train()
106 utt.assert_allclose(cpu_cost, cost_from_gpu)
/dports/devel/py-oci/oci-2.53.1/src/oci/opsi/models/
H A Dsql_plan_line.py1013 def cpu_cost(self): member in SqlPlanLine
1025 @cpu_cost.setter
1026 def cpu_cost(self, cpu_cost): member in SqlPlanLine
1036 self._cpu_cost = cpu_cost
/dports/math/ambit/ambit-0.5.1/lib/ambit/
H A Dtensor_wrapper.py148 cpu_cost = common_size * result_size
150 cpu_cost_total += cpu_cost
264 [cpu_cost, memory_cost] = other.compute_contraction_cost(perm)
265 if cpu_cost < best_cpu_cost:
267 best_cpu_cost = cpu_cost
323 [cpu_cost, memory_cost] = other.compute_contraction_cost(perm)
324 if cpu_cost < best_cpu_cost:
326 best_cpu_cost = cpu_cost
469 [cpu_cost, memory_cost] = value.compute_contraction_cost(perm)
470 if cpu_cost < best_cpu_cost:
[all …]
/dports/devel/grpc134/grpc-1.34.1/templates/tools/run_tests/generated/
H A Dtests.json.template17 "cpu_cost": tgt.get("cpu_cost", 1.0),
/dports/devel/grpc/grpc-1.42.0/templates/tools/run_tests/generated/
H A Dtests.json.template17 "cpu_cost": tgt.get("cpu_cost", 1.0),
/dports/devel/grpc130/grpc-1.30.2/templates/tools/run_tests/generated/
H A Dtests.json.template17 "cpu_cost": tgt.get("cpu_cost", 1.0),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/templates/tools/run_tests/generated/
H A Dtests.json.template17 "cpu_cost": tgt.get("cpu_cost", 1.0),

12345