Searched refs:user_index (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_allocator_retry_test.cc | 79 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/ |
D | tuple_points_to_analysis.cc | 708 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()
|
D | hlo_dataflow_analysis.cc | 1022 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()
|
D | hlo_dataflow_analysis.h | 154 const ShapeIndex& user_index) const;
|
D | tuple_points_to_analysis.h | 274 const ShapeIndex& user_index) const;
|
/external/kernel-headers/original/uapi/rdma/ |
D | mlx5-abi.h | 391 __u32 user_index; member
|
/external/tensorflow/tensorflow/core/kernels/ |
D | decode_proto_op.cc | 198 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/ |
D | policydb.c | 1035 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/ |
D | texi2html.py | 1548 def user_index(self, name, args): member in TexinfoParser
|
/external/python/cpython3/Tools/scripts/ |
D | texi2html.py | 1547 def user_index(self, name, args): member in TexinfoParser
|