Searched refs:operand_slices (Results 1 – 3 of 3) sorted by relevance
35 std::vector<BufferAllocation::Slice> operand_slices, in ConvolutionThunk() argument38 operand_buffers_(std::move(operand_slices)), in ConvolutionThunk()
46 std::vector<BufferAllocation::Slice> operand_slices,
1119 std::vector<BufferAllocation::Slice> operand_slices; in EmitConvolutionThunkFromMlir() local1121 operand_slices.reserve(num_operands - 2); in EmitConvolutionThunkFromMlir()1124 operand_slices.push_back(slice); in EmitConvolutionThunkFromMlir()1218 input.thunk_info, std::move(config), std::move(operand_slices), in EmitConvolutionThunkFromMlir()