HomeSort by relevance Sort by last modified time
    Searched defs:users (Results 26 - 44 of 44) sorted by null

12

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Value.h 299 /// values or constant users.
399 iterator_range<user_iterator> users() { function
403 iterator_range<const_user_iterator> users() const { function
418 /// Return true if this Value has exactly N users.
421 /// Return true if this value has N users or more.
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Value.h 283 /// values or constant users.
369 iterator_range<user_iterator> users() { function
373 iterator_range<const_user_iterator> users() const { function
388 /// \brief Return true if this Value has exactly N users.
391 /// \brief Return true if this value has N users or more.
  /external/tensorflow/tensorflow/compiler/xla/service/
copy_insertion.cc 293 // Copy users before making a deep copy of the parameter as the deep copy
294 // will create new users of the parameter (eg, the GTE instructions of the
296 std::vector<HloInstruction*> param_users = param->users();
325 std::vector<HloInstruction*> users = root->users(); local
328 for (HloInstruction* user : users) {
371 // Store a snapshot of users before DeepCopyInstruction, as
372 // DeepCopyInstruction introduces new users of the instruction.
373 std::vector<HloInstruction*> users = param->users(); local
1077 std::vector<HloInstruction*> users = instruction->users(); local
    [all...]
hlo_instruction.h 299 // it forwards the value to its users, which then perform additional
852 const std::vector<HloInstruction*>& users() const { return users_; } function in class:xla::HloInstruction
    [all...]
hlo_rematerialization.cc 293 ItemList users; local
294 // To identify uses iterate through all HloInstruction users of the
299 for (const HloInstruction* user : buffer_alias.instruction()->users()) {
314 if (!absl::c_linear_search(users, user_item)) {
315 users.push_back(user_item);
319 return users;
398 ItemList users; member in struct:xla::__anon44509::MemoryUsageTracker::Buffer
400 // The number of users (HloInstructions) of this buffer which have not yet
419 ItemList users = GetUsers(instruction_list_, logical_buffer, local
422 size_function(logical_buffer->shape()), std::move(users),
    [all...]
tuple_points_to_analysis_test.cc 751 std::vector<HloInstruction*> users = local
    [all...]
  /external/selinux/libsemanage/src/
genhomedircon.c 68 "# use semanage command to manage system users to change" \
413 WARN(s->h_semanage, "Error while fetching users. "
882 /* if there are no users, this function can't do any other work */
1126 // skip users who also have this group as their
1166 /* if there are no users, this function can't do any other work */
1231 genhomedircon_user_entry_t *users; local
1234 users = get_users(s, &errors);
1235 if (!users && errors) {
1239 for (; users; pop_user_entry(&users)) {
    [all...]
direct_api.c 1218 dbase_config_t *users = semanage_user_dbase_local(sh); local
    [all...]
  /external/v8/src/heap/
object-stats.cc 779 Object* users = info->prototype_users(); local
780 if (users->IsWeakFixedArray()) {
781 RecordSimpleVirtualObjectStats(map, WeakArrayList::cast(users),
    [all...]
  /external/autotest/frontend/afe/
models.py 402 everyone.users.add(self)
1133 users = dbmodels.ManyToManyField(User, blank=False, variable in class:AclGroup
    [all...]
  /external/curl/lib/
multi.c 200 void *socketp; /* settable by users with curl_multi_assign() */
201 unsigned int users; /* number of transfers using this */ member in struct:Curl_sh_entry
388 /* Prevent users from adding same easy handle more than once and prevent
676 /* Prevent users from trying to remove same easy handle more than once */
    [all...]
  /external/selinux/checkpolicy/
policy_parse.y 173 opt_default_rules opt_mls te_rbac users opt_constraints
652 users : user_def label
653 | users user_def
    [all...]
  /external/u-boot/drivers/mtd/ubi/
ubi.h 186 * @users: how many tasks are using this logical eraseblock or wait for it
199 int users; member in struct:ubi_ltree_entry
268 * @readers: number of users holding this volume in read-only mode
269 * @writers: number of users holding this volume in read-write mode
    [all...]
  /external/kmod/tools/
depmod.c 877 uint16_t users; /* how many modules depend on this one */ member in struct:mod
926 sym->owner->users++;
1883 uint16_t *users, *roots, *sorted; local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/test/
ConsoleCheckCLDR.java 1092 String users = ""; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_internal.h 451 ebitmap_t *users; member in struct:cil_userattribute
928 /* Default labeling behavior for users, roles, and types */
  /external/v8/src/
objects.cc 12784 Object* users = local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar 
org.eclipse.osgi_3.13.0.v20180409-1500.jar 

Completed in 1066 milliseconds

12