Searched refs:operand_slices (Results 1 – 3 of 3) sorted by relevance
34 std::vector<BufferAllocation::Slice> operand_slices, in ConvolutionThunk() argument39 operand_buffers_(std::move(operand_slices)), in ConvolutionThunk()
47 std::vector<BufferAllocation::Slice> operand_slices,
469 std::vector<BufferAllocation::Slice> operand_slices; in HandleCustomCall() local470 operand_slices.reserve(custom_call->operand_count()); in HandleCustomCall()472 operand_slices.push_back(GetAllocationSlice(*operand)); in HandleCustomCall()479 Cast<HloCustomCallInstruction>(custom_call), std::move(operand_slices), in HandleCustomCall()