Searched defs:private_def (Results 1 – 5 of 5) sorted by relevance
75 std::vector<uint8_t> private_def; in GenTask() local
232 std::vector<uint8_t> private_def; in GenTask() local
37 std::string private_def; member
60 …char *private_def = reinterpret_cast<char *>(const_cast<char unsigned *>(task_info_->private_def()… in Distribute() local
233 … const std::vector<uint8_t> &private_def, void *ops_kernel_store, int32_t count, int64_t root_id, in HcclTaskInfo()257 const std::vector<uint8_t> &private_def() const { return private_def_; } in private_def() function