Home
last modified time | relevance | path

Searched refs:working_set (Results 1 – 25 of 26) sorted by relevance

12

/external/toolchain-utils/binary_search_tool/test/
Dcommon.py16 working_set = []
19 working_set.append(int(l))
20 return working_set
23 def WriteWorkingSet(working_set): argument
25 for o in working_set:
Dis_good_noinc_prune.py24 working_set = common.ReadWorkingSet()
33 if num_args != len(working_set):
34 print('Only %d args, expected %d' % (num_args, len(working_set)))
43 for w in working_set:
Dswitch_to_good.py22 working_set = common.ReadWorkingSet()
26 working_set[int(oi)] = 0
28 common.WriteWorkingSet(working_set)
Dswitch_to_good_noinc_prune.py30 working_set = common.ReadWorkingSet()
34 working_set[int(oi)] = 0
38 common.WriteWorkingSet(working_set)
Dswitch_to_bad.py18 working_set = common.ReadWorkingSet()
23 working_set[oi] = objects_file[oi]
25 common.WriteWorkingSet(working_set)
Dswitch_tmp.py23 working_set = common.ReadWorkingSet()
28 working_set[int(oi)] = 42
30 common.WriteWorkingSet(working_set)
Dswitch_to_good_set_file.py26 working_set = common.ReadWorkingSet()
35 working_set[int(oi)] = 0
37 common.WriteWorkingSet(working_set)
Dswitch_to_bad_noinc_prune.py31 working_set = common.ReadWorkingSet()
36 working_set[oi] = objects_file[oi]
40 common.WriteWorkingSet(working_set)
Dswitch_to_bad_set_file.py23 working_set = common.ReadWorkingSet()
33 working_set[int(oi)] = objects_file[oi]
35 common.WriteWorkingSet(working_set)
Dis_good.py20 working_set = common.ReadWorkingSet()
21 for w in working_set:
/external/gemmlowp/test/
Dbenchmark_meta_gemm.cc89 WorkingSet& working_set() { return working_sets[current_set]; } in working_set() function
107 ops += run_gemm(shape.n, shape.m, shape.k, shape.working_set().lhs, in run_gemms()
108 shape.working_set().rhs, shape.working_set().result); in run_gemms()
191 ops += run_gemm(shape->n, shape->m, shape->k, shape->working_set().lhs, in time_one()
192 shape->working_set().rhs, shape->working_set().result); in time_one()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_util.cc153 XRTMemoryManager::WorkingSet* working_set) { in PopulateOpWorkingSet() argument
162 working_set->LookupAndPin(backend, outputs[input.op_index()])); in PopulateOpWorkingSet()
257 XRTMemoryManager::WorkingSet* working_set, xla::Backend* backend, in GetInputTupleAllocations() argument
269 working_set->LookupAndPin(backend, input_coords[i].handle)); in GetInputTupleAllocations()
270 auto tuple = working_set->PinnedTuples().back(); in GetInputTupleAllocations()
275 working_set->MemoryManager()->Release(input_coords[i].handle)); in GetInputTupleAllocations()
401 XRTMemoryManager::WorkingSet working_set(memory_manager); in ExecuteChained() local
403 PopulateOpWorkingSet(backend, op, i, outputs, &working_set)); in ExecuteChained()
405 execute_op(op, working_set.PinnedTuples())); in ExecuteChained()
Dxrt_util.h79 XRTMemoryManager::WorkingSet* working_set, xla::Backend* backend,
/external/python/setuptools/setuptools/command/
Dtest.py15 working_set, _namespace_packages, evaluate_marker,
162 working_set.__init__()
171 working_set.__init__()
/external/toolchain-utils/binary_search_tool/
D.gitignore3 working_set.txt
/external/python/setuptools/pkg_resources/
D__init__.py92 working_set = None variable
344 return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
1032 self, req, working_set, installer=None, replace_conflicting=False): argument
1046 dist = working_set.find(req)
2344 items = working_set.resolve(reqs, env, installer, extras=self.extras)
2345 list(map(working_set.add, items))
3099 working_set = WorkingSet._build_master()
3100 _declare_state('object', working_set=working_set)
3102 require = working_set.require
3103 iter_entry_points = working_set.iter_entry_points
[all …]
/external/compiler-rt/lib/esan/
DCMakeLists.txt19 working_set.cpp
/external/python/setuptools/setuptools/
Dsandbox.py27 from pkg_resources import working_set
238 working_set.__init__()
239 working_set.callbacks.append(lambda dist: dist.activate())
Ddist.py341 dist = pkg_resources.working_set.by_key.get(key)
501 resolved_dists = pkg_resources.working_set.resolve(
507 pkg_resources.working_set.add(dist, replace=True)
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc89 xla::LocalExecutable* executable, XRTMemoryManager::WorkingSet* working_set, in GetInputTuples() argument
96 input_coords, working_set, backend, computation_layout.parameter_count(), in GetInputTuples()
401 XRTMemoryManager::WorkingSet working_set(memory_manager); in ExecuteComputation() local
404 GetInputTuples(executable, &working_set, device_ref->backend(), in ExecuteComputation()
Dtpu_execute_op.cc341 XRTMemoryManager::WorkingSet working_set(memory_manager); in DoWork() local
345 input_coords, &working_set, backend, executable.input_shapes_size(), in DoWork()
/external/python/setuptools/setuptools/tests/
Dtest_easy_install.py30 from pkg_resources import normalize_path, working_set
448 working_set.add(fake_dist)
485 working_set.add(dist)
/external/libpcap/
Dpcap-sita.c749 fd_set working_set; in wait_for_all_answers() local
756 …memcpy(&working_set, &readfds, sizeof(readfds)); /* otherwise, we still have to listen for more… in wait_for_all_answers()
757 retval = select(max_fs + 1, &working_set, NULL, NULL, &tv); in wait_for_all_answers()
765 if (FD_ISSET(fd, &working_set)) { in wait_for_all_answers()
/external/python/setuptools/docs/
Dpkg_resources.txt186 ``working_set`` in the ``pkg_resources`` module. However, specialized
190 It's important to note that the global ``working_set`` object is initialized
194 the ``working_set`` instance to keep it in sync. Unfortunately, Python does
197 ``working_set`` based on changes to ``sys.path``.
206 ``working_set`` instance. For the most part, the ``pkg_resources`` API
207 is designed so that the ``working_set`` is used by default, such that you
226 level functions in ``pkg_resources`` that apply to the default ``working_set``
228 abbreviation for ``pkg_resources.working_set.require()``:
283 set. (For the global ``working_set``, this should be the same as the order
300 the global ``working_set`` to reflect the change. This method is also
[all …]
/external/antlr/runtime/Python3/
Dez_setup.py377 ws = pkg_resources.working_set

12