Home
last modified time | relevance | path

Searched refs:user_index (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_allocator_retry_test.cc79 void WaitTurn(int user_index) { in WaitTurn() argument
83 while (next_turn_ != user_index && wait_cycles++ < 10) { in WaitTurn()
86 if (next_turn_ == user_index) { in WaitTurn()
93 void Done(int user_index) { in Done() argument
95 done_[user_index] = true; in Done()
96 if (next_turn_ == user_index) { in Done()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.cc708 HloInstruction* user, const ShapeIndex& user_index) const { in CanShareOperandBufferWithUser()
714 ShapeUtil::GetSubshape(user->shape(), user_index); in CanShareOperandBufferWithUser()
779 CHECK(!user_index.empty()); in CanShareOperandBufferWithUser()
782 return operand_indices.size() == 1 && user_index[0] == operand_indices[0]; in CanShareOperandBufferWithUser()
Dhlo_dataflow_analysis.cc1022 HloInstruction* user, const ShapeIndex& user_index) const { in CanShareOperandBufferWithUser()
1028 ShapeUtil::GetSubshape(user->shape(), user_index); in CanShareOperandBufferWithUser()
1112 CHECK(!user_index.empty()); in CanShareOperandBufferWithUser()
1115 return operand_indices.size() == 1 && user_index[0] == operand_indices[0]; in CanShareOperandBufferWithUser()
Dhlo_dataflow_analysis.h154 const ShapeIndex& user_index) const;
Dtuple_points_to_analysis.h274 const ShapeIndex& user_index) const;
/external/kernel-headers/original/uapi/rdma/
Dmlx5-abi.h391 __u32 user_index; member
/external/tensorflow/tensorflow/core/kernels/
Ddecode_proto_op.cc198 FieldInfo(const FieldDescriptor* field_desc, int user_index, in FieldInfo()
200 : output_index(user_index), default_value(def_value) { in FieldInfo()
/external/selinux/libsepol/src/
Dpolicydb.c1035 static int user_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) in user_index() function
1094 common_index, class_index, role_index, type_index, user_index,
/external/python/cpython2/Tools/scripts/
Dtexi2html.py1548 def user_index(self, name, args): member in TexinfoParser
/external/python/cpython3/Tools/scripts/
Dtexi2html.py1547 def user_index(self, name, args): member in TexinfoParser