Searched refs:ref_first (Results 1 – 4 of 4) sorted by relevance
12 napi_value addon_new(napi_env env, napi_value exports, bool ref_first) { in addon_new() argument14 if (ref_first) { in addon_new()
5 napi_value addon_new(napi_env env, napi_value exports, bool ref_first);
1256 size_t ref_first = ref_pair.first; in GetContiguousListContainRefTensor() local1267 …d::find(contiguous_tensors_list_[index].begin(), contiguous_tensors_list_[index].end(), ref_first); in GetContiguousListContainRefTensor()1286 … MS_LOG(WARNING) << "Contiguous ref tensor " << ref_first << " not found in any contiguous list"; in GetContiguousListContainRefTensor()1296 … MS_LOG(WARNING) << "Inconsistency in contiguous ref: tensor " << ref_first << " in position " in GetContiguousListContainRefTensor()