Searched defs:ret_ptr (Results 1 – 8 of 8) sorted by relevance
168 auto ret_ptr = c10::make_intrusive<PackedConvWeight<kSpatialDim>>( in prepack() local292 auto ret_ptr = c10::intrusive_ptr<PackedConvWeightsQnnp<kSpatialDim>>::make( in prepack() local473 auto ret_ptr = c10::make_intrusive<PackedConvWeightsOnednn<kSpatialDim>>( in prepack() local
119 auto ret_ptr = c10::make_intrusive<PackedLinearWeight>( in prepack() local283 auto ret_ptr = c10::make_intrusive<PackedLinearWeightsOnednn>( in prepack() local
30 auto ret_ptr = c10::make_intrusive<PackedLinearWeightCudnn>( in prepack() local
99 auto ret_ptr = c10::make_intrusive<PackedConvWeightCudnn<kSpatialDim>>( in prepack() local
53 …xtTest::setBluetoothCmdPacket(uint16_t opcode, const std::vector<uint8_t>& params, bool* ret_ptr) { in setBluetoothCmdPacket()
124 auto ret_ptr = c10::make_intrusive<PackedLinearWeight>( in prepack() local
422 nir_def *ret_ptr = nir_load_resume_shader_address_amd(b, nir_intrinsic_call_idx(intr)); in radv_lower_rt_instruction() local438 nir_def *ret_ptr = nir_load_resume_shader_address_amd(b, nir_intrinsic_call_idx(intr)); in radv_lower_rt_instruction() local
267 const charT* ret_ptr = traits::find(ptr_ + pos, len_ - pos, c); in find() local